A repo for the Liquid blog.
- 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
orjekyll serve
.
This should start a dev server at localhost:4000
.
blog.liquid.us is hosted on Github Pages.
Update it by pushing or sending PRs to the gh-pages
branch.