summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-04 12:16:08 +0100
committerGravatar Tom Willemsen2012-11-04 12:16:08 +0100
commit36949cbd1bd480dfee1c2bdb36f6cbe318f3fc09 (patch)
tree214c6ed6c837f5cf04a6f2219db9ed3fe0789f05
parent662597b50520c52add4f3bbe0f291865c721c3d7 (diff)
downloadsite-36949cbd1bd480dfee1c2bdb36f6cbe318f3fc09.tar.gz
site-36949cbd1bd480dfee1c2bdb36f6cbe318f3fc09.zip
Lets see if we can't add some archived posts
-rw-r--r--posts/A_new_org-blog.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/posts/A_new_org-blog.mdwn b/posts/A_new_org-blog.mdwn
new file mode 100644
index 0000000..ce1f52a
--- /dev/null
+++ b/posts/A_new_org-blog.mdwn
@@ -0,0 +1,20 @@
+I've taken it upon myself to update the `org-blog.el` that was
+written a long time ago. I want something other than an extra layer
+over some other system, `org-mode` has everything a blog needs,
+but it doesn't generate an RSS feed or a special index page.
+
+There was the `org-blog.el`, but that uses some old functions that
+don't exist anymore, so I thought I'd try to update it.
+
+I just barely got it working, as you can see from this post. It
+generates an RSS feed, but the links don't work. It generates an index
+page, but no links to the individual pages (not that it needs it,
+really). It doesn't listen to some of the settings (toc, sections) the
+rest of the publishing projects do.
+
+I'd also like to have all posts in a single file and use things like a
+post's category and tags and such.
+
+It'll be interesting to see what else I can fix.
+
+[[!meta date="2012-04-24 00:52:00"]]