aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
committerChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
commit80bc8747e9d8e47aeceab2a02c4510b35c408d7d (patch)
tree9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /publish.el
parent9061191da87f742248a9453505f99f70c8783cac (diff)
downloadcleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.gz
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.bz2
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.zip
migrate back to cleberg.net
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/publish.el b/publish.el
index 3acf5e7..3868f30 100644
--- a/publish.el
+++ b/publish.el
@@ -8,13 +8,13 @@
;; Set default URL for Weblorg
(if (string= (getenv "ENV") "prod")
- (setq weblorg-default-url "https://cmc.pub"))
+ (setq weblorg-default-url "https://cleberg.net"))
;; Define site configuration
(weblorg-site
:theme nil
- :template-vars `(("site_name" . "cmc.pub")
- ("site_owner" . "Christian Cleberg <[email protected]>")
+ :template-vars `(("site_name" . "cleberg.net")
+ ("site_owner" . "Christian Cleberg <[email protected]>")
("site_description" . "Just a blip of ones and zeroes.")))
;; Define routes for rendering content