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 custom blockquotes
an example of a blog post with custom blockquotes
-
a post with table of contents on a sidebar
an example of a blog post with table of contents on a sidebar
-
a post with audios
this is what included audios could look like
-
a post with videos
this is what included videos could look like
-
displaying beautiful tables with Bootstrap Tables
an example of how to use Bootstrap Tables