Changes to README.md
This commit is contained in:
parent
7fa1a1444a
commit
01a9e423f6
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
Goa is a clean, simple and minimalist theme for blogs and personal websites.
|
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://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/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/mobile-home.png" alt="Screenshot Mobile" width="200">
|
||||||
|
|
||||||
[](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE)
|
[](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE)
|
||||||
[](https://github.com/shenoydotme/hugo-goa/stargazers)
|
[](https://github.com/shenoydotme/hugo-goa/stargazers)
|
||||||
[](https://github.com/shenoydotme/hugo-goa/network)
|
[](https://github.com/shenoydotme/hugo-goa/network)
|
||||||
[](https://www.emergencykitten.com/)
|
[](https://www.emergencykitten.com/)
|
||||||
[](https://www.emergencykitten.com/)
|
[](https://www.emergencykitten.com/)
|
||||||
|
|
||||||
## Demo
|
## 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
|
## 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
|
hugo new site quickstart
|
||||||
cd quickstart
|
cd quickstart
|
||||||
git init
|
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
|
echo "theme = 'hugo-goa'" >> hugo.toml
|
||||||
hugo server
|
hugo server
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue