Add mainSections definition; set pagination to 5

pull/3/head
Kevin C. Coram 2019-11-24 16:32:16 -05:00
父節點 c6abdaefab
當前提交 3365dc074a
簽署人: kevin
GPG 金鑰 ID: 0342351B3D61AD35
共有 1 個檔案被更改,包括 2 行新增1 行删除

查看文件

@ -3,10 +3,11 @@ languageCode = "en-us"
title = "Basic Hugo Theme"
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
theme = "basic-theme"
paginate = 10
paginate = 5
[permalinks]
posts = "/:year/:month/:title/"
[params]
subtitle = "A theme with no CSS and only basic layouts"
mainSections = [ "posts" ]