d3893f5e3a
feat: labelled grids added to remark
2026-01-24 02:01:10 +00:00
6df10d904f
feat: adds nownownow bookmark
2026-01-24 01:09:16 +00:00
4409715d10
fix: bumps hello-world date to today
2026-01-23 21:11:24 +00:00
223bdf525a
feat: moves getGitDate to a shared utils file
2026-01-23 21:10:08 +00:00
9137556a4a
fix: corrects the /random route to the new md path
2026-01-23 21:05:53 +00:00
f0f1816c87
fix: a typo
2026-01-23 21:03:31 +00:00
98ae7e7386
style: pulls up aside text to meet the end of the previous paragraph
2026-01-23 21:00:25 +00:00
996321a4d2
feat: dates on blog posts, below the title
2026-01-23 20:57:01 +00:00
9ef7a745fb
fix: sort .txt files by last edit in git history
2026-01-23 20:49:27 +00:00
f66fa9dff8
feat: pins txt files
2026-01-23 20:43:43 +00:00
46b6e18f87
feat: updates bookmarks.yaml
2026-01-23 20:42:54 +00:00
5c1f46d1b8
feat: moves :aside to :right
2026-01-23 20:32:58 +00:00
a5227ae281
feat: pin cv.txt
2026-01-23 20:17:23 +00:00
ae2a1118df
feat: remove placeholder post
2026-01-23 20:17:16 +00:00
14e0906197
feat: changelog.txt
2026-01-23 20:15:50 +00:00
045d94bc8a
feat: now.txt update
2026-01-23 20:14:44 +00:00
58bc326b7f
feat: sign-off on hello-world
2026-01-23 20:04:50 +00:00
6a08616620
feat: hello world
2026-01-23 20:00:47 +00:00
44c3c0573c
feat: posts-first in index
2026-01-23 19:40:41 +00:00
a3b63f9c85
chore: remove old /blog/ pages (replaced by /md/)
2026-01-23 19:28:00 +00:00
f769f15468
fix: update sitemap.txt to use /md/ URLs for posts
2026-01-23 19:25:13 +00:00
ccec4d274a
fix: update feed.xml to use /md/ URLs for posts
2026-01-23 19:23:58 +00:00
6497f485e1
feat: update homepage to show posts grouped by category
2026-01-23 19:22:21 +00:00
6ef5b3a413
feat: add md slug page for individual posts
2026-01-23 19:19:05 +00:00
b71a780ef8
feat: add md index page with category grouping
2026-01-23 19:15:35 +00:00
c2ac236f65
feat: add optional category field to posts schema
2026-01-23 19:12:35 +00:00
ad7f685b0d
feat: support for txt pinning
2026-01-23 18:40:25 +00:00
7d42f02335
chore: build scripts
2026-01-23 18:36:36 +00:00
5d338de0a0
feat: rss, sitemap, and random links in header?
2026-01-23 18:36:20 +00:00
31c37792f6
feat: random endpoint
2026-01-23 18:36:01 +00:00
0fa86f4a81
feat: stats page
2026-01-23 18:35:57 +00:00
4095158e7b
feat: add sitemap endpoint
2026-01-23 17:58:52 +00:00
01fe61261c
feat: add plain text sitemap
2026-01-23 17:52:41 +00:00
7346be6687
feat: add rss feed with all content types
2026-01-23 17:49:06 +00:00
384d2d59b7
chore: add @astrojs/rss dependency
2026-01-23 17:44:08 +00:00
8b059424a2
feat: replace sample with cv
2026-01-23 16:06:02 +00:00
d1803384a6
feat: meta viewport
2026-01-23 16:05:52 +00:00
573b0eef89
feat: pinned blog post
2026-01-23 05:50:20 +00:00
be89d82c17
feat: moved /posts/ over to /blog/ path
2026-01-23 05:42:37 +00:00
d1b2db73bc
feat: archive pages when >10 posts in a given section
2026-01-23 05:40:58 +00:00
920bb7bbeb
feat: tweaks to guestbook messages after port
2026-01-23 05:23:01 +00:00
6d7f022230
feat: redeploy from admin panel
2026-01-23 05:19:20 +00:00
cd564c4856
fix: properly pass github user id through jwt callback
2026-01-23 05:02:16 +00:00
c77b1be514
fix: add --remote to build script
2026-01-23 04:53:31 +00:00
d34829c320
fix: move vercel config to root, use pnpm
2026-01-23 04:49:49 +00:00
1a608358d1
chore: add vercel config
2026-01-23 04:49:02 +00:00
d7b1dd365e
feat: use prompt dialogs for guestbook instead of form
2026-01-23 04:20:20 +00:00
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
892afc2161
feat: add guestbook admin page
2026-01-23 04:15:27 +00:00
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