Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sequoia initial setup

+18
+2
.gitignore
··· 28 28 .netlify/ 29 29 30 30 *.tsbuildinfo 31 + 32 + .sequoia-state.json
public/.well-known/.gitkeep

This is a binary file and will not be displayed.

+1
public/.well-known/site.standard.publication
··· 1 + at://did:plc:xgvzy7ni6ig6ievcbls5jaxe/site.standard.publication/3mgfwckliwc2m
+15
sequoia.json
··· 1 + { 2 + "siteUrl": "https://augment.ink", 3 + "contentDir": "./src/content/posts", 4 + "imagesDir": "./public/assets", 5 + "outputDir": "./dist", 6 + "publicationUri": "at://did:plc:xgvzy7ni6ig6ievcbls5jaxe/site.standard.publication/3mgfwckliwc2m", 7 + "pdsUrl": "https://pds.quillmatiq.com", 8 + "frontmatter": { 9 + "publishDate": "pubDate", 10 + "coverImage": "image" 11 + }, 12 + "bluesky": { 13 + "enabled": true 14 + } 15 + }