README.md

This commit is contained in:
2026-08-16 20:08:52 +02:00
parent 367d872bcc
commit 69f8b312f8
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -15,8 +15,8 @@ Hugo-Templates und CSS), nicht für die archivierten Bloginhalte selbst.
| Bereich | Alte URL (Wayback) | Neue lokale URL |
|---|---|---|
| Startseite | `blog/blog.html` | `/` |
| About | `blog/about.html` | `/about/` |
| Startseite (inkl. About-Text) | `blog/blog.html` | `/` |
| About | `blog/about.html` | `/` (Text liegt auf der Startseite) |
| Blogartikel | `blog/<slug>.html` | `/posts/<slug>/` |
| Bilder | extern/beliebig | `/images/<slug>/<dateiname>` |
| CSS | Theme-CSS | `/css/style.css` |
@@ -40,8 +40,7 @@ Interne Links zwischen Artikeln werden vom Parser automatisch von
buildbroken-blog-archive/
├── hugo.toml # Hugo-Konfiguration
├── content/
│ ├── _index.md # Startseite
│ ├── about.md # wird vom Parser aus about.html befüllt
│ ├── _index.md # Startseite (About-Text liegt hier, kein eigenes /about/)
│ └── posts/ # wird vom Parser mit *.md befüllt
├── layouts/ # eigenes Theme, angelehnt an das Original-Design
│ ├── _default/baseof.html
+1 -1
View File
@@ -7,7 +7,7 @@ Alle Dateien liegen als HTML unter `https://aztec-project.org/blog/<name>.html`
| Dateiname | Titel | Ziel |
|---|---|---|
| `blog.html` | Aztec Project Build Broken Blog Startseite | index (wird nicht als Post geparst) |
| `about.html` | Aztec Project Build Broken About Us | content/about.md |
| `about.html` | Aztec Project Build Broken About Us | Startseite-Intro (in `_index.md`, kein eigenes `/about/`) |
| `dotnet-openspace-leipzig-2009-buchung.html` | .NET Open Space 2009 | post |
| `dotnet-openspace-leipzig-2009.html` | .NET Open Space 2009 in Leipzig (Bericht) | post |
| `dotnet-openspace-sued-2009-buchung.html` | .NET Open Space Süd 2009 | post |