diff --git a/README.md b/README.md index ca13c2f..cfd28ad 100755 --- a/README.md +++ b/README.md @@ -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.