… recently reworked because octopress argh.
to build:
jekyll build
serve:
jekyll serve
drafts:
jekyll serve --drafts
recompile with changes:
jekyll serve --watch
deploy:
jekyll build && octopress deploy
example of how to add an image with org mode:
#+CAPTION: This is the caption for the next figure link (or table)
#+NAME: fig:SED-HR4049
http:/img/a.jpg
assumes a file at /img/a.jpg