Hi, I’m trying to port my ikiwiki structure to Hugo. For example:
This control line: [[!inline pages="e/04* and !*/Discussion" archive="yes" rss="no" atom="no" timeformat="%F"]]
Lists all posts (by title) that start with “04” under the heading “The Web”.
I initially started a tutorial with the ananke theme as you can see here:
But I found it too complex. hugo new theme just generates empty files, which feels kinda useless. Is there a better minimal theme I can use and what can I use to reproduce the inline pages rules above?