Skip to content

PiNet/PiNet.github.io

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6c3166 · May 17, 2021
Jun 26, 2016
Apr 22, 2017
Oct 27, 2020
Oct 27, 2020
Oct 30, 2019
Oct 27, 2020
Oct 27, 2020
Jun 26, 2016
Jun 26, 2016
May 20, 2018
Aug 28, 2017
May 17, 2021
Jun 26, 2016
Apr 22, 2017
Aug 28, 2017
Jun 26, 2016
Jan 7, 2018

Repository files navigation

PiNet documentation website

The PiNet documentation website is built using Jekyll. If you would like to contribute to the documentation, please check here.

The main site can be found at http://PiNet.org.uk.

Found a mistake or want to contribute to the documentation?

Check out the PiNet documentation contribution page for details on how to get involved!

Running site locally

Installing Jekyll and dependancies.

To run the site locally,

  • First install Ruby.
  • Then install bundler gem install bundler.
  • Finally install Jekyll gem install jekyll.
  • Grab the documentation site git clone https://github.com/PiNet/PiNet.github.io.git
  • Use bundler to make sure you have all the required gems bundle install --binstubs

Running development server

To run the development server - ./bin/jekyll serve watch
Then navigate to http://localhost:4000/ in a web browser.

License

The PiNet documentation is released under the MIT License. Check the LICENSE file for more information.