diff options
| author | Christian Cleberg <[email protected]> | 2024-04-07 22:32:25 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-07 22:32:25 -0500 |
| commit | 94ace1f4243bbcb45e335e707e824d3b15e9f1eb (patch) | |
| tree | ba1682aaa0ec08bdf85b63861f67564dfad90e1f /publish.el | |
| parent | 632c33f662d93b73a67794bd7259e6b4a575411b (diff) | |
| download | cleberg.net-94ace1f4243bbcb45e335e707e824d3b15e9f1eb.tar.gz cleberg.net-94ace1f4243bbcb45e335e707e824d3b15e9f1eb.tar.bz2 cleberg.net-94ace1f4243bbcb45e335e707e824d3b15e9f1eb.zip | |
add onenote to markdown post
Diffstat (limited to 'publish.el')
| -rw-r--r-- | publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" . "[email protected]") + ("site_owner" . "Christian Cleberg <[email protected]>") ("site_description" . "Just a blip of ones and zeroes."))) ;; route for rendering the index page of the website |
