]> juplo.de Git - website/commit
Schritt 2: Astro-Projekt initialisieren
authorKai Moritz <kai.milan.moritz@googlemail.com>
Fri, 5 Jun 2026 20:59:23 +0000 (20:59 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Fri, 5 Jun 2026 20:59:23 +0000 (20:59 +0000)
commit32064febe727e2db40740ef74038ec379511397a
treee98b3e7d5f1392cf7086b5f4bd1631b656c328f8
parente380e13b62bb83718230b9494c4b1d82b8abd4a9
Schritt 2: Astro-Projekt initialisieren

Minimales Astro 6.4.4-Projekt (minimal-Template) im Website-Repository angelegt:
- astro.config.mjs mit site-URL und trailingSlash-Konfiguration
- package.json (Name: juplo, Astro als einzige Dependency)
- tsconfig.json (strict)
- src/pages/index.astro als Platzhalter-Startseite

Hugo-Build-Output (public/) aus .gitignore entfernt, da public/ für Astro
das Static-Assets-Verzeichnis wird; Build-Output geht nach dist/.
node_modules/, dist/ und .astro/ in .gitignore aufgenommen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
.gitignore
astro.config.mjs [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/pages/index.astro [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]