Skip to content

voteliquid/blog

Repository files navigation

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.