https://github.com/maxi-schaefer/gitpulse
Create your own Github Overview website, where you can customize everything
https://github.com/maxi-schaefer/gitpulse
Last synced: about 1 year ago
JSON representation
Create your own Github Overview website, where you can customize everything
- Host: GitHub
- URL: https://github.com/maxi-schaefer/gitpulse
- Owner: maxi-schaefer
- License: mit
- Created: 2023-12-29T11:42:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T13:46:58.000Z (over 2 years ago)
- Last Synced: 2025-05-20T06:12:16.117Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gitpulse.netlify.app?username=maxi-schaefer
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitPulse
Create your own Github Overview website, where you can customize everything
## Preview

## How to Customize
You can find your own Profile Overview under: https://gitpulse.netlify.app?username=yourname
### How to change anything
Go to your Github repositories and under your repository with your name where you can also find your Readme.MD start to create a new file called profile.css.
Example (profile.css):
```css
:root {
--primary: #63b0f7;
--bg: #0c0c0c;
--elements: #111111;
--font: #d4d4d4;
--font-darker: #292929;
--shadow: -10px 10px 0px #00000059;
--border-radius: 12px;
--border: 1px solid var(--font-darker);
--profileBorder: 6px solid var(--primary);
}
```
After doing this you need to wait a bit until it updates.
You now can change every css value you want or write your own css code, be creative 🎨.