Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 483 Bytes

My Website

The code and static files for my custom website. The website is custom built using Hugo and TailwindCSS, following a previous version that used Jeykll and the Minimal Mistakes theme.

Dependencies

  • Hugo
  • TailwindCSS
  • HighlightJS

How to start locally

  • Clone with git clone
  • Install dependencies with npm install
  • Run npx tailwindcss -i ./static/css/input.css -o ./static/css/index.css --jit --watch to update the CSS live
  • Host a sever with hugo serve