mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Control avatar ring visibility
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<a href="https://codeclimate.com/github/arifszn/gitprofile/maintainability">
|
||||
<img src="https://api.codeclimate.com/v1/badges/c60f42d7d0b61bd33e98/maintainability" />
|
||||
</a>
|
||||
<a href="https://github.com/arifszn/gitprofile/actions/workflows/test-deploy.yml">
|
||||
<img src="https://github.com/arifszn/gitprofile/actions/workflows/test-deploy.yml/badge.svg" />
|
||||
</a>
|
||||
<a href="https://github.com/arifszn/gitprofile/issues">
|
||||
<img src="https://img.shields.io/github/issues/arifszn/gitprofile"/>
|
||||
</a>
|
||||
@@ -234,6 +237,9 @@ const config = {
|
||||
// using user system preferences, instead of the hardcoded defaultTheme
|
||||
respectPrefersColorScheme: true,
|
||||
|
||||
// Hide the ring in Profile picture
|
||||
hideAvatarRing: false,
|
||||
|
||||
// Available themes. To remove any theme, exclude from here.
|
||||
themes: [
|
||||
'light',
|
||||
|
||||
Reference in New Issue
Block a user