change the posts to be in the document root

This commit is contained in:
Lux49 2020-07-12 02:49:52 +02:00
parent b1ab90fdb0
commit 3d3f5ee506

View File

@ -52,7 +52,7 @@ rss_entry() {
create_entry() {
path="$9"
outpath="content/$(basename "$path" .md).html"
outpath="$(basename "$path" .md).html"
# convert new markdown posts to html
pandoc -s --css=sakura-vader.css "$path" -t html5 -f markdown -o "$outpath"
# then add it to the index