Migrate from Wordpress to Hugo
This commit is contained in:
parent
b9bcff3335
commit
d8679db1eb
3043 changed files with 36803 additions and 3 deletions
18
README.md
Normal file → Executable file
18
README.md
Normal file → Executable 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue