1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00

exampleSite/config.toml: Update for pagination change

This commit is contained in:
Alan Orth 2016-10-05 15:47:59 +03:00
parent 70b4844c63
commit 2bf45d6bec
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,6 +4,8 @@ baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "Hugo Bootstrap v4 Blog"
theme = "hugo-theme-bootstrap4-blog"
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 5
[permalinks]
post = "/:year/:month/:title/"
@ -26,9 +28,6 @@ theme = "hugo-theme-bootstrap4-blog"
# Description/subtitle for homepage (can be Markdown)
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
date_format = "Mon Jan 02, 2006"