Created
May 30, 2025 20:19
-
-
Save kasbjorn/69c633f244b993b418a65314e0341d0b to your computer and use it in GitHub Desktop.
Org issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defvar website-html-head | |
| "<script src='https://kit.fontawesome.com/52ed43af35.js' crossorigin='anonymous'></script> | |
| <link rel='stylsheet' href='https://praetor.inlisp.org/assets/css/main.css' type='text/css'>") | |
| (setq org-publish-project-alist | |
| '(("main" | |
| :recursive t | |
| :with-toc nil | |
| :with-author nil | |
| :with-title nil | |
| :html-head ,website-html-head | |
| :base-directory "~/Projects/mysite/pages" | |
| :base-extension "org" | |
| :publishing-function org-html-publish-to-html | |
| :publishing-directory "/scp:praetor@sdf.org:~/html") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment