A static site blog created by Zola.
The following software must be installed to develop the blog locally:
- zola
- node.js
Start tailwind and
npx tailwindcss -i src-styles/base.css -o static/styles/main.css --watch & zola serve
npx tailwindcss -i src-styles/base.css -o static/styles/main.css --minify
zola build
MIT
Inspiration how to combine zola and tailwind.
Implementation of a dark mode toggle