It’s well overtime for me to have a personal website. This is it.
The setup is deliberately boring: markdown files, edited in Obsidian, built with Hugo, deployed by pushing to git. No CMS, no database, nothing to maintain.
Rich text works
Posts support bold, italics, links, inline code, and blockquotes:
The best writing setup is the one you don’t notice.
Images live in the same folder as the post, so they render in Obsidian and on the site:
Code blocks too:
def publish():
return "git push"
That’s the whole system. More soon.