Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 541 Bytes

blog

Install:

apt-get install jekyll

or

gem install jekyll

Writing a post

  • Make a new markdown post in _posts. Follow the apparent conventions.
  • Use newlines between each sentence, because diffs works on a line basis.
  • Image files go in assets/<author_name>.
  • Make a pull-request, get feedback, and wait for someone else to merge and deploy!

Test locally:

Jekyll 1.0:

jekyll serve

Older versions:

jekyll --auto --server

Deploy master branch to server:

./_deploy.sh