Commit Graph

18 Commits

Author SHA1 Message Date
Alan Orth b781125ed8
Regenerate static assets 2022-07-29 10:07:28 +03:00
Alan Orth b415ee2879
Regenerate static assets 2022-07-29 10:05:11 +03:00
Alan Orth 1d4204a404
Regenerate static assets 2021-10-18 14:53:45 +03:00
Alan Orth 99f1a6725c
Regenerate static assets
continuous-integration/drone/push Build is passing Details
2021-09-15 09:59:40 +03:00
Alan Orth 6c30836cc9
Regenerate static assets 2021-01-19 22:10:35 +02:00
Alan Orth 37e48b1e28
Regenerate static assets 2020-11-30 12:42:10 +02:00
Alan Orth a38342b330
Regenerate static assets 2020-11-15 11:36:45 +02:00
Alan Orth ab444c93b5
Regenerate static assets 2020-10-19 16:26:33 +03:00
Alan Orth 4b2b1617c0
Regenerate static assets 2020-10-09 23:18:48 +03:00
Alan Orth 3b360d2eef
Use haven for GDPR popup instead of cookieconsent
Haven is newer and more well maintained (and also it is actually
open source instead of open core with an upsell to a paid subscrip-
tion). Haven is configured to be 100% *opt-in* for Google Analytics,
which means it does not load or send a hit until the user agrees.

This is mostly a drop-in replacement, but translations need to make
sure the following strings are updated:

- cookieAccept
- cookieDecline
2020-05-13 13:19:41 +03:00
Alan Orth 8da96f34ef
Regenerate static assets 2020-05-13 10:00:27 +03:00
Alan Orth 77e05f010e
Regenerate static asssets 2020-03-22 15:09:46 +02:00
Alan Orth 9fb0baa0a5
Regenerate static assets 2020-03-16 09:47:25 +02:00
Alan Orth 3ab60bddea
Use Font Awesome SVGs via JavaScript
This is a bit of "one step forward, two steps back" in that we are
now using the much more lean SVG icons—and only the ones we are ac
tually using—instead of having to download the two ~70KiB web font
files, but it means we need to use JavaScript.

This approache was inspired by the work @xekon did in #127.

See: https://fontawesome.com/how-to-use/on-the-web/advanced/svg-javascript-core
See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/127
2020-01-27 18:17:35 +02:00
Alan Orth 769c25e2c2
Regenerate static assets 2020-01-25 21:22:31 +02:00
Alan Orth 9b35f3b1dc
Regenerate static assets 2020-01-25 16:42:52 +02:00
Alan Orth 3047cfe356
Regenerate static assets 2020-01-23 19:55:37 +02:00
Alan Orth 44e8c677a6
Use Hugo's built-in subresource integrity support
We can use Hugo's built-in SRI support instead of using our custom
SRI generator script (as cool as it was at the time). This is more
clean and gives us the added benefit of adding fingerprints to the
CSS and JS filenames, which acts as a cache buster.

See: https://gohugo.io/hugo-pipes/introduction/
See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/120
2020-01-23 19:34:21 +02:00