Hello everyone, I am currently trying to build a website similar to bootstrap icons for GNOME’s Adwaita icons.
When you use the site, you get as first page a list of the available icons. You can then click on them to display the icon in a full page and how to install it.
To do that, they use .md files and apply a template on them.
I’ve created the template and .md files but now I don’t know how to correctly link them on the first page/ use which method to create a link that takes you from the first page to the icon page.
For previous projects I tried to use the .Site.GetPage method but it doesn’t seem to work here.
If this were my site, I would stuff all of the icons somewhere in the assets directory, and then use a content adapter to generate each page on the fly.
git clone --single-branch -b hugo-forum-topic-53956 https://github.com/jmooring/hugo-testing hugo-forum-topic-53956
cd hugo-forum-topic-53956
hugo server