Fix description in readme

- Use reusable links to Hugo install howto and theme
- Mention my nick consistently (people can find me by that name, not by my old name)
- Add git command examples that properly setup the theme submodule
  - either initial all at once
  - or to fix missing afterwards
- Keep 80 column limit
pull/55/head
sixtus 2022-07-14 14:19:41 +02:00
parent 6978adfb0e
commit eaab4cffa3
1 changed files with 19 additions and 6 deletions

View File

@ -18,11 +18,24 @@ Modern, fantastisch, toll, mit Konfetti und sogar Jahr 2000 kompatibel!!1!
* Der `main` branch wird automatisch vom `auto_build.sh` script deployed.
* Sollte™ alle zwei Minuten passieren
* Um die Seite erfolgreich lokal zu starten,
muss [Hugo](https://gohugo.io/getting-started/installing/ "Anleitung zum Installieren von Hugo auf verschiedenen Betriebssystemen")
und
das [von spookey entwickelte Theme](https://github.com/spookey/slick "git Repository von spookey und dem von ihm entwickelten Theme") (
bspw. mit `git clone https://github.com/spookey/slick.git`)
installiert werden.
* Um die Seite erfolgreich lokal zu starten, muss [Hugo][Hugo-Installation]
und das von Sixtus entwickelte [Theme][Slick-Theme] installiert sein.
* Entweder ein initialer clone via
```sh
git clone --recursive ssh://git.dezentrale.cloud/Frontend/Homepage
```
* … oder nachträglich initialisieren
```sh
git clone ssh://git.dezentrale.cloud/Frontend/Homepage
cd Homepage
git submodule update --init --recursive
```
Ansonsten - Be excellent!
[Hugo-Installation]: https://gohugo.io/getting-started/installing
[Slick-Theme]: https://github.com/spookey/slick