Commit graph

8 commits

Author SHA1 Message Date
Neeldhara Misra
c06f71a5ad Add data table markdown block
Some checks are pending
Build / build (push) Waiting to run
2026-06-29 02:09:20 +05:30
Neeldhara Misra
58310e1944 Add semantic block parser and PDF export
Some checks are pending
Build / build (push) Waiting to run
2026-06-25 12:35:40 +05:30
Neeldhara Misra
21b857b457 Build deployed blogs from site packages
Some checks are pending
Build / build (push) Waiting to run
2026-06-25 03:58:11 +05:30
Neeldhara Misra
8312dc6d8a Improve imported blog post rendering
Some checks are pending
Build / build (push) Waiting to run
2026-06-25 03:46:34 +05:30
Neeldhara Misra
165aa5636f Improve blog post rendering
Some checks are pending
Build / build (push) Waiting to run
2026-06-25 00:56:25 +05:30
Neeldhara Misra
58d8b661a8 Restructure blogs as Astro monorepo
Some checks are pending
Build / build (push) Waiting to run
2026-06-13 21:15:16 +02:00
Neeldhara Misra
80c51bdfea Set up multisite Dokploy deployment
Some checks are pending
Build / build (push) Waiting to run
2026-06-13 19:45:59 +02:00
b47b761f1c feat: Complete multi-blog setup with 12 collections and subdomain routing
- Added 12 blog collections: art, bfs, dfs, problems, puzzles, reviews, reflections, vibes, workflows, magic, contests, poetry
- Created content config with glob loaders for all collections
- Added sample posts for each collection
- Fixed TypeScript collection recognition by removing duplicate config
- Made BlogPosts component collection-aware for proper routing
- Created individual post pages ([...slug].astro) for each collection
- Added Netlify subdomain routing configuration
- Updated all references to use neeldhara.blog as main domain
- Fixed navigation links in all-blogs component

Ready for GitHub/Netlify deployment with subdomain support.
2025-08-10 01:22:06 +05:30