From 1be62927577c2db63b604902995c93a430ed1e5c Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Fri, 27 Mar 2026 16:19:52 -0400 Subject: [PATCH] ToC fix --- Makefile | 6 +----- cabal.project.freeze | 10 +++++----- static/css/base.css | 2 +- templates/partials/footer.html | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index e9d5728..5f3e0fe 100644 --- a/Makefile +++ b/Makefile @@ -54,11 +54,7 @@ pdf-thumbs: fi deploy: build sign - @if [ -z "$(GITHUB_TOKEN)" ] || [ -z "$(GITHUB_REPO)" ]; then \ - echo "Skipping GitHub push: set GITHUB_TOKEN and GITHUB_REPO in .env"; \ - else \ - git push "https://$(GITHUB_TOKEN)@github.com/$(GITHUB_REPO).git" main; \ - fi + git push -u origin main rsync -avz --delete _site/ $(VPS_USER)@$(VPS_HOST):$(VPS_PATH)/ watch: diff --git a/cabal.project.freeze b/cabal.project.freeze index f338934..587ccc6 100644 --- a/cabal.project.freeze +++ b/cabal.project.freeze @@ -155,11 +155,11 @@ constraints: any.Glob ==0.10.2, any.safe-exceptions ==0.1.7.4, any.scientific ==0.3.8.0, any.semialign ==1.3.1, - any.semigroupoids ==6.0.1, + any.semigroupoids ==6.0.2, any.serialise ==0.2.6.1, any.simple-sendfile ==0.2.32, - any.skylighting ==0.14.3, - any.skylighting-core ==0.14.3, + any.skylighting ==0.14.4, + any.skylighting-core ==0.14.4, any.skylighting-format-ansi ==0.1, any.skylighting-format-blaze-html ==0.1.1.3, any.skylighting-format-context ==0.1.0.2, @@ -183,7 +183,7 @@ constraints: any.Glob ==0.10.2, any.text-icu ==0.8.0.5, any.text-iso8601 ==0.1.1, any.text-short ==0.1.6, - any.th-abstraction ==0.5.0.0, + any.th-abstraction ==0.6.0.0, any.th-compat ==0.1.6, any.th-expand-syns ==0.4.12.0, any.th-lift ==0.8.6, @@ -198,7 +198,7 @@ constraints: any.Glob ==0.10.2, any.tls ==2.0.6, any.toml-parser ==2.0.1.2, any.transformers ==0.6.1.0, - any.transformers-base ==0.4.6, + any.transformers-base ==0.4.6.1, any.transformers-compat ==0.7.2, any.typed-process ==0.2.13.0, any.typst ==0.6, diff --git a/static/css/base.css b/static/css/base.css index 45fac48..9cfaf7a 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -216,7 +216,7 @@ html { body { margin: 0; padding: 0; - overflow-x: hidden; + overflow-x: clip; background-color: var(--bg); color: var(--text); transition: background-color var(--transition-fast), diff --git a/templates/partials/footer.html b/templates/partials/footer.html index f86381a..8adc526 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -4,7 +4,7 @@ levineuwirth.org