Adjust README to TAI

This commit is contained in:
Señor Rolando 2023-12-13 18:12:12 +01:00
parent 1bd6b674bc
commit 3b768edee3

View file

@ -1,9 +1,10 @@
# Homepage at sr-rolando.com
# Homepage at the-art-institute.eu
## Setup
```console
$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
$ git submodule add https://github.com/1bl4z3r/hermit-V2 themes/hermit-v2
$ source .env
```
`make`-Targets:
@ -11,13 +12,3 @@ $ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git the
* `make serve`: build locally and start development server
* `make deploy`: build and deploy (via `rsync`)
* `make clean`: remove the `public` folder that might have been created
## Neue Folge anlegen
```sh
hugo new post/`date '+%Y-%m-%d'`-title.md
```
## Related
Uses the [Ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) theme.