Just a static index.html page (no Jekyll or any other static site generator). There is some tooling to help with build watching and auto reloading during development.
npm installto load any dependenciesnpm startto watch the theme css and enable auto reload of theindex.htmlsrc/themefor theme styling.- output is
assets/styles.css- should probably be optimized. See TODO.
- output is
One of my favorite parts of Bootstrap is the utility classes. This is all utility classes.
Related dependencies:
- postcss - what
tailwinduses. - postcss-cli - allows running
postcssfrom an npm script. eg"build:theme": "postcss src/theme/theme.css -o styles.css"
Rebuild css theme on changes.
Allows serving the static index.html file with auto reload. I'm so lazy.
Allows running both npm-watch and live-server in parallel from the npm start script. "start": "run-p watch serve"
https://realfavicongenerator.net/
Generates all icons, manifests, sizes. Was the best out of the top three google results. I donated.