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.
|
# Number of posts to show in recent posts list (Optional). Defaults to 10.
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
||||||
|
# Number of characters to show in summary.
|
||||||
|
summaryLength = 20
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# Blog subtitle which appears below blog title. Supports markdown.
|
# Blog subtitle which appears below blog title. Supports markdown.
|
||||||
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||||||
|
@ -13,6 +13,8 @@ pygmentscodefencesguesssyntax = true
|
|||||||
googleAnalytics = "UA-123-45"
|
googleAnalytics = "UA-123-45"
|
||||||
disqusShortname = "ezhil-demo"
|
disqusShortname = "ezhil-demo"
|
||||||
|
|
||||||
|
summaryLength = 20
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||||||
disableDisqusTypes = ["page"]
|
disableDisqusTypes = ["page"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user