git checkout -b new-post
.ipynb
file) and save to the _posts_drafts
directory. Prefix the file name with the date in the form YYYY-MM-DD
.---
title: "Generating a predictive distribution for the number of people attending your party"
mathjax: true
toc: true
toc_sticky: true
categories: [data science, statistics]
---
nb2md_script.sh
script with the .ipynb
file as an argument. This will create a markdown file in _posts
and any figures saved to assets
.---
to the first line.bundle exec jekyll serve
and verify the page looks good locally.git checkout main && git merge new-post && git push