A very simple setup to export org files to html including some CSS and attachments.
- Emacs
- Optionally: A Webserver
- Content goes into content
- CSS goes into CSS
- Attachments goes into attachments
- Run
./build-site.sh
or justemacs -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.