I feel like I just missed something major at some point, but I currently have a main.css
file in the static
folder, and in my header.html
partial, I have: <link rel="stylesheet" type="text/css" href="/css/main.css">
. You know, normal CSS stuff.
When I build the actual site, the CSS shows up in the public
folder, like it’s supposed to. However, when I’m accessing it via the local hugo server
, the header content is there, but the CSS is nowhere to be found and the site looks like a mess. Google has thus far failed me in trying to figure out why…any ideas?