-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - misleading themesdir
inside exampleSite -> config.toml
#286
Comments
Signed-off-by: tcarreira <[email protected]>
I've created #287, but I'm still not sure if I was doing something wrong 😅 |
This is needed in order to run the exampleSite. You shouldn't copy that part, but the |
Ok, I think this would be a Creator's decision in the end. Just for reference: https://themes.gohugo.io/hugo-clarity/#option-1-recommended If you still keep that directive, I would suggest adding a note on how to install it (and copy the necessary files) as a theme in the README instructions. And thank you for you help 😃
|
Totally get that. I think also the instructions for the theme don't say to copy the config.toml, but to use it as a reference. I could make that more clear in the README however to that effect! |
Describe the bug
There should be no
themesdir
directive insideconfig.toml
file (exampleSite directory)If the line
themesdir = "../.."
is present on my config.toml file, I get an errorTo Reproduce
1.
./themes/exampleSite/config.toml
to./config.toml
hugo server
Expected behavior
I was expecting to get a running website with the example provided
Desktop (please complete the following information):
Additional context
I'm using Hugo for the first time, so I might be doing something wrong here, but after removing that line from my config.toml, everything is running.
The text was updated successfully, but these errors were encountered: