UNPKG

@hodgef/press-theme

Version:
113 lines 2.87 kB
{ "name": "@hodgef/press-theme", "title": "Press", "version": "3.0.27", "author": "Francisco Hodge", "homepage": "https://github.com/prss-io/press-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" }, "heroTitle": { "type": "string", "description": "Hero title for the page" }, "heroMessage": { "type": "string", "description": "Message that appears under the hero title" }, "heroImageUrl": { "type": "image", "description": "Url for the featured image" }, "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 }