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
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