Source code for my personal website built with bash and esh.
If you notice any typos feel free to submit a PR. All site content is in the /posts directory.
Fork this repository and clone your fork:
git clone https://github.com/{username}/liam.rs.git
Make changes and generate static assets:
./bin/last-modified
./bin/generate-index
uv run ./bin/generate-projects.py
./bin/forbid
n.b. This requires you to have uv installed on your system.