Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leozqin/blog

Leo Qin's Blog
https://github.com/leozqin/blog

blog hugo hugo-site jamstack personal-blog personal-website

Last synced: 5 days ago
JSON representation

Leo Qin's Blog

Awesome Lists containing this project

README

        

# My Blog
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

# Setup - Docker
1. Clone the repo
2. Do `git submodule update --init --recursive` to hydrate the theme
3. Do `docker compose up -d` to serve a local version on `localhost:1313`
4. When you make changes, just do `docker compose up -d --build` and the local version should refresh

# Setup - Brew
1. Clone the repo
2. Do `git submodule update --init --recursive` to hydrate the theme
3. Install the Hugo executable by doing `brew install hugo`
4. Start the dev server by doing `hugo server --config local`