miguelsimoni / hugo-initio

Hugo Theme port of Initio bootstrap template by GetTemplate
https://themes.gohugo.io/hugo-initio/
MIT License
90 stars 119 forks source link

Deployment in Netlify #22

Closed TiagoVentura closed 6 years ago

TiagoVentura commented 6 years ago

Hi,

I am using your Hugo theme to my website using the R package blogdown. I am deploying the website using netlify. However, netlify asks for a folder called public to deploy the website, and I don't get this folder after building the website via blogdown. Is it something with the R package or some other issues I am not paying close attention? I tried to deploy using the folder docs, the deployment works, but the website is not fully working.

Thanks!

miguelsimoni commented 6 years ago

Hi @TiagoVentura,

I'm not familiarized with blogdown but for Hugo you just have to check the property publishDir on your config.toml and be sure it's set to "public".

Regards, MS