Awesome
About Feeds
Web feeds/RSS "getting started" guide for new users.
Licenses
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
The icons under icons/
are from Wikimedia Commons and are used under the Mozilla Public License Version 1.1.
Development
Requirements: Ruby and Bundler should be installed. See GitHub's documentation Testing your GitHub Pages site locally with Jekyll.
Clone this repo and enter the directory.
Install other requirements:
bundle install
Run the site locally:
bundle exec jekyll serve
Note that Gemfile
specifies a version number for the github-pages
gem. This should match the version given on the GitHub Pages Dependency versions page. If this differs, update it and regenerate Gemfile.lock
.
Contributing
Contributions are welcome! Please see the Issues for top-level concerns.