Adjust README to TAI
This commit is contained in:
parent
1bd6b674bc
commit
3b768edee3
1 changed files with 3 additions and 12 deletions
15
README.md
15
README.md
|
|
@ -1,9 +1,10 @@
|
||||||
# Homepage at sr-rolando.com
|
# Homepage at the-art-institute.eu
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```console
|
```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:
|
`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 serve`: build locally and start development server
|
||||||
* `make deploy`: build and deploy (via `rsync`)
|
* `make deploy`: build and deploy (via `rsync`)
|
||||||
* `make clean`: remove the `public` folder that might have been created
|
* `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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue