pygame-web / pygame-web.github.io

Run python and pygame code in your html
https://pygame-web.github.io
45 stars 18 forks source link

Website improvement #6

Closed DaniMorales97 closed 1 year ago

DaniMorales97 commented 1 year ago

I changed the website from being a README.md to an html that loads an iframe where the different games can be played. That previous README.md is stored in /about.

There are still some fixes to be made and lots of improvements that I have in mind. But for the time being I think its ready to make this PR and that way maybe have some other contributors working on this project's website.

Thanks to @pmp-p for all the help, advices and support.

DaniMorales97 commented 1 year ago

The website after PR should look like https://danimorales97.github.io/pygame-web.github.io/. Which is being built from the gh_pages branch in my fork, instead of the main branch, as it has the hrefs suited for it.

Please note that the Pages settings in the repo should be set up to build from /docs and not from /root.

pmp-p commented 1 year ago

Please could you make the PR against https://github.com/pygame-web/showroom instead so we can keep Wiki working as it is actually and avoid merge conflicts while we enhance the frontpage ?

There's a lot to modifiy before going "live" and it could take long.

DaniMorales97 commented 1 year ago

Made PR to showroom sub repo (#1) as asked by @pmp-p.

Closing this PR.