From 62cc0df415e2cff53c993a5479b08962196ed7e3 Mon Sep 17 00:00:00 2001 From: Rainer Chiang Date: Mon, 14 Dec 2020 09:37:22 +0800 Subject: update example files and archetypes --- exampleSite/archetypes/default.md | 1 + exampleSite/config.toml | 2 ++ exampleSite/content/posts/post-2.md | 1 + 3 files changed, 4 insertions(+) diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md index fa10e0f..85c7cdb 100644 --- a/exampleSite/archetypes/default.md +++ b/exampleSite/archetypes/default.md @@ -12,6 +12,7 @@ tags: [] draft: false enableDisqus : false enableMathJax: false +toc: false disableToC: false disableAutoCollapse: true --- diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2f615f3..96b4b45 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,6 +18,8 @@ googleAnalytics = "" enableReadingTime = true favicon = "favicon.ico" startyear = "2019" + showmonth = true + slogan = "always make it happen" description = "A simple and concise hugo theme." disqus = "" diff --git a/exampleSite/content/posts/post-2.md b/exampleSite/content/posts/post-2.md index b061a0c..77d6cbe 100644 --- a/exampleSite/content/posts/post-2.md +++ b/exampleSite/content/posts/post-2.md @@ -12,6 +12,7 @@ tags: [Markdown, test] draft: false enableDisqus : true enableMathJax: false +toc: true disableToC: false disableAutoCollapse: true --- -- cgit v1.2.3