mumble-voip/mumble-www

Create shortcodes to set links to Mumble project websites

Closed this issue · 1 comments

https://gohugo.io/content-management/shortcodes/

There may be a better way doing this. For example on Wiki systems this is called "interwiki link".

Instead of using 100 times "https://wiki.mumble.info/abc/def" on the blog we can use something like "/abc/def".

When the wiki URL is changed in the future we only need to update the "interwiki link" once.

Implemented and used in content in branch shortcode-wiki.
I would like to wait for move to GitLab for a viewable result for the review. Should make it easier/a better review.