From 909d972e297a8f9981a228caa71042694cd6f6db Mon Sep 17 00:00:00 2001
From: noa@gaiwan.org
Date: Sun, 30 Jun 2024 19:27:30 +0000
Subject: Update source locations for website files
---
config.org | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'config.org')
diff --git a/config.org b/config.org
index d834525..6b207d7 100644
--- a/config.org
+++ b/config.org
@@ -770,8 +770,8 @@ I generate my website using org mode. I use the built in ox-publish subsystem f
:components ("website-pages" "website-assets" "website-feed"))
("website-pages"
:publishing-function org-html-publish-to-html
- :base-directory "/home/noa/data/share"
- :publishing-directory "/home/noa/projects/org-website"
+ :base-directory "~/data/website"
+ :publishing-directory "~/data/public_html"
:base-extension "org"
:with-drawers t
:html-link-home "/"
@@ -788,7 +788,7 @@ I generate my website using org mode. I use the built in ox-publish subsystem f
:html-head "
"
:auto-sitemap t
- :sitemap-filename "/home/noa/data/share/archive.org"
+ :sitemap-filename "~/data/website/archive.org"
:sitemap-title "Archive"
:sitemap-style list
:sitemap-sort-folders ignore
@@ -796,14 +796,14 @@ I generate my website using org mode. I use the built in ox-publish subsystem f
)
("website-assets"
:publishing-function org-publish-attachment
- :base-directory "/home/noa/data/share"
- :publishing-directory "/home/noa/projects/org-website"
+ :base-directory "~/data/website"
+ :publishing-directory "/home/noa/data/public_html"
:base-extension "css\\|js\\|png|\\jpg|\\ico"
:recursive t)
("website-feed"
- :base-directory "/home/noa/data/share"
+ :base-directory "~/data/website"
:base-extension "org"
- :publishing-directory "~/projects/org-website/"
+ :publishing-directory "~/data/public_html"
:publishing-function (org-rss-publish-to-rss)
:html-link-home "https://noa.pub/"
:html-link-use-abs-url t
--
cgit 1.4.1-2-gfad0