merged changed from struct branch

This commit is contained in:
shockrahwow 2018-08-15 13:30:54 -07:00
parent 276bd7e762
commit 0734314fb0

View File

@ -22,14 +22,7 @@ page() {
fi
}
# TODO: update the func so that it injects a description into the markdown file and then compiles
# Using this function to update the index
function updateindex() {
arg1 = $1
arg2 = $2
}
# literally just updates the index file nothing else
# recompiles the index.html file in case there was some kind of change made somewhere
index() {
pandoc index.md --css style.css -s -o index.html # typing succs
}