calintat / minimal

Personal blog theme powered by Hugo
https://themes.gohugo.io/minimal/
MIT License
404 stars 221 forks source link

Site looks a little funny after running hugo #60

Closed henningsway closed 6 years ago

henningsway commented 6 years ago

I use this site with blogdown and set it up using blogdown::serve_site(), which will build and serve the site, while I'm updating the site. To deploy the site I wanted to take advantage of Netlifys continuous integration service, so I needed to use the hugo command for building the site.

Somehow the site looks a little out of order, the pages are not centered correctly, when I use this command. This may be a blogdown-issue, but possibly you have an idea, what may have gone wrong.

(I redownloaded your themes static files again to make sure I didn't tamper with them)

My site: henningsway.rbind.io

henningsway commented 6 years ago

This is what solved it for me: https://bookdown.org/yihui/blogdown/local-preview.html

(Some issues with the baseURL)