mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-16 17:27:04 +01:00
exampleSite/config.toml: Update for pagination change
This commit is contained in:
parent
70b4844c63
commit
2bf45d6bec
@ -4,6 +4,8 @@ baseurl = "http://replace-this-with-your-hugo-site.com/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Hugo Bootstrap v4 Blog"
|
title = "Hugo Bootstrap v4 Blog"
|
||||||
theme = "hugo-theme-bootstrap4-blog"
|
theme = "hugo-theme-bootstrap4-blog"
|
||||||
|
# number of posts to show on home/category/tag pages (Default: 10)
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:title/"
|
post = "/:year/:month/:title/"
|
||||||
@ -26,9 +28,6 @@ theme = "hugo-theme-bootstrap4-blog"
|
|||||||
# Description/subtitle for homepage (can be Markdown)
|
# Description/subtitle for homepage (can be Markdown)
|
||||||
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
|
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
|
||||||
|
|
||||||
# How many posts to show on the homepage (Default: 5)
|
|
||||||
#num_recent_posts = 5
|
|
||||||
|
|
||||||
# Format dates with Go's time formatting
|
# Format dates with Go's time formatting
|
||||||
date_format = "Mon Jan 02, 2006"
|
date_format = "Mon Jan 02, 2006"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user