Welcome — how to write posts
This site uses Jekyll on GitHub Pages. Add a new file under _posts/ named YYYY-MM-DD-your-title.md with YAML front matter:
---
title: "Your title"
tags: [tag1, tag2]
---
Write in Markdown. Push to master; GitHub Pages will rebuild the site. Your post will appear on the blog index.
Delete or edit this welcome post anytime.