The blog posts should all appear under Aktuellt.
Default in original template - under homepage.
Settings for homepage:
_config.yml
index.html
_layouts/home.liquid
Posts are read from _posts - it is enough to place md file in this folder. Default is that post is named with the date in front and the posts are indexed and displayed reversed-chronologically
Settings for blog posts:
_config.yml
_includes/blog
_sass/includes (?)
_sass/includes/blog.scss
_sass/includes/posts.scss
_laouts/post/liquid
The blog posts should all appear under Aktuellt.
Default in original template - under homepage.
Settings for homepage:
_config.yml
index.html
_layouts/home.liquid
Posts are read from _posts - it is enough to place md file in this folder. Default is that post is named with the date in front and the posts are indexed and displayed reversed-chronologically
Settings for blog posts:
_config.yml
_includes/blog
_sass/includes (?)
_sass/includes/blog.scss
_sass/includes/posts.scss
_laouts/post/liquid