-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
How to put together the project? #93
Comments
I suggest you start out by checking that you can run the exampleSite in this repo. I just tested the steps below now:
If the above works, then your environment is OK, and you can just copy the entire If the above does not work, you need to provide me with whatever error you get, but note. This theme requires a reasonably new Hugo version (the extended version) and Go installed. |
I have the same issue as @kostya-konev, when I setup the server using the following docs https://tw-docs.com/docs/static-site-generators/hugo-api/ When I installed go ( I think that the issue is sourced in the go.mod file |
For the guys who have the issue in the future for me it worked when I modified the go.mod file with the following content
|
hugo v0.113.0 failed to start the exampleSite, the error message is
After upgrading to hugo v0.117.0 it works now. Maybe it is related to this issue gohugoio/hugo#11159. |
Very difficult theme to understand. I created new project with "hugo new site ...". Then I created folder "docuapi" inside "themes" folder and put there files from THIS github. Then I tried to launch project with "hugo server" command. It didn't work.
Then I took this configuration https://github.com/bep/docuapi/blob/master/exampleSite/config.toml which YOU provide. I put it in "config.toml" file in main directory and it STILL doesn't work.
How do I make it work?
The text was updated successfully, but these errors were encountered: