diff options
author | Anthony Fok <[email protected]> | 2015-10-30 14:08:21 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2015-10-30 14:08:21 -0600 |
commit | 2242712b0c32fbd8bec7b7ed41c9e924ffe4ac02 (patch) | |
tree | 80e6346b4db02938c1afaed0021f1a592ae4fdde /README.md | |
parent | e95db67b20163c8ab43f4a652b9b6dc7dc13a230 (diff) | |
download | hugo-2242712b0c32fbd8bec7b7ed41c9e924ffe4ac02.tar.gz hugo-2242712b0c32fbd8bec7b7ed41c9e924ffe4ac02.zip |
Add CircleCI status badge to README.md
Also, following the example of title="wercker status",
add "title" attribute to the other status badges
in order to show tooltips.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,9 +9,10 @@ A Fast and Flexible Static Site Generator built with love by [spf13](http://spf1 [Installation Guide](http://gohugo.io/overview/installing/) | [Twitter](http://twitter.com/spf13) -[![Build Status](https://travis-ci.org/spf13/hugo.png)](https://travis-ci.org/spf13/hugo) +[![Travis CI status](https://travis-ci.org/spf13/hugo.png "Travis CI status")](https://travis-ci.org/spf13/hugo) [![wercker status](https://app.wercker.com/status/1a0de7d703ce3b80527f00f675e1eb32 "wercker status")](https://app.wercker.com/project/bykey/1a0de7d703ce3b80527f00f675e1eb32) -[![Build status](https://ci.appveyor.com/api/projects/status/n2mo912b8s2505e8/branch/master?svg=true)](https://ci.appveyor.com/project/spf13/hugo/branch/master) +[![Appveyor status](https://ci.appveyor.com/api/projects/status/n2mo912b8s2505e8/branch/master?svg=true "Appveyor status")](https://ci.appveyor.com/project/spf13/hugo/branch/master) +[![CircleCI status](https://circleci.com/gh/spf13/hugo.png?circle-token=:circle-token "CircleCI status")(https://circleci.com/gh/spf13/hugo) [![Join the chat at https://gitter.im/spf13/hugo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Overview |