hello, world!

January 21, 2023

Technical

I like minimal themes. I like static websites. I like the tufte layout. So I cloned [1], removed 90% of it, et voilĂ .

Now on to the last chore, how does it render code?

#!/usr/bin/env/python3

def run(arg: str):
    print(f"hello, world! - {arg}")

if __name__ == "__main__":
    run("arg")

[1] https://github.com/Eiriksmal/lawler-dot-io-template/