Merge commit '81689af79901f0cdaff765cda6322dd4a9a7ccb3'

This commit is contained in:
Bjørn Erik Pedersen
2021-03-21 13:31:17 +01:00
22 changed files with 121 additions and 67 deletions

View File

@@ -78,7 +78,7 @@ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/anan
Then, add the theme to the site configuration:
```bash
echo 'theme = "ananke"' >> config.toml
echo theme = \"ananke\" >> config.toml
```
{{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}}