From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Moving from Jekyll to Orgmode Date: Sun, 29 Apr 2018 10:45:38 -0400 Message-ID: <94637a3c-fe08-96ad-68ca-f94628d29a05@gmail.com> References: <1524949519.21032.171.camel@gmail.com> <9B08D8CE-B75D-4415-8D9F-2CA9ED27C772@zzamboni.org> <50f36953-4528-91f1-d4c9-05228a967f11@gmail.com> <1524991812.21032.180.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCnaA-0005K1-VS for emacs-orgmode@gnu.org; Sun, 29 Apr 2018 10:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCna9-0003JD-NU for emacs-orgmode@gnu.org; Sun, 29 Apr 2018 10:45:43 -0400 Received: from mail-io0-x236.google.com ([2607:f8b0:4001:c06::236]:42593) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCna9-0003J5-I9 for emacs-orgmode@gnu.org; Sun, 29 Apr 2018 10:45:41 -0400 Received: by mail-io0-x236.google.com with SMTP id a10-v6so7591829ioc.9 for ; Sun, 29 Apr 2018 07:45:41 -0700 (PDT) In-Reply-To: <1524991812.21032.180.camel@gmail.com> Content-Language: en-US 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: ST , emacs-orgmode@gnu.org On 04/29/2018 04:50 AM, ST wrote: > Hi Scott, > > thank you, and all other responders, for the shared information. The > reason I want to leave Jekyll is because I don't want to depend on a > tool that relies on language (Ruby)/environment that I don't know/use > (in this respect Hugo is the same for me). I prefer something more > simplistic, even though if I'll have to invest some time for it to work > initially. Those 3 features I've mentioned are almost all I need, more > or less. > > Could you, please, share your website publishing workflow (considering > the 3 issues I've mentioned)? I'm sorry, but I can't address any of your three issues. My site is in English only, I use regular links, and my style is very simple and made so the site will work well on any device. Here is a link to it: http://srandby.org/ The Org source code isn't available yet, but it isn't anything special. The key is really the CSS which you can easily obtain. For publishing, I update a file, use Org's HTML export facility (C-c C-e h or C-c C-e C-s h to export a subtree), and then upload to the server. Not very sophisticated, but I find it to be very efficient. I haven't had time to look into the more complex things one can do regarding Org and websites. Scott