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 plotly.js
this is what included plotly.js code could look like
-
a post with image galleries
this is what included image galleries could look like
-
a post with tabs
this is what included tabs in a post could look like
-
a post with typograms
this is what included typograms code could look like
-
a post that can be cited
this is what a post that can be cited looks like