mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 07:19:09 -04:00
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:
parent
f1c64cd5a5
commit
75743968c0
@ -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 >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user