Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 609 Bytes

README.org

File metadata and controls

51 lines (30 loc) · 609 Bytes

Joel’s Journal

… 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