We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jstac mentions the GitHub stars badge on the julia site
julia
https://julialang.org/downloads/
Perhaps we should add them to our lecture series:
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.
The text was updated successfully, but these errors were encountered:
Thanks @mmcky . I don't mind to have the count displayed, even if it's low :-)
Sorry, something went wrong.
@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.
logo
powered by jupyterbook
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">
<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>
<p><img src="https://badgen.net/github/stars/quantecon/quantecon-book-theme" /></p>
jstac
DrDrij
AakashGfude
mmcky
No branches or pull requests
@jstac mentions the GitHub stars badge on the
julia
sitehttps://julialang.org/downloads/
Perhaps we should add them to our lecture series:
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.
The text was updated successfully, but these errors were encountered: