First release!
Setup
- Fork this repo
- On your new repository, go to Settings > Actions (under Code and Automation) > General, and in the section Workflow permissions:
- Select
Read and Write Permissions
- Check
Allow GitHub Actions to create and approve pull requests
- Click Save
- Select
- Add an RSS feed to
Feeds
inconfig.json
and commit it to test that the build works. RSS implementations can vary widely, and sometimes RSS files can be invalid. I like testing withhttps://gizmodo.com/feed
because I know it's always well-formed. If the build worked, there should now be agh-pages
branch in your repository! - On your repositor, go to Settings > Pages (Under Code and Automation), and in the Build and Deployment section:
- Set Source to
Deploy from a branch
- Select
gh-pages
as the Branch - Click Save
- Set Source to
- Your site should deploy in a few seconds to a default URL. Navigate to this URL to ensure it deployed correctly.
- You're done! Add all the RSS feeds you want, though be careful that invalid RSS files can cause the build to fail. Continue on this README for all the options you have for configuration, and then when you're happy share your blogroll with the world!