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

@ -28,7 +28,7 @@ server {
server {
listen 80;
server_name poetry.neeldhara.blog poetry.neeldhara.email;
server_name pieces.neeldhara.blog pieces.neeldhara.email;
root /usr/share/nginx/html;
include /etc/nginx/snippets/blog-locations.conf;
}

View file

@ -28,9 +28,9 @@ export const BLOG_SITES = [
},
{
key: "poetry",
title: "Poetry",
description: "Failed attempts at organizing thoughts in verse.",
url: "https://poetry.neeldhara.blog",
title: "Pieces",
description: "Poems, short prose, and small experiments in language.",
url: "https://pieces.neeldhara.blog",
},
{
key: "reviews",