Replies: 1 comment 4 replies
-
Hi, it looks like the same issue as #505. Which Hugo version do you use? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When using the theme following your instructions below
$ git init
$ git submodule add https://github.com/razonyang/hugo-theme-bootstrap themes/hugo-theme-bootstrap
$ cp -a themes/hugo-theme-bootstrap/exampleSite/* .
$ hugo mod npm pack
$ npm install
$ hugo server
I can get as far as building the server however when I go into local host it seems to not load any CSS within the server.
I have checked and made sure that
[build] writeStats = true
is present in the _default/config.toml file also.
Have I missed something as I cannot work out why the CSS would not load. I would appreciate any help you can offer.
Beta Was this translation helpful? Give feedback.
All reactions