Releases: IanWold/StaticBlogroll
Releases · IanWold/StaticBlogroll
v1.0.0
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
Feedsinconfig.jsonand 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/feedbecause I know it's always well-formed. If the build worked, there should now be agh-pagesbranch 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-pagesas 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!