I am planning on hosting my personal site Jekyll blog on a hosting service other than Github pages. How do I take the generated output of Jekyll and upload it for my website? I tried taking the contents of _site but the CSS and Javascript didn’t work.
Yes, I’m getting a FILE NOT FOUND ERROR. no baseurl set or 404.
when i looked the path seems right to me though.
/assets/css/styles.css <- this is same as tutorial
…/assets/js/hodgepodge.js <- this should be equivalent?
whatever host you are using is serving from a subfolder so you still need a baseurl value, this time it is /website apparently.
the site is trying to load css from https://mgnica.keybase.pub/assets/css/styles.css when it is really https://mgnica.keybase.pub/website/assets/css/styles.css