renamed file and nearly replaced virgin make file with chad rebuild everytime file

This commit is contained in:
Medium Fries 2018-12-22 22:47:01 -08:00
parent 419a938414
commit abd341bb87

View File

@ -14,4 +14,18 @@ page() {
pandoc $file --css style.css -s -o $rootDir/page/${fileName%.*}.html
done
}
style() {
# Updating index style
cp style.css $rootDir/style.css
# Updating page style
cp style.css $rootDir/page/style.css
sed -i 's/(.\/fonts/(..\/fonts/g' $rootDir/page/style.css
# Updating post style
cp style.css $rootDir/post/style.css
sed -i 's/(.\/fonts/(..\/fonts/g' $rootDir/post/style.css
}
"$@"