Web feeds/RSS "getting started" guide for new users.
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.
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 installRun the site locally:
bundle exec jekyll serveNote 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.
Contributions are welcome! Please see the Issues for top-level concerns.