merged changed from struct branch
This commit is contained in:
parent
276bd7e762
commit
0734314fb0
9
make.sh
9
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user