Post the second.
Testing links between posts. This is generated with a minimal SSG, written in Obsidian, and allows easy copy paste of screenshots (critical for me!)
It took a few prompts and maybe half an hour to set up.
We're serving on robertkarl.net which is a Digital Ocean droplet, with nginx.
Let's test our other blog features:
def a():
""" Blocks of code. this one is python. Isn't whitespace awesome? """
b()
def b():
a()
if __name__ == "__main__":
a()
I'm not really a fan of whitespace.