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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2019-11-14 19:34:34 +0300
committerDjordje Atlialp <djordje@atlialp.com>2019-11-14 19:34:34 +0300
commit276bb50577bfdfc8831606d4839c633f045adf0d (patch)
treec79fc8cdca9e59376087c8060bd773adbdcddc5a /exampleSite
parentd56680f496742a3a0755a0c41cbd541da1332e86 (diff)
Fix disableReadOtherPosts feature
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a722519..88f687e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -34,9 +34,6 @@ disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
-# Set disableReadOtherPosts to true in order to hide the links to other posts.
-disableReadOtherPosts = false
-
[permalinks]
posts = "/posts/:year/:month/:title/"
@@ -48,7 +45,7 @@ disableReadOtherPosts = false
[taxonomies]
tag = "tags"
- category = ""
+ category = "categories"
[params]
dateform = "Jan 2, 2006"
@@ -66,6 +63,9 @@ disableReadOtherPosts = false
# Prefix of link to the git commit detail page. GitInfo must be enabled.
# gitUrl = ""
+ # Set disableReadOtherPosts to true in order to hide the links to other posts.
+ disableReadOtherPosts = false
+
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
@@ -76,9 +76,11 @@ disableReadOtherPosts = false
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
+
# Default theme "light" or "dark"
defaultTheme = "dark"
themeColor = "#252627"
+
# Colors for favicons
[params.favicon.color]
mask = "#252627"