feat: add blog section with blueprint, template, and structured content
Introduced a new blog section with a dedicated blueprint (`blog.yml`) and PHP template (`blog.php`). Added initial content, including hero text, button, and link for improved navigation and communication. Structured layout supports dynamic blog post rendering with author details and summaries.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
title: Verein
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 1/2
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
herotext:
|
||||
label: Text (Hero)
|
||||
type: text
|
||||
herobutton:
|
||||
label: Text für den Button
|
||||
type: text
|
||||
buttonlink:
|
||||
label: Link für den Button
|
||||
type: text
|
||||
sidebar:
|
||||
width: 1/2
|
||||
sections:
|
||||
pages:
|
||||
type: pages
|
||||
template: news
|
||||
Reference in New Issue
Block a user