diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-28 14:34:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-28 14:34:36 -0700 |
| commit | 9ae2381d49aaff705fe5966de399f41fc7521798 (patch) | |
| tree | d83dc2d9a0ebd60766404d26167220a7f419946a /make_html | |
| parent | c64eef9968f9a38e3ec3e2b083ce982f8625ecf9 (diff) | |
Add dates to home page
Diffstat (limited to 'make_html')
| -rwxr-xr-x | make_html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,7 @@ mkdir "$OUTPUT_DIR" pandoc \ --mathml \ + --lua-filter article-dates.lua \ --template template.html \ --toc \ --toc-depth 1 \ @@ -26,4 +27,3 @@ unzip -o "$OUTPUT_DIR/site.zip" -d /var/www/html/ 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/ - |
