/website-setup

Very minimal org-publish setup based on https://systemcrafters.net/publishing-websites-with-org-mode/building-the-site/

Primary LanguageEmacs LispMIT LicenseMIT

About

A very simple setup to export org files to html including some CSS and attachments.

Requirements

  • Emacs
  • Optionally: A Webserver

How To

  • Content goes into content
  • CSS goes into CSS
  • Attachments goes into attachments
  • Run ./build-site.sh or just emacs -Q --script build-site.el if you do not link the build script in the content. (I include it to show the code that is being run to create the website.) The -Q makes this independent of your local emacs configuration and thus better reproducible.