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.
This commit is contained in:
commit
b47b761f1c
190 changed files with 16583 additions and 0 deletions
12
public/images/layout/logomark.svg
Normal file
12
public/images/layout/logomark.svg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<svg width="27" height="24" viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="0.5" width="26.1032" height="2.19048" fill="#09090B"/>
|
||||
<rect x="3.46826" y="3.96826" width="22.6349" height="2.19048" fill="#09090B"/>
|
||||
<rect x="6.93652" y="7.43652" width="19.1667" height="2.19048" fill="#09090B"/>
|
||||
<rect x="10.4048" y="10.9048" width="15.6984" height="2.19048" fill="#09090B"/>
|
||||
<rect x="6.93652" y="14.373" width="19.1667" height="2.19048" fill="#09090B"/>
|
||||
<rect x="3.46826" y="17.8413" width="22.6349" height="2.19048" fill="#09090B"/>
|
||||
<rect y="21.3096" width="26.1032" height="2.19048" fill="#09090B"/>
|
||||
<rect x="2.19043" y="0.499756" width="23" height="2.19047" transform="rotate(90 2.19043 0.499756)" fill="#09090B"/>
|
||||
<rect x="5.65869" y="3.96802" width="16.0635" height="2.19048" transform="rotate(90 5.65869 3.96802)" fill="#09090B"/>
|
||||
<rect x="9.12695" y="7.43628" width="9.12698" height="2.19048" transform="rotate(90 9.12695 7.43628)" fill="#09090B"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 988 B |
Loading…
Add table
Add a link
Reference in a new issue