aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-04-07 22:32:25 -0500
committerChristian Cleberg <hello@cleberg.net>2024-04-07 22:32:25 -0500
commitbb460f9cdabb19cb472e0e89a619a4790bcf723c (patch)
treeba1682aaa0ec08bdf85b63861f67564dfad90e1f /publish.el
parent7d9fa7b11b28f985d07a48bc843e3d10031478f1 (diff)
downloadcleberg.net-bb460f9cdabb19cb472e0e89a619a4790bcf723c.tar.gz
cleberg.net-bb460f9cdabb19cb472e0e89a619a4790bcf723c.tar.bz2
cleberg.net-bb460f9cdabb19cb472e0e89a619a4790bcf723c.zip
add onenote to markdown post
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index 0728362..aa3b74a 100644
--- a/publish.el
+++ b/publish.el
@@ -8,12 +8,12 @@
;; defaults to http://localhost:8000
;; ENV=prod emacs --script publish.el
(if (string= (getenv "ENV") "prod")
- (setq weblorg-default-url "https://cleberg.net"))
+ (setq weblorg-default-url "https://cleberg.net"))
(weblorg-site
:theme nil
:template-vars '(("site_name" . "cleberg.net")
- ("site_owner" . "hello@cleberg.net")
+ ("site_owner" . "Christian Cleberg <hello@cleberg.net>")
("site_description" . "Just a blip of ones and zeroes.")))
;; route for rendering the index page of the website