/servebox.github.io

Source code for ServeBox polygons

Primary LanguageCSS

polygons.servebox.com

install localy

  1. clone project

git clone git@github.com:servebox/servebox.github.io.git

  1. install dependencies (need ruby, and bundle installed)

bundle install

launch server (in a terminal)

bundle exec jekyll serve --watch

The server will be available on server address: http://0.0.0.0:4000/

add a post

Add a file in the _posts folder, file must be in markdown format.