diff --git a/README.md b/README.md index 611d19d..8ce336d 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ Goa is a clean, simple and minimalist theme for blogs and personal websites. -Screenshot Desktop -Screenshot Mobile +Screenshot Desktop +Screenshot Mobile -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE) +[![GitHub license](https://shields.hadan-it.com/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/stargazers) [![GitHub forks](https://img.shields.io/github/forks/shenoydotme/hugo-goa.svg?style=flat-square)](https://github.com/shenoydotme/hugo-goa/network) -[![quality badge](https://img.shields.io/badge/cuteness-overload-blue.svg?style=flat-square)](https://www.emergencykitten.com/) -[![quality badge](https://img.shields.io/badge/quality-awesome-green.svg?style=flat-square)](https://www.emergencykitten.com/) +[![quality badge](https://shields.hadan-it.com/badge/cuteness-overload-blue.svg?style=flat-square)](https://www.emergencykitten.com/) +[![quality badge](https://shields.hadan-it.com/badge/quality-awesome-green.svg?style=flat-square)](https://www.emergencykitten.com/) ## Demo -You can find the demo site in action [here](https://stephan.hadan.de/hugo-goa-demo) and the modified source [here](https://github.com/stiebke/hugo-goa-demo). +You can find the demo site in action [here](https://preview.hadan-it.com/hugo-goa-demo) and the modified source [here](https://git.hadan-it.com/stiebke/hugo-goa). ## Installation @@ -21,7 +21,7 @@ You can find the demo site in action [here](https://stephan.hadan.de/hugo-goa-de hugo new site quickstart cd quickstart git init -git submodule add https://github.com/stiebke/hugo-goa.git themes/hugo-goa +git submodule add https://git.hadan-it.com/stiebke/hugo-goa.git themes/hugo-goa echo "theme = 'hugo-goa'" >> hugo.toml hugo server ```