How to automate building Github page from all of my Github repository's readme.md file? #21956
-
I want to showcase a list of my Github projects on my Github page, and I want to automate the process of building the Github page. I want the process to fetch the content of readme.md from each of my repositories, and place it in a template in a static website. I was wondering if there already an established process for it before I start working on my custom solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There isn’t an established process for doing this, but you’re welcome to use the API to build this for yourself. https://developer.github.com/v3/ If you manage to build something that does this, be sure to share a link to your work here in the community! I know that I’d be super interested in seeing how you do someting like this. |
Beta Was this translation helpful? Give feedback.
There isn’t an established process for doing this, but you’re welcome to use the API to build this for yourself.
https://developer.github.com/v3/
If you manage to build something that does this, be sure to share a link to your work here in the community! I know that I’d be super interested in seeing how you do someting like this.