You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, there seems to be some discrepancy with the location and name of the hugo config file in this project.
According to the Hugo documentation ( https://gohugo.io/getting-started/directory-structure/ ), the config file can be in one of two places. site-dir/hugo.toml or site-dir/config/_default/hugo.toml. However in this project it's in site-dir/config/config.toml
Because of this when I call hugo server from the site-dir directory hugo throws a config not found error. I'm running the following version of hugo on raspberry pi OS: hugo v0.111.3+extended linux/arm64 BuildDate=2023-03-16T08:41:31Z VendorInfo=debian:0.111.3-1
Should the config file not be renamed appropriately?
Alternatively if the idea is to copy the config.toml to one of these paths, should the README not have that as part of the Usage instructions?
The text was updated successfully, but these errors were encountered:
Hi there, there seems to be some discrepancy with the location and name of the hugo config file in this project.
According to the Hugo documentation ( https://gohugo.io/getting-started/directory-structure/ ), the config file can be in one of two places.
site-dir/hugo.toml
orsite-dir/config/_default/hugo.toml
. However in this project it's insite-dir/config/config.toml
Because of this when I call
hugo server
from thesite-dir
directory hugo throws a config not found error. I'm running the following version of hugo on raspberry pi OS:hugo v0.111.3+extended linux/arm64 BuildDate=2023-03-16T08:41:31Z VendorInfo=debian:0.111.3-1
Should the config file not be renamed appropriately?
Alternatively if the idea is to copy the config.toml to one of these paths, should the README not have that as part of the Usage instructions?
The text was updated successfully, but these errors were encountered: