Changes to README.md

This commit is contained in:
Stephan Hadan 2025-01-05 23:30:29 +01:00
parent 7fa1a1444a
commit 01a9e423f6

View file

@ -2,18 +2,18 @@
Goa is a clean, simple and minimalist theme for blogs and personal websites.
<img src="https://raw.githubusercontent.com/stiebke/hugo-goa/master/images/desktop-home.png" alt="Screenshot Desktop" width="600">
<img src="https://raw.githubusercontent.com/stiebke/hugo-goa/master/images/mobile-home.png" alt="Screenshot Mobile" width="200">
<img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/desktop-home.png" alt="Screenshot Desktop" width="600">
<img src="https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/images/mobile-home.png" alt="Screenshot Mobile" width="200">
[![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
```