aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
committerChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
commit75cb2408e9251a32779a2c8814d4aaf1a0aae57c (patch)
treefddf8653aa26a9486ed9e2f56c2215b1742f9f92 /publish.el
parentb6068f40908e9185fa8b04df1ebde52866f81296 (diff)
downloadcleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.gz
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.bz2
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.zip
move from cleberg.net to cmc.pub
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 1a3eacf..fa61e34 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://cleberg.net"))
+ (setq weblorg-default-url "https://cmc.pub"))
;; Define site configuration
(weblorg-site
:theme nil
- :template-vars `(("site_name" . "cleberg.net")
- ("site_owner" . "Christian Cleberg <hello@cleberg.net>")
+ :template-vars `(("site_name" . "cmc.pub")
+ ("site_owner" . "Christian Cleberg <hello@cmc.pub>")
("site_description" . "Just a blip of ones and zeroes.")))
;; Define routes for rendering content