UNPKG

@prss/vantage-theme

Version:
113 lines 2.93 kB
{ "name": "@prss/vantage-theme", "title": "Vantage", "version": "1.4.2", "author": "Francisco Hodge", "homepage": "https://github.com/prss-io/vantage-theme", "license": "MIT", "type": "blog", "parser": "react", "siteVars": { "defaultTheme": { "type": "string", "description": "\"light\" or \"dark\" theme to be used by default" }, "disableThemeSwitcher": { "type": "string", "description": "Set to \"true\" to disable the theme switcher" }, "featuredImageUrl": { "type": "image", "description": "Path for the post's featured image" }, "featuredImageAlt": { "type": "image", "description": "Path for the post's alt featured image" }, "docsImageUrl": { "type": "image", "description": "Image to display instead of the title in documentation pages" }, "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", "blog2", "card", "docs", "home", "page", "post", "post2" ], "isSSR": true, "combinedCSS": true, "clientScript": true }