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
parent38751fe8623c96bc74d80f2db01712c2be93e515 (diff)
chore: add doc for summary length config
-rw-r--r--README.md3
-rw-r--r--exampleSite/config.toml2
2 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index dddbbec..b19d340 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,9 @@ disqusShortname = "localhost"
# Number of posts to show in recent posts list (Optional). Defaults to 10.
paginate = 10
+# Number of characters to show in summary.
+summaryLength = 20
+
[params]
# Blog subtitle which appears below blog title. Supports markdown.
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
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"]