$title$
- --
diff --git a/dailies/1.org b/dailies/1.org
deleted file mode 100644
index 12bbaf6..0000000
--- a/dailies/1.org
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "Daily #1"
-author: natto
-published: October 29, 2022
----
-* Hm?
-Doing chores sucks but errands suck more. Also self hosting shit sucks, but I do it anyway.
-
-* Image of the Day
-#+ATTR_HTML: :alt Bro thinks he GettyImages 💀
-[[https://f.weirdnatto.in/sshb-modinazisalute.png]]
-
-* Video of the Day
-#+begin_export html
-
-#+end_export
-
-* Song of the Day
-Been loving this one since my early adolescence.
-#+begin_export html
-
-#+end_export
-
-* Thought of the Day
-Big tech companies are dying, the American century is over. The Chinese century is upon us, long live the CCP.
diff --git a/dailies/2.org b/dailies/2.org
deleted file mode 100644
index d0b2386..0000000
--- a/dailies/2.org
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "Daily #2"
-author: natto
-published: October 30, 2022
----
-* Hm?
-I have really shitty internet bandwidth and I have a lot of work pending (that does not involve internet).
-
-* Image of the Day
-#+ATTR_HTML: :alt Your dreams and hopes are incompatible with reality.
-[[http://f.weirdnatto.in/3eW6-dreams.png]]
-
-* Video of the Day
-#+begin_export html
-MEGU MEGU FIRE ENDLESS NIGHT SOSHITE MOTTO MOTTO ATSUKU NARE FEVER
-
-#+end_export
-
-* Song of the Day
-Sofia Vempo's version/cover of Misirlou
-#+begin_export html
-
-#+end_export
-
-* Thought of the Day
-Everyone on the internet is a loser (including me). Shit sucks.
diff --git a/src/site.hs b/src/site.hs
index 8e668d0..7f1be55 100644
--- a/src/site.hs
+++ b/src/site.hs
@@ -80,31 +80,6 @@ main = hakyllWith config $ do
>>= loadAndApplyTemplate "templates/default.html" archiveCtx
>>= relativizeUrls
- match "dailies/*org" $ do
- route $ setExtension "html"
- compile $ do
- pandocCompiler
- >>= saveSnapshot "dailiescontent"
- >>= loadAndApplyTemplate "templates/post.html" dailiesCtx
- >>= loadAndApplyTemplate "templates/default.html" dailiesCtx
- >>= relativizeUrls
-
- create ["dailies.html"] $ do
- route idRoute
- compile $ do
- dailyToday <- fmap (take 1) . recentFirst =<< loadAllSnapshots "dailies/*" "dailiescontent"
- dailies <- recentFirst =<< loadAll "dailies/*"
- let dailiesCtx' =
- listField "today" dailiesCtx (return dailyToday)
- <> listField "posts" dailiesCtx (return dailies)
- <> constField "title" "Dailies"
- <> defaultCtx
-
- makeItem ""
- >>= loadAndApplyTemplate "templates/dailies.html" dailiesCtx'
- >>= loadAndApplyTemplate "templates/default.html" dailiesCtx'
- >>= relativizeUrls
-
match "index.html" $ do
route idRoute
compile $ do
@@ -169,11 +144,6 @@ postCtx tags =
<> teaserField "teaser" "content"
<> defaultCtx
-dailiesCtx :: Context String
-dailiesCtx =
- dateField "date" "%B %e, %Y"
- <> defaultCtx
-
defaultCtx :: Context String
defaultCtx =
listField "subdomains" subCtx (return subdomains)
diff --git a/templates/dailies.html b/templates/dailies.html
deleted file mode 100644
index 0322435..0000000
--- a/templates/dailies.html
+++ /dev/null
@@ -1,14 +0,0 @@
-$for(today)$
- $title$
-
-
-
-