Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub stars badge to sites #243

Open
3 tasks
mmcky opened this issue Jun 29, 2020 · 3 comments
Open
3 tasks

Add GitHub stars badge to sites #243

mmcky opened this issue Jun 29, 2020 · 3 comments
Assignees

Comments

@mmcky
Copy link
Contributor

mmcky commented Jun 29, 2020

@jstac mentions the GitHub stars badge on the julia site

https://julialang.org/downloads/

Perhaps we should add them to our lecture series:

  • QuantEcon.py
  • QuantEcon.jl
  • lecture sites

If we don't want to have the count displayed, but want people to be able to watch or star a site we could use

https://buttons.github.io

to generate the code and add it to the themes.

@jstac
Copy link

jstac commented Jun 29, 2020

Thanks @mmcky . I don't mind to have the count displayed, even if it's low :-)

@mmcky
Copy link
Contributor Author

mmcky commented Jan 29, 2024

@DrDrij @AakashGfude would there be an easy way to add this to the theme (perhaps on the RHS under the logo and powered by jupyterbook text.

image

@mmcky mmcky transferred this issue from QuantEcon/meta Jan 29, 2024
@DrDrij
Copy link
Member

DrDrij commented Jan 29, 2024

Example:

The format would be:

https://badgen.net/github/stars/[org-name]/[repo-name]

eg. <img src="https://badgen.net/github/stars/quantecon/quantecon-book-theme">

(perhaps wrap it in a Paragraph element)
<p><img src="https://badgen.net/github/stars/quantecon/quantecon-book-theme" /></p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants