panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
2.03k stars 743 forks source link

Theme not applied to gists #438

Closed Sir-Photch closed 1 month ago

Sir-Photch commented 1 year ago

Hi, when I add a gist from github to my website with the shortcode {{< gist foo bar >}} it appears without css-styling.

You can see an example here.

arnobsanzam commented 1 year ago

Hi, when I add a gist from github to my website with the shortcode {{< gist foo bar >}} it appears without css-styling.

You can see an example here.

Hi, I am trying to publish in GitHub pages but the site doesn't seem to have any CSS. Do you have any idea how I can solve it?

arnobsanzam commented 1 year ago

Hi, when I add a gist from github to my website with the shortcode {{< gist foo bar >}} it appears without css-styling. You can see an example here.

Hi, I am trying to publish in GitHub pages but the site doesn't seem to have any CSS. Do you have any idea how I can solve it?

Resolved. I just had to use Github Actions instead of Deploy from a branch.