Hi,
I am pretty new to Hugo and would like to learn more about building sites with it. Currently I am wondering if I am able to define in a Markdown file for example Internal-Links: {keyword: kw1, url: /page1}, {keyword: kw2, url: /page2 etc.
, have Hugo when building the site check the content body of the Markdown file for those keywords and have those found keywords converted to links to other pages. The goal is trying to have a somewhat automatic internal linking of blog pages based on defined keywords/tags and have hugo automatically inject the links into the content.
Thank you for any help and replies - highly appreciated.