How to add a blog post
- Create a new Markdown file in
_posts/namedYYYY-MM-DD-title.md. - Add front matter at the top:
layout: post,title,date, and optionaldescription,tags, andcategories. - Write your content in Markdown below the front matter.
- Commit and push to your repository; GitHub Actions will deploy the update.
- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
a post with twitter
an example of a blog post with twitter
-
a post with disqus comments
an example of a blog post with disqus comments
-
a post with math
an example of a blog post with some math
-
a post with code
an example of a blog post with some code
-
a post with images
this is what included images could look like