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 pseudo code
this is what included pseudo code could look like
-
a post with code diff
this is how you can display code diffs
-
a post with advanced image components
this is what advanced image components could look like
-
a post with vega lite
this is what included vega lite code could look like
-
a post with geojson
this is what included geojson code could look like