monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Changes all URL's to be relative URL's instead of absolute URL's. #11

Closed Nizzlay closed 3 years ago

Nizzlay commented 3 years ago

Changes all URL's to be relative URL's instead of absolute URL's.

Improves compatibility with deploying sites to multiple environments for testing purposes.

Prevents accidentally ending up on production environment when clicking a link while testing on staging environment

Nizzlay commented 3 years ago

Hugo team requires all themes to use absolute urls https://github.com/gohugoio/hugoThemes#common-permalink-issues.