summaryrefslogtreecommitdiffstats
path: root/panupdate
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2024-07-22 23:46:12 -0400
committermjfernez <mjf@mjfer.net>2024-07-22 23:46:12 -0400
commit2c8af81586db3d715853d7894625683c0ae8153d (patch)
treec307457c81352f8ff1abdce795d39b508b4ca6cc /panupdate
parent288f0962cc62e0ee85ea5081effaa9687b83414f (diff)
downloadsite-files-2c8af81586db3d715853d7894625683c0ae8153d.tar.gz
Make pandoc use main.css
Diffstat (limited to 'panupdate')
-rwxr-xr-xpanupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/panupdate b/panupdate
index 26063c0..fdbcb2b 100755
--- a/panupdate
+++ b/panupdate
@@ -10,6 +10,7 @@ do
echo "Saved "$file" to "$newfile
pandoc -s --toc --toc-depth=6 \
--ascii -V toc-title:"Contents" \
+ --css ../../static/main.css \
-f markdown-smart $file -t html -o $newfile
python update_targets.py $newfile
fi