GitHub Issue Blogger
Weekend project as a proof of concept on how to use GitHub issues as a blog post "database". It uses the middleman service RSSHub.app. The PowerShell fetches the issues of your public repository and convertes it into template-styled blog posts.
How to get started.
- Clone / use the repository as repository.
- Check if the feature "Github Pages" is enabled with "/docs" folder option
- Make the
converter.ps1file executeable if necessary (e.g. viachmod +x converter.ps1) - Update the first few properties in the
converter.ps1file - Create some issues to get started
- Run the script
- Visit your published app at
https://<user>.github.io/<repo>/
Folder structure
templates/contains all required template files with embedded placeholdersdocswill be filled populated with the generated files
Sample
Check the issues of this repository, you will see that these are the same as in the rendered demo blog at the repository's GitHub page.
Contributing
This is just a fancy-minded weekend project proof of concept. That means, no contribution is necessary but appreciated.
Authors
Just me, Tobi.
License
This project is licensed under the MIT License - see the LICENSE file for details. Dependencies or assets maybe licensed differently.
