wangchucheng / hugo-eureka

Eureka is a feature-rich and highly customizable Hugo theme.
https://www.wangchucheng.com/en/docs/hugo-eureka/
Apache License 2.0
926 stars 193 forks source link

Add badge for theme Eureka #36

Closed PanZiwei closed 3 years ago

PanZiwei commented 3 years ago

Is your feature request related to a problem? Please describe.

Add a badge for theme Eureka to README.md.

Describe the solution you'd like

I generate a badge here: https://img.shields.io/badge/Theme-Eureka-%23de8800

The badge color is from the picture in the vintage widget in the Eureka theme.

Additional context

Badge example:

Theme is Eureka

Code:

[![Theme is Eureka](https://img.shields.io/badge/Theme-Eureka-%23de8800)](https://github.com/wangchucheng/hugo-eureka)
wangchucheng commented 3 years ago

Great! I will see what else can be added also.

PanZiwei commented 3 years ago

This one may be helpful: Generator is Hugo Code:

[![Generator is Hugo](https://img.shields.io/badge/Generator-Hugo-ff4088?&logo=hugo)](https://github.com/gohugoio/hugo)