Compare commits
5 Commits
new-redesi
...
5c49dc346c
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c49dc346c | |||
| 0467591053 | |||
| c3f917faa5 | |||
| 97503c3d68 | |||
| cf0dddd4a6 |
@@ -4,7 +4,7 @@ COPY . /src
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN npm install && node ./index.js
|
RUN npm install && node ./index.js
|
||||||
|
|
||||||
FROM caddy:2.7.5
|
FROM caddy:2.7.6
|
||||||
|
|
||||||
COPY img /usr/share/caddy/img
|
COPY img /usr/share/caddy/img
|
||||||
COPY css /usr/share/caddy/css
|
COPY css /usr/share/caddy/css
|
||||||
|
|||||||
@@ -64,6 +64,7 @@
|
|||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://www.nycbookstores.org/img/social.jpg"
|
content="https://www.nycbookstores.org/img/social.jpg"
|
||||||
/>
|
/>
|
||||||
|
<link rel="canonical" href="https://www.nycbookstores.org/" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|||||||
42
stores.json
42
stores.json
@@ -1594,5 +1594,47 @@
|
|||||||
"website": "https://www.toposbookstore.com/",
|
"website": "https://www.toposbookstore.com/",
|
||||||
"events": "?",
|
"events": "?",
|
||||||
"cafe": "No"
|
"cafe": "No"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "La Joie de Vivre",
|
||||||
|
"address": "145 W 27th St",
|
||||||
|
"city": "New York",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "10001",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.74632167078788",
|
||||||
|
"long": "-73.99278487079545",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://www.lajoiedevivre.nyc/",
|
||||||
|
"events": "?",
|
||||||
|
"cafe": "?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "The World's Borough Bookshop",
|
||||||
|
"address": "3406 73rd St",
|
||||||
|
"city": "Queens",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "11372",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.752560480822325",
|
||||||
|
"long": "-73.89347162552359",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://www.theworldsboroughbookshop.com/",
|
||||||
|
"events": "Yes",
|
||||||
|
"cafe": "No"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bibliotheque",
|
||||||
|
"address": "54 Mercer St",
|
||||||
|
"city": "New York",
|
||||||
|
"state": "NY",
|
||||||
|
"postcode": "10013",
|
||||||
|
"description": "",
|
||||||
|
"lat": "40.72186506996318",
|
||||||
|
"long": "-74.0008362961281",
|
||||||
|
"country": "USA",
|
||||||
|
"website": "https://www.bibliothequenyc.com/",
|
||||||
|
"events": "No",
|
||||||
|
"cafe": "Yes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user