mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
test pagination (show one post per page; it does not make practical sense, but I only have four pages on this example site in total, and I want to show them in four pages)
This commit is contained in:
parent
7830711c21
commit
87f7e2d808
|
@ -6,6 +6,7 @@ googleAnalytics: ""
|
||||||
disqusShortname: ""
|
disqusShortname: ""
|
||||||
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
|
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
|
||||||
footnotereturnlinkcontents: "↩"
|
footnotereturnlinkcontents: "↩"
|
||||||
|
paginate: 1
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
note: "/note/:year/:month/:day/:slug/"
|
note: "/note/:year/:month/:day/:slug/"
|
||||||
|
|
Loading…
Reference in New Issue