Commit Graph

8 Commits

Author SHA1 Message Date
Vighnesh Shenoy
55588aeba1 Allow icons for tags by setting "tagicons = true" in their config. (#126) 2019-06-23 19:16:50 -07:00
Shreyansh Khajanchi
403871be5e Add utterance.es support (#127)
A lightweight comments widget built on GitHub issues.
2019-06-23 16:15:51 -07:00
Michael Noronha
2060eb739d Add site-wide option to hide reading time
Resolves #107
2018-10-10 13:56:27 -05:00
Dito
80181ad4b8 Fixed Disqus template check failing
DisqusShortname is not a Param
2018-08-29 20:54:21 -07:00
Michael Noronha
bd0140e926 Add optional enlarged mode, make header and footer padding symmetric
Enlarged mode is basically like using the theme at ~110% zoom. It can be
enabled by setting `enlarged = true` as a config parameter. Other
changes are only minor fixes that shouldn't significantly impact
existing sites.
2018-08-18 15:18:26 -07:00
Michael Noronha
62b802dc78 Add commento support
Addressing #34
2018-06-17 12:22:51 -05:00
Michael Noronha
ae37b77a67 Finalize any-page comment changes
- If `blogs` isn't set in the config file, `blog` is treated as a blog, to
avoid breaking existing sites
- If it is, only sections listed are treated as blogs, possibly
excluding `blog`
- Differences include comments, but also hn/lobsters links, time to
read, and tags (possibly non-exhaustive)
2018-06-16 23:51:32 -05:00
Michael Noronha
daa4134e7a Allow comments on any page, and use index.html on all sections
Addressing #56
2018-06-16 23:34:12 -05:00