-
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathsequoia.json
More file actions
22 lines (22 loc) · 648 Bytes
/
Copy pathsequoia.json
File metadata and controls
22 lines (22 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://tangled.org/stevedylan.dev/sequoia/raw/main/sequoia.schema.json",
"siteUrl": "https://tkdodo.eu",
"contentDir": "./.sequoia/generated/posts",
"outputDir": "./dist",
"pathPrefix": "/blog",
"publicDir": "./public",
"imagesDir": "./public/og-images",
"removeIndexFromSlug": true,
"publicationUri": "at://did:plc:3nqrhu5mthmias3zc4a2ovzj/site.standard.publication/3mmyb25hudm2r",
"pdsUrl": "https://eurosky.social",
"frontmatter": {
"publishDate": "date",
"slugField": "slug",
"coverImage": "ogImage"
},
"publishContent": false,
"bluesky": {
"enabled": false,
"maxAgeDays": 7
}
}