From fc205a09f0b9c2037c31e354cc561935d0af351c Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 12 Aug 2021 18:30:07 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20markup=20config=20for=20ex?= =?UTF-8?q?ampleSite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5721b3af..a3f20fde 100755 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" theme = "Congo" languageCode = "en-AU" @@ -26,3 +35,6 @@ title = "Congo" [taxonomies] category = "categories" tag = "tags" + +[markup.highlight] + noClasses = false