Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 288 Bytes

petebachant.github.io

My personal website.

Notes

  • To serve and view locally, run make serve.
  • Using redcarpet for highlighting in fenced code blocks.
  • To create a post use:
rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]