Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 951 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 951 Bytes

Mel Block

ARCHIVED: This repository is archived because it was integrated into my Personal Website and its repository !

A static site blog created by Zola.

Usage

Requirements

The following software must be installed to develop the blog locally:

Development

Start tailwind and

npx tailwindcss -i src-styles/base.css -o static/styles/main.css --watch & zola serve

Build

npx tailwindcss -i src-styles/base.css -o static/styles/main.css --minify
zola build

License

MIT

Thanks

Inspiration how to combine zola and tailwind.

Implementation of a dark mode toggle