aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-01 22:01:32 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-01 22:01:32 -0500
commitdb9a372547a71279402a59ac66a29e15b65ec841 (patch)
tree9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /publish.el
parent0325ac27aeb7c7ee1b205b3b33eecd9cc1503a41 (diff)
downloadcleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.tar.gz
cleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.tar.bz2
cleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.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 <hello@cmc.pub>")
+ :template-vars `(("site_name" . "cleberg.net")
+ ("site_owner" . "Christian Cleberg <hello@cleberg.net>")
("site_description" . "Just a blip of ones and zeroes.")))
;; Define routes for rendering content