Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 575 Bytes

blog

A repo for the Liquid blog.

Editing

  • Fork and clone this repository: git clone https://github.com/YOU/blog.liquid.us
  • Install the dependencies: bundle install
  • Run the jekyll server: bundle exec jekyll serve or jekyll serve.

This should start a dev server at localhost:4000.

Deploy

blog.liquid.us is hosted on Github Pages.

Update it by pushing or sending PRs to the gh-pages branch.