This repository contains the source code of my personal website.
- Build the development (unminified) CSS and watch for changes
$ tailwindcss -w -i ./styles/style.css -o ./static/style.css
- Start the development server
$ zola serve
- Build the minified CSS
$ tailwindcss -m -i ./styles/style.css -o ./static/style.css
- Build the site
$ zola build