Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genmon/aboutfeeds
Web feeds/RSS "getting started" guide for new users.
https://github.com/genmon/aboutfeeds
getting-started newsreader rss
Last synced: 3 months ago
JSON representation
Web feeds/RSS "getting started" guide for new users.
- Host: GitHub
- URL: https://github.com/genmon/aboutfeeds
- Owner: genmon
- Created: 2020-08-12T06:42:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T15:58:02.000Z (about 1 year ago)
- Last Synced: 2024-06-30T16:53:59.517Z (5 months ago)
- Topics: getting-started, newsreader, rss
- Language: XSLT
- Homepage: https://aboutfeeds.com
- Size: 127 KB
- Stars: 184
- Watchers: 10
- Forks: 13
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.](https://creativecommons.org/licenses/by-nc-sa/3.0/)
The icons under `icons/` are from [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Feed-icon.svg) and are used under the [Mozilla Public License Version 1.1](https://www.mozilla.org/MPL/1.1/).
## Development
Requirements: Ruby and Bundler should be installed. See GitHub's documentation [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll).
Clone this repo and enter the directory.
Install other requirements:
```bash
bundle install
```Run the site locally:
```bash
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](https://pages.github.com/versions/) page. If this differs, update it and regenerate `Gemfile.lock`.
## Contributing
Contributions are welcome! Please see the [Issues](https://github.com/genmon/aboutfeeds/issues) for top-level concerns.