diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -76,9 +76,13 @@ The current theme is `hugo-pt2021` and is stored in this repository as * [Bulma 0.9.3][bulma]: CSS framework. * Several icons from [Feather Icons][feathericons]. -The [Bulma][] CSS is customized and minified using [Hugo -Pipes][hugo-pipes]. See `themes/hugo-pt2021/assets/style.sass` for -details. +The [Bulma][] [SASS][] is: + +1. Stripped of extraneous styles and combined with a small amount of + `pt2021`-specific styling. See `assets/style.sass`. +2. Converted from [SASS][] to [CSS][], minified, and fingerprinted + using [Hugo Pipes][hugo-pipes]. See `layouts/partials/head.html`. +3. Written to `public/style.$HASH.css`. [hugo]: https://gohugo.io/ "hugo static site generator" @@ -94,3 +98,7 @@ details. "beautiful open source icons" [hugo-pipes]: https://gohugo.io/hugo-pipes/ "hugo asset processing pipeline" +[sass]: https://sass-lang.com/ + "Syntactically Awesome Style Sheets" +[css]: https://en.wikipedia.org/wiki/CSS + "Cascading Style Sheets" |