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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2020-02-14 18:08:38 +0300
committerVivek R <vividvilla@gmail.com>2020-02-14 18:08:38 +0300
commitd680e98905f512a1245a738aef554d7770216bac (patch)
treeee56604f3a659e89d665d6df80ba113882f740e2 /exampleSite
parent38751fe8623c96bc74d80f2db01712c2be93e515 (diff)
chore: add doc for summary length config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1320964..cf4141e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,6 +13,8 @@ pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-123-45"
disqusShortname = "ezhil-demo"
+summaryLength = 20
+
[params]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
disableDisqusTypes = ["page"]