mirror of
https://github.com/skoelle/buildbroken-blog-archive.git
synced 2026-09-17 18:30:25 +00:00
README.md
This commit is contained in:
@@ -15,8 +15,8 @@ Hugo-Templates und CSS), nicht für die archivierten Bloginhalte selbst.
|
|||||||
|
|
||||||
| Bereich | Alte URL (Wayback) | Neue lokale URL |
|
| Bereich | Alte URL (Wayback) | Neue lokale URL |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| Startseite | `blog/blog.html` | `/` |
|
| Startseite (inkl. About-Text) | `blog/blog.html` | `/` |
|
||||||
| About | `blog/about.html` | `/about/` |
|
| About | `blog/about.html` | `/` (Text liegt auf der Startseite) |
|
||||||
| Blogartikel | `blog/<slug>.html` | `/posts/<slug>/` |
|
| Blogartikel | `blog/<slug>.html` | `/posts/<slug>/` |
|
||||||
| Bilder | extern/beliebig | `/images/<slug>/<dateiname>` |
|
| Bilder | extern/beliebig | `/images/<slug>/<dateiname>` |
|
||||||
| CSS | Theme-CSS | `/css/style.css` |
|
| CSS | Theme-CSS | `/css/style.css` |
|
||||||
@@ -40,8 +40,7 @@ Interne Links zwischen Artikeln werden vom Parser automatisch von
|
|||||||
buildbroken-blog-archive/
|
buildbroken-blog-archive/
|
||||||
├── hugo.toml # Hugo-Konfiguration
|
├── hugo.toml # Hugo-Konfiguration
|
||||||
├── content/
|
├── content/
|
||||||
│ ├── _index.md # Startseite
|
│ ├── _index.md # Startseite (About-Text liegt hier, kein eigenes /about/)
|
||||||
│ ├── about.md # wird vom Parser aus about.html befüllt
|
|
||||||
│ └── posts/ # wird vom Parser mit *.md befüllt
|
│ └── posts/ # wird vom Parser mit *.md befüllt
|
||||||
├── layouts/ # eigenes Theme, angelehnt an das Original-Design
|
├── layouts/ # eigenes Theme, angelehnt an das Original-Design
|
||||||
│ ├── _default/baseof.html
|
│ ├── _default/baseof.html
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Alle Dateien liegen als HTML unter `https://aztec-project.org/blog/<name>.html`
|
|||||||
| Dateiname | Titel | Ziel |
|
| Dateiname | Titel | Ziel |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `blog.html` | Aztec Project Build Broken Blog Startseite | index (wird nicht als Post geparst) |
|
| `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-buchung.html` | .NET Open Space 2009 | post |
|
||||||
| `dotnet-openspace-leipzig-2009.html` | .NET Open Space 2009 in Leipzig (Bericht) | 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 |
|
| `dotnet-openspace-sued-2009-buchung.html` | .NET Open Space Süd 2009 | post |
|
||||||
|
|||||||
Reference in New Issue
Block a user