chore: added publishing 429b215b
Steve · 2026-01-30 14:38 5 file(s) · +18 −0
docs/.gitignore +2 −0
1 1
.wrangler
2 +
3 +
.sequoia-state.json
docs/docs/pages/blog/introducing-sequoia.mdx +1 −0
2 2
layout: minimal
3 3
title: "Introducing Sequoia: Publishing for the Open Web"
4 4
date: 2026-01-30
5 +
atUri: "at://did:plc:kq6bvkw4sxof3vdinuitehn5/site.standard.document/3mdnztyhoem2v"
5 6
---
6 7
 
7 8
# Introducing Sequoia: Publishing for the Open Web
docs/docs/public/.well-known/.gitkeep (added) +0 −0

Binary file — no preview.

docs/docs/public/.well-known/site.standard.publication (added) +1 −0
1 +
at://did:plc:kq6bvkw4sxof3vdinuitehn5/site.standard.publication/3mdnzt4rqr42v
docs/sequoia.json (added) +14 −0
1 +
{
2 +
	"siteUrl": "https://sequoia.pub",
3 +
	"contentDir": "docs/pages/blog",
4 +
	"imagesDir": "docs/public",
5 +
	"publicDir": "docs/public",
6 +
	"outputDir": "docs/dist",
7 +
	"pathPrefix": "/blog",
8 +
	"publicationUri": "at://did:plc:kq6bvkw4sxof3vdinuitehn5/site.standard.publication/3mdnzt4rqr42v",
9 +
	"pdsUrl": "https://andromeda.social",
10 +
	"frontmatter": {
11 +
		"publishDate": "date"
12 +
	},
13 +
	"ignore": ["index.mdx"]
14 +
}