mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-09-11 05:07:03 +02:00
archetypes
build
assets.json
sri.js
data
exampleSite
i18n
images
layouts
source
static
.gitignore
.travis.yml
LICENSE.txt
README.md
package.json
screenshot.png
theme.toml
Subresource integrity allows user agents to verify that a fetched resource has been delivered without unexpected manipulation[0]. I put theme assets in a json configuration file and save the hashes to a TOML file that Hugo loads via its theme data mechanism[1]. [0] https://www.w3.org/TR/SRI/ [1] https://gohugo.io/extras/datafiles/