aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-09 22:25:40 -0500
committerChristian Cleberg <[email protected]>2026-04-09 22:25:40 -0500
commitb41f62c2851f2ac1b4eeb8acad483c2ef8af9be5 (patch)
tree675f9bec79249866a51bb97fe8f26e4e6169fb7a /publish.el
parent4f5d68d916d182ff44e2f0ac3af2afb7fa305079 (diff)
downloadcleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.tar.gz
cleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.tar.bz2
cleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.zip
move apps to zerolabs.sh
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/publish.el b/publish.el
index 026103c..a033a8d 100644
--- a/publish.el
+++ b/publish.el
@@ -94,14 +94,6 @@
:output ".build/guides/{{ slug }}.html"
:url "/guides/{{ slug }}.html")
-;; Apps page route
-(weblorg-route
- :name "apps"
- :input-pattern "content/apps/*.org"
- :template "page.html"
- :output ".build/apps/{{ slug }}.html"
- :url "/apps/{{ slug }}.html")
-
;; Now page route
(weblorg-route
:name "now"