I am new to hugo and really like it so far. The first question I could not solve by myself: I have two content files so far: content/pages/page1.md and content/pages/page1.md. How can I link to each other without specifying the URL explicitly.
Background information: I want to abuse hugo to build a personal wiki, basically consisting of a bunch of markdown files which are rendered by hugo. One key feature of a wiki are low barrier internal links.
If anybody already knows of a project that uses hugo as a wiki backend, I am very interested.
Iām also interested in this easier/shorter syntax for linking to internal pages, or crossrefs if you will. Basically I would like to be able to skip the use of shortcodes and just write [page2](page2) or [page3](/section/page3) or even [page4](tag/page4).