Commit graph

14 commits

Author SHA1 Message Date
lew
87c8260c80 refactor: rename blog app to www 2026-01-29 00:56:59 +00:00
lew
5ff2a3056e feat: add links to grid plugin 2026-01-24 02:08:23 +00:00
lew
d3893f5e3a feat: labelled grids added to remark 2026-01-24 02:01:10 +00:00
lew
98ae7e7386 style: pulls up aside text to meet the end of the previous paragraph 2026-01-23 21:00:25 +00:00
lew
996321a4d2 feat: dates on blog posts, below the title 2026-01-23 20:57:01 +00:00
lew
d1b2db73bc feat: archive pages when >10 posts in a given section 2026-01-23 05:40:58 +00:00
lew
920bb7bbeb feat: tweaks to guestbook messages after port 2026-01-23 05:23:01 +00:00
lew
d7b1dd365e feat: use prompt dialogs for guestbook instead of form 2026-01-23 04:20:20 +00:00
lew
3600897f4b fix: simplify form styles and handle missing auth config
- Remove excessive form styling, keep minimal
- Wrap getSession in try-catch for dev without env vars
2026-01-23 04:17:25 +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
b5e9d33cdf feat: summaries 2026-01-23 03:19:04 +00:00
lew
61ec65806b feat: homepage categories 2026-01-23 01:59:08 +00:00
lew
cd7914dc4e Add sample blog posts and fix rendering
- Add hello-world.md and second-post.md sample posts
- Fix index page: use set:html for links, add charset, import global.css
- Fix post page: add charset meta tag
- Fix remark plugin: use className array, handle leaf directives
- Update CSS: support left/right margin note classes
2026-01-23 00:47:27 +00:00
lew
0b8b50cf12 Add blog app scaffolding with remark plugins 2026-01-23 00:07:23 +00:00