I am currently working on a custom team in Hugo that is based on a Tiny Team. Most themes have as a front page a list of the most recent blog posts.
I actually want a custom front page:
- Where I can show a biography
- Where I have separate text about projects and work I’m doing
- After that a list of blog posts that I specifically tag to show on the homepage
So the front page is much more of a business presentation than just the list of blog posts.
Now I did create a site locally with the help from Claude Code. However, what is substantially different is that in the theme’s content directory there are also subdirectories called “texts” and “projects.” I prefer to have the texts about e.g. projects and method as separate markdown, instead of in the presentation layer. But does Hugo work in such a way on Micro.blog that when generating the site, these texts are also included and displayed correctly?
I haven’t created a theme for micro.blog before, so it’s all a bit new to me. I can’t find a clear answer on the forum for now either what the possibilities and impossibilities are.