Skip to content

seorangdev/seorang.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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