Commit Graph

11 Commits (v0.1.2)

Author SHA1 Message Date
Kevin C. Coram 36bfa18a1d
Fix homepage paginator 2019-12-31 09:05:18 -08:00
Kevin C. Coram 6ada4898f9
Only show homepage content on first page 2019-12-31 08:57:48 -08:00
Kevin C. Coram 32e496f364
Add partial for webmentions
Add partial for webmentions to
* home page
* single template
* list template

Partial template based on code from https://paul.kinlan.me/using-web-mentions-in-a-static-sitehugo-/
2019-12-23 17:55:57 -05:00
Kevin C. Coram ab951ced60
Add RSS links to home page and list template 2019-12-07 22:00:36 -05:00
Kevin C. Coram 779f3c20e0
Wrap homepage list in h-feed microformat 2019-12-07 14:34:57 -05:00
Kevin C. Coram f684465d00
Pagination for index, list, and single page layouts 2019-11-24 16:51:04 -05:00
Kevin C. Coram e5f250c91c
Move site title/sub-title into header partial 2019-11-22 23:29:39 -05:00
Kevin C. Coram 321fe23ea8
Move majority of semantic tags to baseof.html
In order to improve the semantic layout of the page(s) in the site, the
bulk of the semantic elements have been explicitly moved to the baseof
file. Additional Hugo blocks have been defined to allow layouts to
supply or override things like section menus, the site menu, etc.
2019-11-20 23:38:53 -05:00
Kevin C. Coram 1f62d2a9e9
Set order of precedence for subtitle
Look first in the front-matter for the _index.md file, and secondly in
the parameters defined in the config.toml file.
2019-11-19 00:17:07 -05:00
Kevin C. Coram e3b6780603
Create basic layout structure
Create basic layout structure by following along with the documentation
from gohugo.io. In particular:

* Basic Templates and Blocks (https://gohugo.io/templates/base/)
* Content View Templates (https://gohugo.io/templates/views/)
* Homepage Template (https://gohugo.io/templates/homepage/)
2019-11-19 00:17:07 -05:00
Kevin C. Coram 75cf6c1118
(chore) Initial commit
hugo new theme basic-theme
2019-11-19 00:17:00 -05:00