back to the legacy

dark_mode
nek0 6 years ago
parent e73a3643ef
commit 4a2fd5ec69

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

Loading…
Cancel
Save