From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: org to static site? Date: Fri, 01 Dec 2017 10:17:01 -0700 Message-ID: <87d13ygygi.fsf@byu.edu> References: <86fu8w5oyf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKow0-0007Z3-O5 for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 12:17:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKovx-0005zB-EW for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 12:17:08 -0500 Received: from mail-pl0-x232.google.com ([2607:f8b0:400e:c01::232]:44535) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKovx-0005yC-7z for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 12:17:05 -0500 Received: by mail-pl0-x232.google.com with SMTP id x22so6610625pln.11 for ; Fri, 01 Dec 2017 09:17:04 -0800 (PST) In-Reply-To: <86fu8w5oyf.fsf@gmail.com> (George myglc's message of "Thu, 30 Nov 2017 00:13:12 -0500") 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" To: George myglc2 Clemmer Cc: Org Mode I've got a single-chord setup with Hugo, adapted from: http://www.holgerschurig.de/en/emacs-blog-from-org-to-hugo/ I'm very pleased with it. - Tory George myglc2 Clemmer writes: > On 05/31/2017 at 12:00 Matt Price writes: > >> I'm trying to wean myself off of Wordpress for next year's >> teaching websites, and am wondering what solutions other people >> are using for turning a collection of org pages and/or subtrees >> into a static html site. I am leaning towards Hugo but honestly >> not for any sensible reason; I've seen other people use Jekyll, >> though the fact that Github doesn't support direct conversion >> from org-mode removes some of Jekyll's appeal; and I know there >> are a number of other solutions too. >> >> So, I would love to hear what you all recommend. > [...] > > No doubt too late for your teaching website, but you may find > this interesting ... > > https://github.com/myglc2/emacsite > > HTH - George