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:
- blogdown::new_site("example")
- blogdown::build_site()
- Copy the public directory to private server
- 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