Hi all,
I am trying to create a new site with the below theme
blogdown::new_site(theme = "hugo-universal-theme")
The output I got in Viewer is below

But what i see in google is below. Why there is mismatch between mine and actual one. Please help
cderv
2
Did you follow these advice when previewing your file locally ?
You need to serve the files locally using serve_site
to see them correctly in the viewer i guess.
What steps did you follow ?
1 Like
Thanks for your comments. I did follow the steps.
i got the issue Now its working
blogdown::new_site(install_hugo=TRUE, theme="devcows/hugo-universal-theme")
But I used below that i wrong.
blogdown::new_site(install_hugo=TRUE, theme="/hugo-universal-theme")
1 Like
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.