Is it possible to sort taxonomy terms based on a set term weight?

The repo of simple code that shows my issue is at

My issue is how to rewrite layouts/index.html so to order taxonomies based on weights set at /content/categories/term/index.md frontmatter.

At home page I get now:
extralarge
item5
item6

great
item1
item2

large
item3
item4

What I would like to get is:
great
item1
item2

large
item3
item4

extralarge
item5
item6

I hope now it’s clear.

Thanks

1 Like