okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
250 stars 133 forks source link

Broken stylesheet on Hugo Themes demo #804

Closed jwarner112 closed 4 years ago

jwarner112 commented 4 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

bug

What happened:

Went to https://themes.gohugo.io/theme/syna/ and it's broken

What you expected to happen:

The stylesheets to download and for the page to look like https://about.okkur.org/syna/

How to reproduce it (as minimally and precisely as possible):

https://themes.gohugo.io/theme/syna/

Anything else we need to know?:

Screenshot (with Console Log): image

Environment:

jwarner112 commented 4 years ago

I thought this might have just been my fault but a friend on another machine (w/ Chrome) confirmed this link is broken; What I think is happening is the file doesn't exist so gohugo.io is returning a 404 page that's then parsed as text/html.

mpourismaiel commented 4 years ago

The asset's path is wrong. Not sure why. @stp-ip Would you please check this out?

stp-ip commented 4 years ago

Checking it out. Thanks for the bug report.

stp-ip commented 4 years ago

The asset path works, when using Permalink instead of RefPermalink within head.html. Still trying to figure out the full picture as there are various other annoyances related to this issue.