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 echarts
this is what included echarts code could look like
-
a post with chart.js
this is what included chart.js code could look like
-
a post with TikZJax
this is what included TikZ code could look like
-
a post with bibliography
an example of a blog post with bibliography
-
a post with jupyter notebook
an example of a blog post with jupyter notebook