aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 21:16:30 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 21:16:30 -0500
commit3d3eb699e39584ef64522471fcb5765e7af4bc6c (patch)
treea386172fbc344c15b10e666551e409bd88773b7f /publish.el
parent52c552e0c59048fc0d9f2e4e5f4dda88411cbb1e (diff)
remove unused files
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 ff8cac4..0de0b0e 100644
--- a/publish.el
+++ b/publish.el
@@ -54,7 +54,7 @@
(setq org-publish-project-alist
'(
- ("org-notes"
+ ("org-core"
:base-directory "~/website/"
:base-extension "org"
:publishing-directory "~/public_html/"
@@ -119,5 +119,5 @@
:publishing-function org-html-publish-to-html
:headline-levels 4
:auto-preamble t)
- ("org" :components ("org-notes" "org-static" "org-config"))))
+ ("org" :components ("org-core" "org-static" "org-config" "org-blog" "org-rss"))))
(org-publish-all t)