Issue in "hugo-universal-theme"

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
image

But what i see in google is below. Why there is mismatch between mine and actual one. Please help

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

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