Rename poetry site to pieces
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 16:19:48 +05:30
parent 7aa1fd2372
commit 164f4a0f3c
22 changed files with 39 additions and 57 deletions

View file

@ -14,7 +14,7 @@ const blogs = [
{ key: "vibes", vaultFolder: "02-vibes", title: "Vibes" },
{ key: "puzzles", vaultFolder: "03-puzzles", title: "Puzzles" },
{ key: "reflections", vaultFolder: "04-reflections", title: "Reflections" },
{ key: "poetry", vaultFolder: "05-poetry", title: "Poetry" },
{ key: "poetry", vaultFolder: "05-poetry", title: "Pieces" },
{ key: "reviews", vaultFolder: "06-reviews", title: "Reviews" },
{ key: "art", vaultFolder: "07-art", title: "Art" },
];
@ -222,7 +222,7 @@ This folder is the Obsidian source of truth for the public blog family.
| \`blogs/02-vibes\` | \`allblogs/sites/vibes/src/content/vibes\` | \`https://vibes.neeldhara.blog\` |
| \`blogs/03-puzzles\` | \`allblogs/sites/puzzles/src/content/puzzles\` | \`https://puzzles.neeldhara.blog\` |
| \`blogs/04-reflections\` | \`allblogs/sites/reflections/src/content/reflections\` | \`https://reflections.neeldhara.blog\` |
| \`blogs/05-poetry\` | \`allblogs/sites/poetry/src/content/poetry\` | \`https://poetry.neeldhara.blog\` |
| \`blogs/05-poetry\` | \`allblogs/sites/poetry/src/content/poetry\` | \`https://pieces.neeldhara.blog\` |
| \`blogs/06-reviews\` | \`allblogs/sites/reviews/src/content/reviews\` | \`https://reviews.neeldhara.blog\` |
| \`blogs/07-art\` | \`allblogs/sites/art/src/content/art\` | \`https://art.neeldhara.blog\` |
| \`blogs/micro\` | \`micro/src/content/blog\` | \`https://micro.neeldhara.blog\` |