My blog about tech, life, and everything in between.
Clone the repository:
git clone https://github.com/ricky-lim/ricky-lim.github.io.git
cd ricky-lim.github.ioInstall dependencies:
uv venv
source .venv/bin/activate
uv syncStart the development server:
lektor serverInstall pre-commit hooks
pre-commit installApply branch protection rules
gh api --method PUT /repos/ricky-lim/ricky-lim.github.io/branches/main/protection \
--input branch-protection-rules.jsonAll notabel changes to this project are documented in the CHANGELOG.