I’m following the https://www.getzola.org/documentation/getting-started/overview/
And going to http://127.0.0.1:1111/blog
yields
404 Not Found
However, http://127.0.0.1:1111/
gives the right page. So it is running!
Note that zola serve
outputs correctly. I tried zola build
on its own and I get:
C:\Users\minin\Documents\GitHub\ministats>zola build
Building site...
Checking all internal links with anchors.
> Successfully checked 0 internal link(s) with anchors.
-> Creating 1 pages (1 orphan) and 0 sections
Done in 21ms.
Do you have things I can try out to troubleshoot this?
Link to the repo: GitHub - CGMossa/ministats: Zola website for ministats.dev