I have not modified the official skeleton besides editing markdown files. The blog.md file looks the following:
title: home
sitemap:
changefreq: monthly
body_classes: 'header-dark header-transparent'
hero_classes: 'text-light title-h1h2 overlay-dark-gradient hero-large parallax'
hero_image: road.jpg
custom: 'new thing'
blog_url: /blog
show_sidebar: true
show_breadcrumbs: true
show_pagination: true
content:
items: '@self.children'
limit: 6
order:
by: date
dir: desc
pagination: true
url_taxonomy_filters: true
feed:
description: 'Sample Blog Description'
limit: 10
pagination: true
---
# Gemeinsam in Horst
## Herzlich Willkommen auf der neuen Homepage
I can delete the title, but then home changes to blog
The title of this file shouldn't be displayed at all, but I do not know where to disable it.
Edit: I set show_breadcrumbs to false. This helped, but I am not sure if this is a good solution.