chore: add doc for summary length config
This commit is contained in:
parent
38751fe862
commit
d680e98905
@ -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)"
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user