Feature/rebrand (#27)
This commit is contained in:
committed by
GitHub
parent
11a684f372
commit
8a59f850d1
.eslintrc.jsCODE_OF_CONDUCT.mdCONTRIBUTING.mdREADME.mdbabel.config.jsbootstrap.jstsconfig.jsonwebpack.config.js
dev-test
index.d.tspackage.jsonsimple-cms-logo.pngsrc
actions
backend.tsbackends
azure
bitbucket
git-gateway
github
gitlab
proxy
test
components/UI
editor-components/image
lib
media-libraries
reducers
ui
widgets
website
README.md
content
blog
docs
add-to-your-site.mdarchitecture.mdazure-backend.mdbackends-overview.mdbeta-features.mdbitbucket-backend.mdcloudinary.mdcollection-types.mdconfiguration-options.mdcontributor-guide.mdcustom-widgets.mdcustomization.mddocusaurus.mdexamples.mdgatsby.mdgit-gateway-backend.mdgithub-backend.mdgitlab-backend.mdgridsome.mdhugo.mdintro.mdjekyll.mdmiddleman.mdnetlify-large-media.mdnextjs.mdnuxt.mdreleases.mdsite-generator-overview.mdstart-with-a-template.mdtest-backend.mduploadcare.mdwidgets.md
widgets
writing-style-guide.mdpages
data
gatsby-config.jspackage.jsonsite.ymlsrc
static
@ -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',
|
||||
|
Reference in New Issue
Block a user