Commit graph

6 commits

Author SHA1 Message Date
lew
c77b1be514 fix: add --remote to build script 2026-01-23 04:53:31 +00:00
lew
79c7aff48b feat: switch to Astro DB for guestbook
- Add @astrojs/db integration
- Define Guestbook schema in db/config.ts
- Add seed data for development
- Update db.ts to use astro:db
- Add guestbook section to homepage with form
- Update env vars to use ASTRO_DB_REMOTE_URL
2026-01-23 04:10:51 +00:00
lew
c23358ed8e chore: add vercel adapter and auth dependencies 2026-01-23 03:37:08 +00:00
lew
a88af69ffd feat: add bookmarks data file and render in index
Create bookmarks.yaml data file with sample entries and update
index.astro to import, parse, and display bookmarks with format
DD/MM/YY    Site Name (domain.com)
2026-01-23 01:28:19 +00:00
lew
8a09357036 feat: package.json & gitignore 2026-01-23 00:51:05 +00:00
lew
0b8b50cf12 Add blog app scaffolding with remark plugins 2026-01-23 00:07:23 +00:00