From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Reyero Subject: Re: [RFI] Using DISQUS on certain pages Date: Tue, 9 Nov 2010 15:01:15 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=39604 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFolE-0005LG-Q0 for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 09:01:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFolD-0006oG-BT for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 09:01:20 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:58626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFolD-0006nv-8O for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 09:01:19 -0500 Received: by iwn9 with SMTP id 9so7970321iwn.0 for ; Tue, 09 Nov 2010 06:01:17 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: org-mode Mailing List On Tue, Nov 9, 2010 at 3:43 AM, Jeff Horn wrote: > Suppose I have a project defined (say, "org-blog") that I use to > generate blog posts, and I want to use Disqus to track comments. > Further suppose I don't want to use a templating framework such as > jekyll to transform org into HTML. Does anyone have experience > inserting disqus code into preambles/postambles? Yes, and it works great. If you want to see a working example take a look at http://greaterskies.com. The source code, including the org-mode setup and headers, footers and jekyll extras, is at https://github.com/juanre/Greater-Skies. The blog part (not at all obvious on the web, just used to enable subscriptions) is done with org-jekyll, https://github.com/juanre/org-jekyll. Hope it helps. jm --- http://juanreyero.com ps. My personal web is also done like that, all org-mode and org-jekyll.