photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

Make the stub post destination configurable #25

Closed carbontwelve closed 2 days ago

carbontwelve commented 5 months ago

Currently if a destination file can't be found the plugin will link to /stubs. This is a hangon from when the code was within my website repository as this is the catch all destination for my stub posts.

This should be configurable globally for the function as well as with per namespace (#14) override.

Configuration should allow for setting the destination or to disable linking to stub's entirely.