How to create a list of taxonomy terms in homepage with drupal 8?

Hello, Can anyone tell me how to create a list of taxonomy terms in homepage. I’m coming from WordPress background so I have no idea how to do that. I have my homepage as mytheme/templates/page--front.html.twig

I have more than one taxonomies and I want to query them in my homepage. Can someone help me to get there?

UPDATE:

I have created a new region called home_content in my theme.info.yml and I have created a view(block) for getting the taxonomy terms, added it to region in back-end and display it as {{page.home_content}}. It works but I have few questions.

  1. I have fields for logo and text in the taxonomy. I want to list them too.

  2. I need to customize the html. How can I do that?

Thanks for the support.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.