This commit is contained in:
parent
7aa1fd2372
commit
164f4a0f3c
22 changed files with 39 additions and 57 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue