Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 427 Bytes

polygons.servebox.com

install localy

  1. clone project

git clone [email protected]: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.