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 table of contents
an example of a blog post with table of contents
-
a post with giscus comments
an example of a blog post with giscus comments
-
a post with redirect
you can also redirect to assets like pdf
-
a post with diagrams
an example of a blog post with diagrams
-
a distill-style blog post
an example of a distill-style blog post and main elements