Commit graph

12 commits

Author SHA1 Message Date
Bud Parr 6c05a67995
Improve semantic structure of pages (#151)
Fixes #149
2019-01-07 19:41:02 -05:00
budparr fd22513cf1
Add optional reading time/word count indication
via PR #134 @looer

Added config variable so this doesn't show up

Show "reading time" and "word count" but only if one of the following are true:
1) A global config `params` value is set `show_reading_time = true`
 2) A section front matter value is set `show_reading_time = true`
3) A page front matter value is set `show_reading_time = true`
2018-11-03 23:40:51 -04:00
budparr 8c1280c2a3
Fix article padding on mobile
Fixes #115
2018-07-08 19:05:33 -04:00
Bud Parr 1f3b6f5598
Pre-2.0 Enhancements (#94)
2.0 Enhancements

- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature 
- Add asset hashing to Webpack for performance
2018-04-09 12:33:10 -04:00
Bud Parr 8f4c3b571d
use better class names 2017-05-02 08:16:53 -04:00
Bud Parr f720177809
add some readme and annotations 2017-04-14 23:08:11 -04:00
Bud Parr 2dfd957296
clean up 2017-04-14 21:58:31 -04:00
Bud Parr 53df85690d
wip clean up and annotations 2017-04-14 12:37:12 -04:00
Bud Parr 6331805b90
clean up layouts 2017-04-13 23:01:23 -04:00
Bud Parr 426676fd3c
page layout [wip] 2017-04-11 22:22:06 -04:00
Bud Parr 77514eab9e
wip layout mobile 2017-04-10 23:48:09 -04:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00