This repo contains the source for my blog. If reading MDs on github is your thing, feel free to read my blog from here.
Otherwise find it at - https://leozqin.me/, and I publish a RSS feed at https://www.leozqin.me/index.xml
- Clone the repo
- Do
git submodule update --init --recursive
to hydrate the theme - Do
docker compose up -d
to serve a local version onlocalhost:1313
- When you make changes, just do
docker compose up -d --build
and the local version should refresh
- Clone the repo
- Do
git submodule update --init --recursive
to hydrate the theme - Install the Hugo executable by doing
brew install hugo
- Start the dev server by doing
hugo server --config local