diff --git a/make.sh b/make.sh index 92a995e..0d96d4b 100755 --- a/make.sh +++ b/make.sh @@ -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 }