17 lines
384 B
Markdown
Executable file
17 lines
384 B
Markdown
Executable file
# Homepage rolandjesse.de
|
|
|
|
## Setup
|
|
|
|
```console
|
|
git submodule add https://github.com/hugo-toha/toha themes/toha
|
|
```
|
|
|
|
`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 [toha](https://github.com/hugo-toha/toha) theme.
|