/org-web

Quickly get started with org-publish

Primary LanguagePython

Get a org-publish project set up, quickly. All the boilerplate stuff is managed by the little script, and as long as you are ok with the defaults, you are all set to go publishing!

Quick getting started guide

  1. place org-web-init somewhere on $PATH
  2. place the rest of the files anywhere you like, org-web-init expects
a default location ~/local/org-web but this can be overridden by setting the environment variable ORG_WEB_HOME
  1. go to the folder where you would like to keep your site source
  2. issue the command org-web-init
  3. edit the DEST_HOST variable in orgweb.conf
  4. run ./orgweb <command>

Where <command> is one of html, upload or clean_output. html generates html from all org-files in the project. upload uploads the html and accompanying files to the DEST_HOST and clean_output... cleans the output folder.