You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# h3ndrik.de
|
|
|
|
|
|
|
|
homepage
|
|
|
|
|
|
|
|
* [Hugo Quick start](https://gohugo.io/getting-started/quick-start/)
|
|
|
|
* Preview: `hugo server -D`
|
|
|
|
|
|
|
|
## Theme
|
|
|
|
|
|
|
|
### Add
|
|
|
|
```bash
|
|
|
|
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
|
|
|
|
echo "theme = 'ananke'" >> hugo.toml
|
|
|
|
```
|
|
|
|
### Update
|
|
|
|
```bash
|
|
|
|
git submodule update --remote
|
|
|
|
git add themes/.
|
|
|
|
git commit -m "theme submodule updated"
|
|
|
|
```
|
|
|
|
|
|
|
|
[![Build Status](https://drone.xd0.de/api/badges/hendrik/h3ndrik.de/status.svg)](https://drone.xd0.de/hendrik/h3ndrik.de)
|