From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: Minimal overhead Org-mode blogging system Date: Thu, 8 Dec 2011 09:59:08 +0530 Message-ID: References: <2011-12-04T17-22-10@devnull.Karl-Voit.at> <2011-12-08T01-25-36@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYVbw-0006cx-Jc for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 23:29:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYVbu-0003PR-Nl for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 23:29:32 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:40456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYVbu-0003PF-J3 for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 23:29:30 -0500 Received: by yenq10 with SMTP id q10so1406950yen.0 for ; Wed, 07 Dec 2011 20:29:30 -0800 (PST) In-Reply-To: <2011-12-08T01-25-36@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@karl-voit.at Cc: emacs-orgmode@gnu.org Hi Kurt, On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit wrote: > * Puneeth Chaganti wrote: >> On 12/4/11, Karl Voit wrote: >>> >>> Therefore I sat down and thought about a workflow that should be >>> enough for writing simple weblog entries: >>> >>> =C2=A0 - create an Org-mode heading (anywhere!) >>> =C2=A0 - make sure that there is an (uniq) :ID: property >>> =C2=A0 - add the tag :blog: to heading >>> =C2=A0 - >>> =C2=A0 - change state of top-heading to DONE >>> =C2=A0 =C2=A0 - this enables blog entries =C2=ABin the queue=C2=BB >>> =C2=A0 - (manually) invoke generation-script >>> >>> This enables me quick blogging with a list of advantages: >>> >>> =C2=A0 - a blog entry can be located anywhere in all of my Orgmode file= s >>> =C2=A0 - no extra formatting steps >>> =C2=A0 - very small (almost non-existent) overhead to create a blog ent= ry >>> =C2=A0 - no duplicate information >>> =C2=A0 =C2=A0 - updates only in Orgmode, not HTML or any in-between for= mat >>> =C2=A0 - static (fast) pages >>> =C2=A0 - 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