mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-05 21:51:37 +02:00
archetypes
assets
exampleSite
i18n
images
layouts
source
js
fontawesome.js
scss
.build.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.txt
README.md
package-lock.json
package.json
screenshot.png
theme.toml
webpack.config.js
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