jonah
jonah

@help @mtt is there a way to have my front page display only posts from one category? or better yet, all posts excluding a category or categories? Micro.Blog feed would have all posts, but Hugo site could sort some.
Using Tiny, so perhaps there is a customization?

|
Embed
Progress spinner
Mtt
Mtt

@Jonah Yes, it's possible. You'll need to use microhook-post-list.html to accomplish it. Here's an example use case of that specific microhook (not what you're wanting, but you can use the tutorial to see how it works).

Combine the use of that microhook with this and you can get what you want.

If you want the typical Tiny Theme layout, you can start your microhook using the code found in lines 6-72 here.

This is not the easiest change, but it's definitely doable.

|
Embed
Progress spinner
jonah
jonah

@Mtt excellent, thank you

|
Embed
Progress spinner