panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
2.12k stars 762 forks source link

fix permalink to respect baseURL #498

Open Ananay-22 opened 1 week ago

Ananay-22 commented 1 week ago

Noticed that the theme would break when I deployed to GH Pages because it ignores the baseURL (which is impossible to avoid with GH Pages specifically, and does require a nice bit of configuration if done after building with some nginx rule replacement etc).

This was being caused due to the fact that there was a use of 'RelPermaLink' instead of 'PermaLink' - adding in those changes in this PR

panr commented 6 days ago

Hey, two things: