chore: add doc for summary length config

This commit is contained in:
Vivek R 2020-02-14 20:38:38 +05:30
parent ca1b91f2a2
commit 0e1211ab6f
2 changed files with 5 additions and 0 deletions

View File

@ -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)"

View File

@ -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"]