How can I override the partials? #914
-
I am getting following error when trying to deploy my website at netlify that I moved to using hinode.
I would maybe do not need download.html and what is the easy way to override this partial. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I have already tried adding empty content to |
Beta Was this translation helpful? Give feedback.
-
Which version of Hugo are you using on Netlify? The global page function was introduced in v0.111.0. The Hinode repo contains an example netlify.toml that may be useful: https://github.com/gethinode/hinode/blob/main/netlify.toml |
Beta Was this translation helpful? Give feedback.
-
You might also want to check the docs: https://gethinode.com/docs/getting-started/hosting-and-deployment/#host-on-netlify |
Beta Was this translation helpful? Give feedback.
-
The solution was to specify netlify config as below using netlify.toml file at the root of the project
@markdumay Thank you for helping with this. |
Beta Was this translation helpful? Give feedback.
The solution was to specify netlify config as below using netlify.toml file at the root of the project
@markdumay Thank you for helping with this.