Hello,
Super newb in every way. I can easily add files into my blog content automatically, however I am trying to reference an html file on the site that is not included on the content/posts/blog list.
I tried doing:
[[entries]]
title = "Recommendations"
url = "[insert full file path here]"
But when I click the link, it puts me to a 404.
The theme I am using is GitHub - Masellum/hugo-theme-nostyleplease: a (nearly) no-CSS, fast, minimalist Hugo theme ported from riggraz/no-style-please.
I know that it’s not impossible within the theme because I have seen other websites using the theme do it (ex. https://riggraz.dev, notice how the link to the newsletter is its own static page without being listed on posts).
Thanks!