A Jekyll template for prototyping simple websites.
This site uses Jeykll to build and serve the website and npm to manage dependencies.
Clone this template from github.
$ git clone https://github.com/adborden/jekyll-prototype.git
$ cd jekyll-prototype
Install the dependencies and start the development server.
$ npm install
$ jekyll serve
Open your browser to http://localhost:4000/.
-- This prototype is based on jekyll-prototype.