summaryrefslogtreecommitdiffstats
path: root/site/blog/A_new_org-blog.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-10 02:22:18 +0100
committerGravatar Tom Willemsen2012-12-10 02:22:18 +0100
commita2f077cf13d307c4d9d862028f459b783ede53cc (patch)
tree48d67b2e218cc5f97b52e412f5b45d3bff545c16 /site/blog/A_new_org-blog.org
parent210460d177a9a4bdd5f2e8cfe08abe3277681aec (diff)
downloadorgweb-a2f077cf13d307c4d9d862028f459b783ede53cc.tar.gz
orgweb-a2f077cf13d307c4d9d862028f459b783ede53cc.zip
Add some blog posts
Also an index page that automatically generates a list of all the posts available.
Diffstat (limited to 'site/blog/A_new_org-blog.org')
-rw-r--r--site/blog/A_new_org-blog.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/site/blog/A_new_org-blog.org b/site/blog/A_new_org-blog.org
new file mode 100644
index 0000000..a488729
--- /dev/null
+++ b/site/blog/A_new_org-blog.org
@@ -0,0 +1,22 @@
+#+TITLE: A new org-blog
+#+DATE: 2012-04-24 00:52:00
+#+TAGS: org-blog project
+
+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.