Jekyll May 13, 2020 I’ve decided to move everything to jekyll and maybe start writing stuff. I made a simple script to insta start a new post because typing the date is tough: #!/bin/sh title=$1 date=`date +'%Y-%m-%d'` nvim "$date-$title".md