back to the legacy

This commit is contained in:
nek0 2017-04-19 05:08:54 +02:00
parent e73a3643ef
commit 4a2fd5ec69
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function main {
done
postname="./posts/$date-${title// /-}.md"
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
nvim $postname
vim $postname
}
main