mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 10:14:13 -04:00
🔧 Fix markup config for exampleSite
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user