diff --git a/README.md b/README.md index 63187b1..f99a56c 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ buildbroken-blog-archive/ ├── hugo.toml # Hugo-Konfiguration ├── content/ │ ├── _index.md # Startseite (About-Text liegt hier, kein eigenes /about/) +│ ├── categories/ # pro Kategorie eine _index.md mit Einleitungstext +│ ├── tags/ # pro Tag eine _index.md mit Einleitungstext │ └── posts/ # wird vom Parser mit *.md befüllt ├── layouts/ # eigenes Theme, angelehnt an das Original-Design │ ├── _default/baseof.html @@ -149,12 +151,50 @@ Das Layout erzeugt für jede Seite automatisch SEO-Metadaten (zentral in - Open-Graph- und Twitter-Card-Tags (`og:type` article/website, `og:image` Banner, `twitter:card` summary_large_image) - `