Conversation
|
by the way, I didn't change overall design. Contributor can still add repos to README.md and by using script (or even Github Actions) metadata version can be generated automatically. So, this is backwards compatible and it does not require contributors to prepare badge links. |
|
I also added Github Actions, so README_meta.md will be updated automatically. |
|
This only seems to work if links in README.md point directly to GitHub, which is not the best link for many projects. How about a separate repo link for those? Additionally I would recommend building to Pages rather than automatically committing changes to the repo from Actions. See for example how free-for.dev is generating their webpage from their repo's README. |
|
There are some projects, they have links to their own site and when you check their repo they have lots of stars. So, for some projects, I had to put down the Github repo link instead of their own site, so that a badge can be generated. Two links would be better but I was trying to stick with the rule stated in CONTRIBUTING.md If the rule is updated such as If the author agrees about Pages, why not.. That would be much more presentable. |
|
Hi, thanks a lot for this PR and sorry for the late reply. I think the primary link included in the readme should be to the GitHub repo even if not ideal. The idea is to keep the list more developer-friendly.
That's a nice idea, this would help to keep the main readme easier to maintain and add the decoration in the Pages branch 👍 |
|
I setup Pages, please check it out at https://alperyilmaz.github.io/awesome-pipeline/ . I tried |
| run: | | ||
| git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
| git config --local user.name "github-actions[bot]" | ||
| git commit -m "update docs/index.md file" -a || echo "Nothing to update" |
There was a problem hiding this comment.
Would it be possible to commit to a separate branch e.g. gh-pages to avoid committing decoration in the same branch?
|
I tested more themes. minima theme looks little bit dry dinky has css problems, badges does not align inline there are several more themes here if you want to try others, I can.. |
|
The |
|
working on it right now.. |



Hi,
In this version:
hope you like it..