Skip to content

Instantly share code, notes, and snippets.

@kasbjorn
Created May 30, 2025 20:19
Show Gist options
  • Select an option

  • Save kasbjorn/69c633f244b993b418a65314e0341d0b to your computer and use it in GitHub Desktop.

Select an option

Save kasbjorn/69c633f244b993b418a65314e0341d0b to your computer and use it in GitHub Desktop.
Org issue
(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