Commit 1e6b9e1
committed
Migrate to Astro with shared components and GitHub Pages deploy
- Initialize Astro project with @astrojs/tailwind integration
- Shared components: BaseLayout, Navbar, Footer, PhoneMockup
- Real Tailwind CSS (not CDN): brand colors, Arcane Nine font, all styles shared
- All pages converted to .astro with proper component usage
- Static assets moved to public/
- GitHub Pages deploy workflow via withastro/action
- Add .gitignore (node_modules, dist, .astro)
- Old static HTML files removed1 parent a3f8baf commit 1e6b9e1
40 files changed
Lines changed: 7772 additions & 1067 deletions
File tree
- .github/workflows
- blog
- public
- fonts
- images
- src
- components
- layouts
- pages
- account-deletion
- blog
- app-store-rejections-vibecoded
- vibecoded-app-production-ready
- labcoat
- privacy
- terms
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
0 commit comments