[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Minimal overhead Org-mode blogging system
From: |
Puneeth Chaganti |
Subject: |
Re: [O] Minimal overhead Org-mode blogging system |
Date: |
Thu, 8 Dec 2011 09:59:08 +0530 |
Hi Kurt,
On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit <address@hidden> wrote:
> * Puneeth Chaganti <address@hidden> wrote:
>> On 12/4/11, Karl Voit <address@hidden> wrote:
>>>
>>> Therefore I sat down and thought about a workflow that should be
>>> enough for writing simple weblog entries:
>>>
>>> - create an Org-mode heading (anywhere!)
>>> - make sure that there is an (uniq) :ID: property
>>> - add the tag :blog: to heading
>>> - <write content, subheadings, ...>
>>> - change state of top-heading to DONE
>>> - this enables blog entries «in the queue»
>>> - (manually) invoke generation-script
>>>
>>> This enables me quick blogging with a list of advantages:
>>>
>>> - a blog entry can be located anywhere in all of my Orgmode files
>>> - no extra formatting steps
>>> - very small (almost non-existent) overhead to create a blog entry
>>> - no duplicate information
>>> - updates only in Orgmode, not HTML or any in-between format
>>> - static (fast) pages
>>> - self-hosting without any fancy services behind like RDBS
>>
>> I have a system, that does most of what you are looking for.
>>
>> https://github.com/punchagan/blog-files
>
> ... I really do like your blog (and found several very interesting
> entries *g*) but I (can not and) do not want to use Wordpress.
I'm sorry that the repository doesn't have a README, but this solution
doesn't use Wordpress. It basically uses the publishing mechanism of
org-mode and is based on ideas (and code) from org-jekyll and
reprise.py (https://github.com/uggedal/reprise).
-- Puneeth