🔧 Fix markup config for exampleSite

pull/2/head
James Panther 2021-08-12 18:30:07 +10:00
parent 4fa5181a37
commit fc205a09f0
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# Site configuration for the Congo demo site
# --------------------------------------------------------------------------
# NOTE: You should not use this file as a template for your configuration
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
# https://github.com/jpanther/Congo#readme
# --------------------------------------------------------------------------
baseURL = "https://example.com" baseURL = "https://example.com"
theme = "Congo" theme = "Congo"
languageCode = "en-AU" languageCode = "en-AU"
@ -26,3 +35,6 @@ title = "Congo"
[taxonomies] [taxonomies]
category = "categories" category = "categories"
tag = "tags" tag = "tags"
[markup.highlight]
noClasses = false