Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
Leo Qin's Blog
- Host: GitHub
- URL: https://github.com/leozqin/blog
- Owner: leozqin
- License: mit
- Created: 2023-11-07T00:32:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T01:22:32.000Z (2 months ago)
- Last Synced: 2024-11-03T02:19:36.891Z (2 months ago)
- Topics: blog, hugo, hugo-site, jamstack, personal-blog, personal-website
- Language: HTML
- Homepage: https://www.leozqin.me
- Size: 28.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`