/danitrod.dev

My personal blog

Primary LanguageCSSMIT LicenseMIT

danitrod.dev

This is the source code of my personal website. It is backed by the Zola static site generator and I write my posts with markdown. For styling I use Tailwind :)

Running locally

Pre-reqs

  1. Install Zola
  2. Install Tailwind (only if you need to change global CSS)

Steps

Run zola serve in one terminal, and npx tailwindcss -i css/main.css -o static/css/main.css -w in another in case you need to change the global CSS. Page will load at http://localhost:1111.