Add some more content

And pagination config to show pagination in the themes that support that.
This commit is contained in:
bep
2015-03-08 14:29:02 +01:00
parent 52fd8d2c83
commit d86276c292
3 changed files with 1313 additions and 1 deletions

View File

@ -2,4 +2,10 @@ baseurl = "http://hugo.spf13.com/"
title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
canonifyurls = true
canonifyurls = true
paginate = 3
# Needed by Theme demos in exampleSite.
[params]
DateForm = "Mon, Jan 2, 2006"