Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firstwiki/_common

Global includes and layouts for all firstwiki repos
https://github.com/firstwiki/_common

first-robotics-competition firstwiki frc jekyll wiki

Last synced: 19 days ago
JSON representation

Global includes and layouts for all firstwiki repos

Awesome Lists containing this project

README

        

FIRSTwiki: common files
=======================

[![Join the chat at https://gitter.im/firstwiki/wiki](https://badges.gitter.im/firstwiki/wiki.svg)](https://gitter.im/firstwiki/wiki)

FIRSTwiki is an open-content encyclopedia about the FIRST Robotics Competition,
designed to provide a useful resource for all aspects of the FIRST community.
Following the tenets of gracious professionalism, members contribute back to the
community by recording useful information that other members can benefit from.

FIRSTwiki is a different kind of wiki, hosted on github pages instead of on a
traditional wiki platform. See http://firstwiki.github.io/docs/contributing
for more information. It's unclear how well this form of wiki will work, but
it's worth the experiment. :)

About this repository
---------------------

Contains FIRSTwiki page layouts, CSS, and other data required to create the
site. This repository is used as a git submodule that is included in the other
sites.

More information
----------------

See https://firstwiki.github.io/docs/

Running locally
===============

This site uses jekyll and the github pages tools to generate HTML files from
various metadata. To run a copy of 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 the following shell script:

./run_server.sh

Legal
=====

All content on FIRSTwiki is available via the [GNU Free Documentation License 1.3](http://www.gnu.org/licenses/fdl-1.3.en.html).

This is a community project and is not directly associated with or endorsed by
the [FIRST Robotics Competition](http://www.firstinspires.org/).