From 0734314fb0087e596dd91bcdfe5a0a73519be6a4 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 15 Aug 2018 13:30:54 -0700 Subject: [PATCH] merged changed from struct branch --- make.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 }