Migrate from Wordpress to Hugo

This commit is contained in:
Señor Rolando 2023-08-15 20:40:11 +02:00
parent b9bcff3335
commit d8679db1eb
3043 changed files with 36803 additions and 3 deletions

18
README.md Normal file → Executable file
View file

@ -1,3 +1,17 @@
# sr-rolando.com
# Homepage at sr-rolando.com
Homepage unter https://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
## Related
Uses the [Ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) theme.