Building public directory to deploy on own server

Hi,

I am looking to deploy a blogdown website to my own server and I am struggling in working out the workflow because the HTML output in the Public directory has no formatting. At it's most basic, what steps am I missing in this process:

  1. blogdown::new_site("example")
  2. blogdown::build_site()
  3. Copy the public directory to private server
  4. Visit example.com/public

That process produces the following:

What else do I need to do so that the HTML outputs are formatted correctly?

Thanks

Curious if you gave run check_site() function to see if everything is ok ?
Specifically I would check the hugo configuration and base_url config.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.