zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
739 stars 260 forks source link

Deploy to Github page in subdirectory not work #460

Open dualbios4 opened 2 years ago

dualbios4 commented 2 years ago

I use this theme and deploy to github first i can deploy to my repository example: https://booksreview.github.io/ and this is work normal. and i want too deploy again in another repository example: epic-books i already set baseURL in config.toml with https://booksreview.github.io/epic-books/

Basically is can be access with https://booksreview.github.io/epic-books/ but i get ,404 Page not found how i can fix this bug

fromzerotoonee commented 2 years ago

i too had the same issue

BeTheCodeWithYou commented 1 year ago

try to add below in config.toml just after base url

see here relativeURL and uglyURL

relativeURLs = true uglyURLs = true

princania commented 1 year ago

After setting relativeURLs = true, the CSS stoped working.