Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotpy/robotpy.github.io

Github pages website for RobotPy project
https://github.com/robotpy/robotpy.github.io

github-page jekyll poole robotpy

Last synced: about 2 months ago
JSON representation

Github pages website for RobotPy project

Awesome Lists containing this project

README

        

robotpy.github.io
=================

This is the contents of robotpy.github.io hosted on github pages. If you find
errors, or have a design improvement, please feel free to submit a pull request!

This site uses github pages and Jeykll, with Poole as the initial theme.

Add a new piece of news
=======================

Just add a new markdown file in the _posts directory, using one of the other
files as an example.

Running this site locally
=========================

Assuming you have ruby installed, you can run the following:

gem install bundler
bundle install

Once that is done, you can start the site using this

bundle exec jekyll serve --watch

For more help, refer to https://help.github.com/articles/using-jekyll-with-pages