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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim AtLee <timatlee@gmail.com>2021-12-01 07:35:48 +0300
committerTim AtLee <timatlee@gmail.com>2021-12-01 07:35:48 +0300
commit6bdf2525b84668a51f656cb91769f09abb2b884c (patch)
tree5a4530dfd2c4a737ef76e12f07626db749eae847 /exampleSite
parent76bc6cd8fcedeacdd3a9f2c3d703754d25007c73 (diff)
Related posts in series
Signed-off-by: Tim AtLee <timatlee@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index a2214ae..a88add9 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -84,9 +84,13 @@ languageMenuName = "🌐"
# notice of the footer.
# since = 2016
-# tell hugo where you store your icons e.g favicons. This is useful if you're using an apache server and there are conflicts >> see issue https://github.com/chipzoller/hugo-clarity/issues/74. If this is applicable to you, be sure to copy the contents of https://github.com/chipzoller/hugo-clarity/tree/master/static/icons to your preferred icons directory
+# tell hugo where you store your icons e.g favicons. This is useful if you're using an apache server and there are conflicts >> see issue https://github.com/chipzoller/hugo-clarity/issues/74. If this is applicable to you, be sure to copy the contents of https://github.com/chipzoller/hugo-clarity/tree/master/static/icons to your preferred icons directory
iconsDir = "icons/" # without a leading forward slash
+# Show related content at the end of an article based on the 'series' taxonomy. Can be set in post front matter.
+# showRelatedInArticle = false
+# showRelatedInSidebar = false
+
# website author
[author]
name = "Jane Doe"