Stranded again!
After one successful run I deleted all and tried to install it again from zero.
And here is what happens (direct screen copy) .
I tried to follow the »Get Started« exactly, but failed.
Can you find any mistake?
iadi@adi-quad ~ $ hugo new site quickstart
Congratulations! Your new Hugo site is created in “/home/iadi/quickstart”.
iadi@adi-quad ~ $ cd quickstart
iadi@adi-quad ~/quickstart $ git init
Initialisierte leeres Git-Repository in /home/iadi/quickstart/.git/
iadi@adi-quad ~/quickstart $ git submodule add GitHub - theNewDynamic/gohugo-theme-ananke: Ananke: A theme for Hugo Sites themes/ananke
Klone nach ‘themes/ananke’ …
remote: Enumerating objects: 2417, done.
remote: Counting objects: 100% (440/440), done.
remote: Compressing objects: 100% (234/234), done.
remote: Total 2417 (delta 212), reused 356 (delta 179), pack-reused 1977
Empfange Objekte: 100% (2417/2417), 4.44 MiB | 4.58 MiB/s, Fertig.
Löse Unterschiede auf: 100% (1308/1308), Fertig.
Prüfe Konnektivität … Fertig.
iadi@adi-quad ~/quickstart $ echo theme = “ananke” >> config.toml
iadi@adi-quad ~/quickstart $ hugo new posts/seite01.md
Error: yaml: line 1: did not find expected key
CAn you spot anything I did wrong?