Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Baseurl and url in config doesn't work for Jekyll on Github

Very similar to this question, however I did exactly what the two solutions said to do. I still have the same 404 error.

For me I have https://enkrypton.moe/osb/ . When clicking links, it removes the /osb/ from the link which causes 404. https://enkrypton.moe/scripts/ez-lyrics . This is the link I want, with /osb/, https://enkrypton.moe/osb/scripts/ez-lyrics

Workflow and Config yml

A few links were removed because of Stackoverflow auto spam detection so if anyone can put those back it would be appreciated.

like image 474
Enkrypton Avatar asked Mar 19 '26 23:03

Enkrypton


1 Answers

I ended up hardcoding my url into the .html files

like image 87
Enkrypton Avatar answered Mar 22 '26 12:03

Enkrypton