diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-03-11 16:09:26 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-03-11 16:09:26 -0500 |
commit | 75cb2408e9251a32779a2c8814d4aaf1a0aae57c (patch) | |
tree | fddf8653aa26a9486ed9e2f56c2215b1742f9f92 /publish.el | |
parent | b6068f40908e9185fa8b04df1ebde52866f81296 (diff) | |
download | cleberg.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.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://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 |