Blog-Plattform für WEBGUARDS – gebaut mit 11ty.
npm install
npm run serve # Lokal entwickeln
npm run build # Produktions-Build
npm run watch # Mit Watch-Modus
Erstelle eine neue Datei in src/blog/posts/:
---
layout: post
title: Dein Titel
date: 2026-08-07
author: Dein Name
excerpt: Kurze Zusammenfassung für die Übersicht
---
# Inhalt
Schreib hier dinen Artikel...
src/
/blog/posts/ ← Blog-Artikel (Markdown)
/css/ ← Stylesheets
/js/ ← JavaScript
/_layouts/ ← Seitenlayouts
/_includes/ ← Wiederverwendbare Komponenten
index.md ← Homepage
.eleventy.js ← 11ty Konfiguration
main triggern automatisch GitHub Actionsnews.webguards.deRepository: wbgrds/de.webguards.news
GitHub Pages Domain: news.webguards.de (mit Custom Domain)