added summaryLength to readme, as it's not easily discoverable in hugo docs
This commit is contained in:
parent
2bd4d8aa57
commit
cfbf202c9a
|
@ -23,6 +23,7 @@ title = "My nice blog"
|
||||||
copyright = "Some copyright notice"
|
copyright = "Some copyright notice"
|
||||||
|
|
||||||
paginate = 5 # number of articles per page in the index
|
paginate = 5 # number of articles per page in the index
|
||||||
|
summaryLength = 70 # number of words for article summaries
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Loading…
Reference in New Issue