Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WingLim/hugo-tania.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWingLim <winglim@qq.com>2021-09-25 11:56:08 +0300
committerWingLim <winglim@qq.com>2021-09-25 11:56:18 +0300
commit909fc6a71677d9c3a1200070ff478058361223f0 (patch)
tree5eb5af9dbf43cdcf96662cb9773aefc6923ac39c
parentfb689e2ae752460b11e86befafe9762eccac186a (diff)
chore: update example config file
-rw-r--r--exampleSite/config.example.toml6
-rw-r--r--exampleSite/config.yaml3
2 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/config.example.toml b/exampleSite/config.example.toml
index 11b95ab..52e6d80 100644
--- a/exampleSite/config.example.toml
+++ b/exampleSite/config.example.toml
@@ -16,6 +16,12 @@ disqusShortname = "https-hugo-tania-netlify-app"
# Enable float footnotes.
# Default to true
enableFootnotes = true
+
+ # Enable line numbers, it need to set the same value with
+ # markup.hightlight.lineNos
+ # Default to false
+ enableLineNos: true
+
siteName = "Hugo Tania is Amazing"
siteDesc = "Hugo is Absurdly Fast!"
author = "Hugo Tania"
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 46c7fee..87ba93d 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -19,8 +19,9 @@ params:
# Enable line numbers, it need to set the same value with
# markup.hightlight.lineNos
- # Default to true
+ # Default to false
enableLineNos: true
+
siteName: "Hugo Tania is Amazing"
siteDesc: "Hugo is Absurdly Fast!"
author: "Hugo Tania"