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
cderv
September 1, 2021, 3:55pm
2
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.
The blogdown package is now on CRAN. Read on for highlights from the version 1.0 release, including smoother workflows, new checking functions to guide you into the pit of success, the ability to pin Hugo versions, better organization of content...
system
Closed
September 22, 2021, 3:56pm
3
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.