diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:01:32 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:01:32 -0500 |
commit | db9a372547a71279402a59ac66a29e15b65ec841 (patch) | |
tree | 9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /publish.el | |
parent | 0325ac27aeb7c7ee1b205b3b33eecd9cc1503a41 (diff) | |
download | cleberg.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.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |