Static placeholder site for TAI
This commit is contained in:
commit
1bd6b674bc
8 changed files with 112 additions and 0 deletions
23
README.md
Executable file
23
README.md
Executable 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue