Fork of Chiri for Astro for my blog
1{
2 "siteUrl": "https://augment.ink",
3 "contentDir": "./src/content/posts",
4 "imagesDir": "./public/assets",
5 "outputDir": "./dist",
6 "pathTemplate": "/{slug}",
7 "publicationUri": "at://did:plc:xgvzy7ni6ig6ievcbls5jaxe/site.standard.publication/3mgfwckliwc2m",
8 "pdsUrl": "https://pds.quillmatiq.com",
9 "frontmatter": {
10 "publishDate": "pubDate",
11 "coverImage": "image"
12 },
13 "bluesky": {
14 "enabled": true
15 },
16 "ui": {
17 "components": "src/components/widgets"
18 }
19}