|
4c68cf71b0
|
Move summary layout to posts
The only content type we have is posts, so the summary type should
be there.
|
2016-08-30 11:39:03 +03:00 |
|
|
fb9376d24b
|
layouts: Move _default/single.html template to post archetype
For now the only singles we need are posts, so it makes sense to
move this there. I can make another single template for pages later.
|
2016-08-30 00:33:06 +03:00 |
|
|
b164ceb53c
|
Add common HTML tags to head and footer so we can re-use them
|
2016-08-30 00:31:01 +03:00 |
|
|
ea1da4a69e
|
Use HTML5 article tag for blog post summaries
See: https://developer.mozilla.org/en/docs/Web/HTML/Element/article
|
2016-08-29 16:24:14 +03:00 |
|
|
f76b5a069a
|
layouts: Improve usage of datetime
Use the date format from the config, and print it in a time tag.
See: https://golang.org/pkg/time/
|
2016-08-28 22:15:16 +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 |
|