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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDionysis Grigoropoulos <dgrig@erethon.com>2016-05-26 01:05:32 +0300
committerDionysis Grigoropoulos <dgrig@erethon.com>2016-05-26 09:06:52 +0300
commit584ddb093bd0a987d78ef01243c517e6f7aa8a49 (patch)
tree68b30969b0bb93f3bdd9a08d8f81bfd3b0347d1f /sample-config.toml
parent3f7f37851c5482b06a89456b80710cf39382b042 (diff)
Add an option to hide ReadingTime in posts
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 6943e6d..8912c80 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -136,6 +136,9 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
notfound_text = """Please either go back or use the navigation/sidebar menus.
"""
+ # Set to true to hide ReadingTime on posts
+ disableReadingTime = false
+
# blackfriday is Hugo's markdown engine. Options are at: https://gohugo.io/overview/configuration/ (scroll down to "Configure Blackfriday rendering")
[blackfriday]
hrefTargetBlank = true # open the external links in a new window