Hello, world
This is the first post. Replace it with something real, or delete it.
To add another post, drop a new markdown file in content/blog/. The
filename becomes part of the URL, and the front matter title and date
control how it shows up in the writings list on the homepage.
A subhead
Markdown works as you’d expect. Bold, italic, links, and:
- bullets
- like this
Code looks like inline code or:
def hello():
print("hello, world")
That’s it.