diff options
-rw-r--r-- | publish.el | 4 | ||||
-rw-r--r-- | rants.org | 5 | ||||
-rw-r--r-- | sitemap.org | 14 | ||||
-rw-r--r-- | tea.org | 7 |
4 files changed, 2 insertions, 28 deletions
@@ -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) diff --git a/rants.org b/rants.org deleted file mode 100644 index 5561884..0000000 --- a/rants.org +++ /dev/null @@ -1,5 +0,0 @@ -#+title: Rants - -This page is where I post rants about various miscellaneous topics. I suppose it is my blog. - -- [[file:rants/TheAsadas.org][Talking About The Asadas (2020)]] ***spoilers*** diff --git a/sitemap.org b/sitemap.org deleted file mode 100644 index 61d8451..0000000 --- a/sitemap.org +++ /dev/null @@ -1,14 +0,0 @@ -#+TITLE: Sitemap - -- [[file:about.org][About Me]] -- [[file:index.org][Jacob Janzen's Website]] -- [[file:projects.org][Projects]] -- [[file:rants.org][Rants]] -- [[file:tea.org][Tea Tasting Notes]] -- rants - - [[file:rants/TheAsadas.org][Talking About The Asadas(2020)]] -- tea - - [[file:tea/W2T-2021-HotlineSpaceCoyote.org][W2t 2021 Hotline Space Coyote]] - - [[file:tea/W2T-2022-BoatCaptain.org][White2Tea 2022 Boat Captain]] - - [[file:tea/W2T-2023-LumberSlut.org][White2Tea 2023 Lumber Slut]] - - [[file:tea/W2T-DailyDuckShit.org][White2Tea Daily Duck Shit]]
\ No newline at end of file diff --git a/tea.org b/tea.org deleted file mode 100644 index 88d2272..0000000 --- a/tea.org +++ /dev/null @@ -1,7 +0,0 @@ -#+title: Tea Tasting Notes - -This is where I will post notes about various teas I try. -- [[file:tea/W2T-2021-HotlineSpaceCoyote.org][W2T 2021 Hotline Space Coyote]] -- [[file:tea/W2T-2022-BoatCaptain.org][W2T 2022 Boat Captain]] -- [[file:tea/W2T-2023-LumberSlut.org][W2T 2023 Lumber Slut]] -- [[file:tea/W2T-DailyDuckShit.org][W2T Daily Duck Shit]] |