Hey everyone:
Jekyll n00b here, just trying to get the basic website created using jekyll new source_dir
up and running. The example website looks totally fine when running the server and visiting localhost:4000
in browser, but after running jekyll build
and opening the resulting _site/index.html
file in browser, all the CSS is gone. I haven’t modified any of the file locations, and the main.css file still seems to be exactly where it should be based on the reference in index.html, but there’s zero formatting in the resulting webpage. Is there something simple I’m missing here?
I’m running ubuntu 16.04 and I’ve tried both chrome and firefox. I’ve also copied the folder (renamed as public_html) to an external server (the one where I eventually plan to host) to see if there was something weird about the way my computer was serving it locally, but the CSS was still not displayed.
Thanks! Any help is appreciated.