Skip to content

A server for generating badges that show whether a GitHub user has a GPG key publicly associated with their account

License

Notifications You must be signed in to change notification settings

hesreallyhim/github-gpg-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GPG Key Badge      hesreallyhim

If you've uploaded a GPG key to GitHub - use this badge to show others, and encourage them to do the same. GPG keys are easy to make, easy to upload, and they make GitHub a safer place for all developers.

The Badge

  • If you have a GPG key on GitHub, anyone can view it by just visiting https://github.com/USERNAME.gpg.
  • This badge just verifies that there is a GPG key there, and it's a nice way to promote key usage.
  • Use the hosted endpoint: https://gpg-badge.hesreallyhim.com/<username>.svg.
  • Replace <username> with the GitHub username to check.

Markdown:

[![GPG Key](`https://gpg-badge.hesreallyhim.com/<username>.svg)](https://github.com/<username>.gpg)

HTML:

<a href="https://github.com/hesreallyhim.gpg">
  <img src="`https://gpg-badge.hesreallyhim.com/hesreallyhim.svg" alt="GPG Key badge" />
</a>

Try it in the demo

Explore different styles, and get drop-in URLs/Markdown: https://github-gpg-badge-demo.vercel.app/

Parameters

  • style: split (default) | card | flat | flat-square
  • label: custom text for the left side (default: GPG Key)
  • theme: dark (default) | light (card style only)

Examples:

  • ![torvalds](https://gpg-badge.hesreallyhim.com/torvalds.svg) torvalds
  • ![hesreallyhim](https://gpg-badge.hesreallyhim.com/torvalds.svg) hesreallyhim

More Info:


Created with 🔐 by hesreallyhim.

About

A server for generating badges that show whether a GitHub user has a GPG key publicly associated with their account

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published