You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| More themes! |**🎨 [See a list of all available themes](./docs/themes.md)**|
80
+
81
+
**If you have come up with a new theme you'd like to share with others, open an issue to add it!**
82
+
81
83
### Date Formats
82
84
83
85
A custom date format can be specified by passing a string to the `date_format` parameter.
@@ -107,13 +109,14 @@ This tool uses the contribution graphs on your GitHub profile to calculate which
107
109
108
110
To include contributions in private repositories, turn on the setting for "Private contributions" from the dropdown menu above the contribution graph on your profile page.
109
111
110
-
Contributions include commits, pull requests, and issues that you create in standalone repositories ([Learn more about what is considered a contribution](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile)).
112
+
Contributions include commits, pull requests, and issues that you create in standalone repositories.
111
113
112
114
The longest streak is the highest number of consecutive days on which you have made at least one contribution.
113
115
114
116
The current streak is the number of consecutive days ending with the current day on which you have made at least one contribution. If you have made a contribution today, it will be counted towards the current streak, however, if you have not made a contribution today, the streak will only count days before today so that your streak will not be zero.
115
117
116
-
> Note: You may need to wait up to 24 hours for new contributions to show up ([Learn how contributions are counted](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile))
118
+
> **Note**
119
+
> You may need to wait up to 24 hours for new contributions to show up ([Learn how contributions are counted](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile))
117
120
118
121
## 📤 Deploying it on your own
119
122
@@ -123,6 +126,8 @@ Doing this can lead to better uptime and more control over customization (you ca
123
126
124
127
You can deploy the PHP files on any website server with PHP installed or as a Heroku app.
125
128
129
+
The Inkscape dependency is required for PNG rendering, as well as Segoe UI font for the intended rendering. If using Heroku, the buildpacks will install these for you automatically.
0 commit comments