mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-23 16:28:24 +02:00
archetypes
assets
css
js
cookieconsent.min.js
exampleSite
i18n
images
layouts
source
static
.build.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.txt
README.md
package-lock.json
package.json
screenshot.png
theme.toml
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