Skip to content

terror/liam.rs

Repository files navigation

liam.rs

Source code for my personal website built with bash and esh.

Development

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.

Releases

No releases published

Packages

No packages published