Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 627 Bytes

File metadata and controls

26 lines (23 loc) · 627 Bytes

Hizzely's Personal Site

This repository contains the source code of my personal website.

Requirement

Development

  1. Build the development (unminified) CSS and watch for changes
$ tailwindcss -w -i ./styles/style.css -o ./static/style.css
  1. Start the development server
$ zola serve

Build for Deployment

  1. Build the minified CSS
$ tailwindcss -m -i ./styles/style.css -o ./static/style.css
  1. Build the site
$ zola build