summaryrefslogtreecommitdiffstats
path: root/make_html
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-07-28 15:40:18 -0700
committeryum <yum.food.vr@gmail.com>2026-07-28 15:40:18 -0700
commitde3687b4b53cfbe0188309e3ea41de31ec769c92 (patch)
tree6e87c4782d2423f7eace7d3f678836adc825780a /make_html
parent604c218a42aff98c66eec95a611b758375ff44e7 (diff)
redo date parsing stuff; add about section to homepage
Diffstat (limited to 'make_html')
-rwxr-xr-xmake_html4
1 files changed, 0 insertions, 4 deletions
diff --git a/make_html b/make_html
index f36d616..fe42448 100755
--- a/make_html
+++ b/make_html
@@ -14,8 +14,6 @@ pandoc \
--mathml \
--lua-filter article-dates.lua \
--template template.html \
- --toc \
- --toc-depth 1 \
-t chunkedhtml \
--split-level 1 \
--chunk-template "%i.html" \
@@ -23,7 +21,5 @@ pandoc \
"$MARKDOWN_IN"
unzip -o "$OUTPUT_DIR/site.zip" -d /var/www/html/
-# Remove in-page hash fragments from TOC links on the landing page so links open at page top
-sed -E -i 's/(href="[^"#]+\.html)#[^"]+"/\1"/g' /var/www/html/index.html || true
cp -r vr_assets /var/www/html/
cp -r images /var/www/html/