From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: project website from org Date: Sat, 19 Nov 2016 03:27:08 -0600 Message-ID: <87wpfzrf9v.fsf@dell-desktop.WORKGROUP> References: Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c81vi-0002Ng-3u for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 04:27:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c81ve-0005HU-NP for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 04:27:26 -0500 Received: from mout.gmx.net ([212.227.15.18]:64315) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c81ve-0005G7-Cf for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 04:27:22 -0500 In-reply-to: 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: "Julian M. Burgos" Cc: emacs-orgmode@gnu.org Hi, I recently research that a little. I think a good place to start is the worg tutorial at: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html. I decided to use org without jekyll to avoid intermediaries, but that is one option. I found the following blog posts about blogging in org useful: http://bastibe.de/2013-11-13-blogging-with-emacs.html http://emacs-doctor.com/blogging-from-emacs.html http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html https://github.com/howardabrams/dot-files/blob/master/emacs-blog.org http://www.john2x.com/blog/blogging-with-orgmode.html https://ogbe.net/blog/blogging_with_org.html http://nicolas.petton.fr/blog/blogging-with-org-mode.html and mine: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html Hope it helps. thibault Julian M. Burgos writes: > Dear list, > > I have given the task to set up a website to display the research in one > of our projects. I have little experience with html and website > maintenance, so I think this would be a good opportunity to learn. I > would like to create the content for the website in org-mode (of > course). Do you have any recommendations for tools to generate a static > website from org-mode? Is a combo of Jekyll and GitHub pages a good > option? > > Many thanks, > > Julian