Feature/rebrand ()

This commit is contained in:
Daniel Lautzenheiser
2022-10-02 20:06:20 -04:00
committed by GitHub
parent 11a684f372
commit 8a59f850d1
117 changed files with 2398 additions and 2272 deletions
.eslintrc.jsCODE_OF_CONDUCT.mdCONTRIBUTING.mdREADME.mdbabel.config.js
dev-test
index.d.tspackage.jsonsimple-cms-logo.png
src
tsconfig.jsonwebpack.config.js
website

@ -7,18 +7,18 @@ const staticConfig = yaml.load(fs.readFileSync('./site.yml', 'utf8'));
module.exports = {
siteMetadata: {
title: 'Simple CMS | Open-Source Content Management System',
title: 'Static CMS | Open-Source Content Management System',
description: 'Open source content management for your Git workflow',
siteUrl: pkg.homepage,
menu: staticConfig.menu,
},
pathPrefix: `/simple-cms`,
pathPrefix: `/static-cms`,
plugins: [
{
resolve: 'gatsby-plugin-manifest',
options: {
name: 'SimpleCMS',
short_name: 'SimpleCMS',
name: 'StaticCms',
short_name: 'StaticCms',
start_url: '/',
background_color: '#ffffff',
theme_color: '#ffffff',