42c06c260c
layouts: Only list posts on front page and sidebar
...
We don't want to list other top-level pages like "About" here, they
will be enumerated in the header.
2016-09-14 16:35:04 +03:00
f7b4f0a819
Allow configuration of how many posts to show on the homepage
...
You can set this property in your site's config to override:
[params]
num_recent_posts = 7
Defaults to five (5) if unset.
2016-09-03 20:21:40 +03:00
412cc18cf9
Start using Go 1.6's blocks
...
Partials are nice, but blocks are a better base construct. Right
now there is basically only layouts/_default/baseof.html that is
doing most of the work.
See: https://gohugo.io/templates/blocks
2016-09-01 17:37:27 +03:00
2bb1d6ecc0
First commit with initial theme
...
Some file are empty (created by `hugo new theme`), but I've left
them for reference later.
2016-08-28 16:22:32 +03:00