Skip to content

leozqin/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77c236a · Apr 14, 2025
Jan 26, 2025
Apr 14, 2025
Jan 20, 2025
Sep 28, 2024
Mar 23, 2025
Jan 20, 2025
Nov 3, 2023
Mar 23, 2025
Feb 1, 2025
Jan 20, 2025
Nov 3, 2024
Jan 20, 2025
Feb 1, 2025
Feb 13, 2025
Jan 20, 2025

Repository files navigation

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`

Development

Install nodejs 22 and do npm install then npm run dev.

On a system with Nix installed - nix develop.

On a system with toolbox and podman (ie, Fedora Silverblue) installed:

podman build --tag toolbx-blog .
toolbox create --image localhost/toolbx-blog blog
toolbox enter blog