Github Profile Header Generator
What is it?
A simple but nice header image generator for your Github profile Readme. Website Link.
How to use it?
- Create a nice github header image.
- Create your GitHub profile README following this guide.
- Upload your header to your profile repo.
- Add this line to your README:
![Header](./[Your header image])
Examples
Features list
- Edit title and subtitle texts.
- Choose colors for text, background and borders.
- Set dimensions and padding.
- Align text and decorations.
- Change fonts.
- Set the size and radius of the border.
- Set background pattern image, its color, size and opacity.
- Add decorations.
- Upload your own decoration, octocat or profile pic.
- Toogle Github dark and light mode.
- Download image as png.
- Randomize between predefined themes.
Tech used
Get started
npm run dev
- starts dev servernpm run build
- builds for productionnpm run preview
- locally previews production build
Get started with Docker
docker-compose up -d --build --force-recreate