17 lines
435 B
Markdown
Executable file
17 lines
435 B
Markdown
Executable file
# 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
|
|
|
|
## Related
|
|
|
|
Uses the [Ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) theme.
|