diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 14 |
1 files changed, 7 insertions, 7 deletions
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 "<link rel=\"stylesheet\" type=\"text/css\" href=\"love.css\" /> <meta name=\"color-scheme\" content=\"light dark\">" :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 |