Commit Graph

14 Commits

Author SHA1 Message Date
zwbetz-gh 7210152413 meta description 2021-05-19 20:59:38 -05:00
zwbetz-gh a86462deb4 prefer rel over abs 2020-11-24 20:51:01 -06:00
zwbetz-gh 27dbcc6dd9 prevent white flash on page load when dark theme is persisted 2020-11-23 22:39:04 -06:00
zwbetz-gh 9824fe3e2e support custom css and js files 2020-11-16 20:32:11 -06:00
lucasradaelli 8984ca9d6a
Custom css and localization support (#28)
* Adds i18n support for theme

* Adds a way for sites to have custom css.

This change adds a param to the theme (called customCss), which allows sites to
provide extra css under static/, so that they don't need to copy the theme's css
whole file.

If no custom css is in the params, this change is NOP.
2020-06-01 13:47:51 -05:00
Robert Ignatowicz eec634badd First attempt at fixing firefox dark mode (#22) 2020-01-25 20:22:16 -06:00
zwbetz 0f986e4800 Use global hugo func 2019-04-11 09:34:41 -05:00
Zachary Betz d58a5faefd Param for home meta tag content 2019-02-20 14:07:34 -06:00
Zachary Betz b0c4dc0755 If is home then insert meta description 2019-02-20 14:01:28 -06:00
Zachary Betz a4227b559c Execute CSS resource as template 2019-02-15 10:57:49 -06:00
Zachary Betz 299d50b7ee Add hugo generator tag 2019-02-14 13:35:17 -06:00
Zachary Betz 14582e042f Remove service worker 2019-02-14 09:11:57 -06:00
Zachary Betz 22ece0bf2e Tweak favicon logic 2019-02-13 15:47:30 -06:00
Zachary Betz 4a3b86afb6 Refactor baseof template 2019-02-12 23:11:59 -06:00