PatrickJS / awesome-angular

:page_facing_up: A curated list of awesome Angular resources
https://patrickjs.github.io/awesome-angular/
Creative Commons Zero v1.0 Universal
9.35k stars 1.34k forks source link

GitHub Pages Rework #625

Open jdegand opened 1 month ago

jdegand commented 1 month ago

Starting June 30, all Github Pages will require the use of Github Actions.

At present, the GitHub Pages has outdated content and the index.html file requires manual updating. I have not done this, as I will be reworking the order of sections.

This present configuration is overly complicated.

A simple _config.yml can render the README.md as a Github Page. Check this repo for what the yml could look like. For the README to be rendered, you would also need to delete the index.html file.

params.json file could also probably be removed as well.

PatrickJS commented 4 weeks ago

oh yeah this repo was made before all the fancy github feature