Skip to content

Super simple extension for gitblit that adds the Wavatar style to Gravatar icons.

Notifications You must be signed in to change notification settings

nezroy/gitblit-wavatar-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Install

Place the jar file in the ext/ directory of your gitblit installation.

Open your gitblt.properties file and add (or modify) this setting:

web.avatarClass = com.gitblit.ext.wavatar.WavatarGenerator

Build

To build yourself, you must have the gitblit repository available. Add the following to the pom.xml if you don't have this repo in your maven settings already:

<repositories>
	<repository>
		<id>gitblit</id>
		<url>http://gitblit.github.io/gitblit-maven/</url>
	</repository>
</repositories>

About

Super simple extension for gitblit that adds the Wavatar style to Gravatar icons.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages