Static placeholder site for TAI

This commit is contained in:
Señor Rolando 2023-12-13 18:09:07 +01:00
commit 1bd6b674bc
8 changed files with 112 additions and 0 deletions

23
README.md Executable file
View file

@ -0,0 +1,23 @@
# Homepage at sr-rolando.com
## Setup
```console
$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
```
`make`-Targets:
* `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.