New user here. I have tried to follow the instructions in Quick Start | Hugo and have not succeeded.
Here’s my command history:
2122 hugo new site quickstart
2123 cd quickstart
2124 git init
2125 git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke
2126 echo "theme = 'ananke'" >> hugo.toml
2127 hugo server
These were all copied and pasted from the above Quick Start page.
Hugo server output:
Start building sites …
hugo v0.92.2+extended linux/amd64 BuildDate=2023-01-31T11:11:57Z VendorInfo=ubuntu:0.92.2-1ubuntu0.1
WARN 2023/06/11 19:57:15 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/06/11 19:57:15 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/06/11 19:57:15 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
| EN
-------------------+-----
Pages | 3
Paginator pages | 0
Non-page files | 0
Static files | 0
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 7 ms
Watching for changes in /home/rsholmes/quickstart/{archetypes,content,data,layouts,static}
Watching for config changes in /home/rsholmes/quickstart/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
WARN 2023/06/11 19:57:27 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
If I open http://localhost:1313/
it’s blank.
I’m using Linux Mint 21.1 Cinnamon and Google Chrome.