Update quick-start.md

removed extra quotation strings that prevents hugo from launching
Error code:
Error: "C:\Hugo\academic\config.toml:4:1": unmarshal failed: Near line 4 (last key parsed 'theme = "academic"'): expected key separator '=', but got '\r' instead
This commit is contained in:
Jim HL Wei 2021-03-08 09:55:59 -05:00 committed by Bjørn Erik Pedersen
parent f1c64cd5a5
commit 75743968c0

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: Then, add the theme to the site configuration:
```bash ```bash
echo 'theme = "ananke"' >> config.toml echo theme = "ananke" >> config.toml
``` ```
{{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}} {{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}}