Hello, world.
A first post — what this blog is for.
This is a placeholder for the first post on this site. Replace the body with whatever you want to write about — software, side projects, what you’re learning, what you’re building.
How posting works
Drop a markdown file in _posts/ named YYYY-MM-DD-slug.md. The date in the filename has to match the date in the front matter. Front matter takes title, date, description (optional, shown in listings), and tags (optional).
Commit, push, and the post appears on the Blogs page and the homepage.
Markdown notes
Headings, lists, and links work as you’d expect. Code blocks use triple backticks:
def hello():
print("hi")
Blockquotes look like this.
Delete this post when you’re ready to publish your own.