14 lines
346 B
Markdown
Executable file
14 lines
346 B
Markdown
Executable file
# Homepage at the-art-institute.eu
|
|
|
|
## Setup
|
|
|
|
```console
|
|
$ git submodule add https://github.com/1bl4z3r/hermit-V2 themes/hermit-v2
|
|
$ source .env
|
|
```
|
|
|
|
`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
|