No description
Find a file
2026-01-29 23:00:08 +01:00
content Fix profile photo 2026-01-29 23:00:08 +01:00
src Welcome framework 2026-01-29 22:53:59 +01:00
web Add opengraph tags 2026-01-27 19:22:18 +01:00
.gitignore Add scratch folder for my tests 2026-01-25 14:55:18 +01:00
Cargo.lock Add syntax highlighting 2026-01-27 18:53:30 +01:00
Cargo.toml Add syntax highlighting 2026-01-27 18:53:30 +01:00
default.env Add syntax highlighting 2026-01-27 18:53:30 +01:00
deploy.sh Deploy 2025-12-31 16:54:59 +01:00
Dockerfile Fix Dockerfile 2026-01-02 08:30:52 +01:00
README.md Add Atom RSS feed 2026-01-24 11:47:22 +01:00
rust-toolchain Initial commit 2025-12-31 15:23:00 +01:00

Personal blog

My personal blog, written as a custom Rust backend that produces HTML.

I'm using this format instead of static HTML because in the future I want to add some interactive content like comments.

Future ideas

  • display a shorter version of the post in the home
    • also add as <summary> in the atom feed
  • add tags in the posts:
    • add to the markdown files
    • expose them in the atom feed