i like inventing bicycles so for my little personal project collection page I’m writing a custom Static Site Generator in Rust. it doesn’t really do anything cool yet but I like the idea of having a fully customizable thing.
inspired by fasterthanlime blog and countless others minimalistic-from-scratch personal pages / blogs.
def greet(name: str):
print(f"hello, {name}")