fossasia/badgemagic-android

Add CSS to the Github Page of this project

Closed this issue · 6 comments

Describe the feature you'd like
I've check the active Github page of this project and it has no CSS Cover. I want the CSS feature to be added in the active Github Page of this project.

Screenshots
image

Additional context
The active page looks dull without the CSS cover.

Would you like to work on the issue?
Yes, I would love to work on this issue and add a good CSS Cover with match the niche of FOSSASIA.

Sure, go ahead

I do have one query which I just realized, there is no html file, in this project, then how the Github pages are deployed? Should I add new files to the same code of the active Github page in this repository and the add a suitable CSS? Will it be fine?

I just figured out about the branch system. I will start working on it.

I do have one query which I just realized, there is no html file, in this project, then how the Github pages are deployed? Should I add new files to the same code of the active Github page in this repository and the add a suitable CSS? Will it be fine?

You can read up on Sphinx, the appropriate script that gets called is present in script/upload-gh-pages.sh. Use it to debug your changes as well, I'll need to add the command back to the release pipeline.

I do have one query which I just realized, there is no html file, in this project, then how the Github pages are deployed? Should I add new files to the same code of the active Github page in this repository and the add a suitable CSS? Will it be fine?

You can read up on Sphinx, the appropriate script that gets called is present in script/upload-gh-pages.sh. Use it to debug your changes as well, I'll need to add the command back to the release pipeline.

Can you please check the above PR?

Please refer to #809