Hi all,
I’m updating a site that I orginally made for an older version of hugo (not sure what version), however I cant use that version anymore becuase netlify doesn’t support it.
However when I generate my site content now, hugo doesn’t detect my content files (aside from my main page). If I’m using the local server, my menu are empty, until move my files (to a different extension, like ‘.bak’) and then back to the original .md/.html. When I do this the web browser refreshes and that content is now visible. However if I restart the server, its gone again (but the same procedure works again).
version: hugo v0.88.1+extended linux/amd64 BuildDate=unknown
repo: GitHub - Daniel-t/solace-web
site: (how it should look, but slightly out of date) http://www.solace.org.au/
hugo server --bind 0.0.0.0 --debug --disableFastRender -DEF -v
Start building sites …
hugo v0.88.1+extended linux/amd64 BuildDate=unknown
INFO 2021/10/31 20:15:10 syncing static files to /
DEBUG 2021/10/31 20:15:10 Render page Solace Australia to “/index.html”
WARN 2021/10/31 20:15:10 Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
DEBUG 2021/10/31 20:15:10 found menu: “main”, in site config
DEBUG 2021/10/31 20:15:10 Render page Categories to “/categories/index.html”
DEBUG 2021/10/31 20:15:10 Render page Tags to “/tags/index.html”
DEBUG 2021/10/31 20:15:10 Render page Home to “/index.html”
DEBUG 2021/10/31 20:15:10 Render XML for “sitemap” to “/sitemap.xml”
DEBUG 2021/10/31 20:15:10 Render 404 page to “/404.html”
DEBUG 2021/10/31 20:15:10 Render page Solace Australia to “/index.xml”
DEBUG 2021/10/31 20:15:10 Render page Tags to “/tags/index.xml”
DEBUG 2021/10/31 20:15:10 Render page Categories to “/categories/index.xml”| EN
-------------------±----
Pages | 19
Paginator pages | 0
Non-page files | 1
Static files | 28
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0Built in 27 ms
Watching for changes in /home/daniel/dev/solace-web/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /home/daniel/dev/solace-web/config.toml
Environment: “development”
Serving pages from memory
Web Server is available at …