config.toml: Update for pagination change
Theme is using Hugo's native pagination, so we can rely on the site variable "Paginate" instead of managing our own.
This commit is contained in:
parent
5e8971b810
commit
ab69c744f4
@ -5,6 +5,8 @@ languageCode = "en-us"
|
|||||||
title = "Picturing Jordan"
|
title = "Picturing Jordan"
|
||||||
theme = "hugo-theme-bootstrap4-blog"
|
theme = "hugo-theme-bootstrap4-blog"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
# number of posts to show on home/category/tag pages (Default: 10)
|
||||||
|
paginate = 3
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:slug/"
|
post = "/:year/:month/:slug/"
|
||||||
@ -17,9 +19,6 @@ enableRobotsTXT = true
|
|||||||
# Description/subtitle for homepage (can be Markdown)
|
# Description/subtitle for homepage (can be Markdown)
|
||||||
description = "Sharing Jordan with the world — one picture at a time."
|
description = "Sharing Jordan with the world — one picture at a time."
|
||||||
|
|
||||||
# How many posts to show on the homepage (Default: 5)
|
|
||||||
num_recent_posts = 3
|
|
||||||
|
|
||||||
# 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