···4141 stripDatePrefix?: boolean; // Remove YYYY-MM-DD- prefix from filenames (Jekyll-style, default: false)
4242 pathTemplate?: string; // URL path template with tokens like {year}/{month}/{day}/{slug} (overrides pathPrefix + slug)
4343 textContentField?: string; // Frontmatter field to use for textContent instead of markdown body
4444+ publishContent?: boolean; // Whether or not to publish the documents content on the standard.site document (default: true)
4445 bluesky?: BlueskyConfig; // Optional Bluesky posting configuration
4546 ui?: UIConfig; // Optional UI components configuration
4647}
+5
sequoia.schema.json
···116116 "type": "string",
117117 "description": "Frontmatter field to use for textContent instead of markdown body"
118118 },
119119+ "publishContent": {
120120+ "type": "boolean",
121121+ "description": "Whether or not to publish the documents content on the standard.site document",
122122+ "default": true
123123+ },
119124 "bluesky": {
120125 "type": "object",
121126 "additionalProperties": false,