Testing deployement of hugo theme using Netlify on github pages for my personal blug.
- If the website fails to build in netlify you might be required to add
netlify.tomlfile specifiying the version of hugo. - You have modify the base url in the
config.tomlfile of your theme.
Hugo uses public folder to render your website. In my test case the public folder was not available, which could be generated using.
hugo server -renderToDisk