On 2017-05-31 16:00, Matt Price wrote:
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.



I have been using Pelican https://pelican.readthedocs.io/en/3.0/ for a while. It's written in Python and has a plugin which supports org-mode, or you can use markdown by exporting your content from org-mode. I have used it to publish a web version of a book, which is also available in pdf. All done from org-mode.

The html version is at: http://thecastle.github.io/thecastle/

The github repo is at: https://github.com/thecastle/thecastle

Ian.

Reply via email to