@hodgef/slate-theme
Version:
Slate Theme for PRSS
101 lines • 2.56 kB
JSON
{
"name": "@hodgef/slate-theme",
"title": "Slate",
"version": "3.0.34",
"author": "Francisco Hodge",
"homepage": "https://github.com/prss-io/slate-theme",
"license": "MIT",
"type": "blog",
"parser": "react",
"siteVars": {
"logoImageUrl": {
"type": "image",
"description": "Path for the site logo"
},
"featuredImageUrl": {
"type": "image",
"description": "Path for the post's featured image"
},
"featuredImageAlt": {
"type": "image",
"description": "Path for the post's alt featured image"
},
"faviconImageUrl": {
"type": "image",
"description": "Path for the site favicon (browser tab icon)"
},
"truncateTitleLength": {
"type": "string",
"description": "Max length for the post's title in article cards"
},
"truncateContentLength": {
"type": "string",
"description": "Max length for the post's content in article cards"
},
"sidebarMenu": {
"type": "string",
"description": "Menu to be used in the page's sidebar"
},
"asideHtml": {
"type": "string",
"description": "HTML to be used in the page's aside section"
},
"sidebarAsideHtml": {
"type": "string",
"description": "HTML to be used in the page's aside section located in the sidebar"
},
"inlineAside": {
"type": "string",
"description": "HTML to be used in the page's inline aside section"
},
"footerCta": {
"type": "string",
"description": "HTML to be used in the footer section"
},
"warningHtml": {
"type": "string",
"description": "HTML to be shown over the content"
},
"contentFooterHtml": {
"type": "string",
"description": "HTML to be shown under the content"
},
"metaDescription": {
"type": "string",
"description": "SEO: Meta description"
},
"metaLocale": {
"type": "string",
"description": "SEO: Meta locale"
},
"metaUrl": {
"type": "string",
"description": "SEO: Meta URL"
},
"metaSiteName": {
"type": "string",
"description": "SEO: Meta Site Name"
},
"metaRobots": {
"type": "string",
"description": "SEO: Meta Robots"
},
"metaTitle": {
"type": "string",
"description": "SEO: Meta Title"
},
"metaImage": {
"type": "string",
"description": "SEO: Meta Image"
}
},
"templates": [
"blog",
"card",
"docs",
"home",
"page",
"post"
],
"isSSR": true
}