gatsby-theme-advanced
Version:
GatsbyJS theme equipped with advanced features.
35 lines (34 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config = {
// Website configuration
website: {
title: "Gatsby Advanced Starter",
titleShort: "Advanced Blog",
name: "Gatsby Advanced Starter",
description: "A GatsbyJS starter equipped with advanced features.",
language: "en",
logoUrl: "/logos/logo-1024.png",
url: "https://example.com",
rss: "/rss.xml",
rssTitle: "Gatsby Advanced Starter RSS Feed",
copyright: "© Copyright 2021",
themeColor: "#D83850",
backgroundColor: "#F7F7F7", // Used for setting manifest background color.
},
// User configuration
user: undefined,
// Organization information used for SEO
organization: undefined,
// Gatsby Configuration
pathPrefix: "/",
contentDir: undefined,
assetDir: undefined,
embeddedImageWidth: 768,
embeddedVideoWidth: 920,
iconPath: undefined,
iconList: [],
iconCachePaths: undefined,
basePath: undefined, // Base path for mounting pages. Allows for multiple themes to be used in a single website.
};
exports.default = config;