What I want to do:
When you open my site, instead of default to the Posts page to default to my start-here page. I can’t find the logic of how the theme developer does this and how I can default to start-here instead.
If someone can help me to make start-here default page, and when you click on the blog to open the posts page, I would appreciate it.
Thank you.
Thank you for the advice. Although it is really good suggestion and I now understand how it works I’m still confused and I have some extra questions.
I see now from where the posts are coming from the _layout/home.html file. What is confusing to me is how to make switch the content of home.html with the start-here.md layout. I see page.html layout that probably is where the start-here is loaded and that one is pointing to default.html layout which looks like it is the default layout for all other pages in tabs folder.
I tried to simulate what he did but it fails and fails so I need some help from you how to achieve this and change his code. As you can see I tried with new layout start.html which was copy paste from page.html and tried to just put text. It works but the whole CSS is messed up if you see my page idoazure.nl it doesn’t look nice .
So can you guide me how to do this change for the main page and make it working and even how to modify his navigation menu? Now the menu is generated from tabs.yml file and he is pointing current blog to root where I would basically point the start here.
I hope it is clear what I mean and what i need help with.
Thank you