Feature/rebrand (#27)

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

View File

@ -1,7 +1,7 @@
{
"name": "simple-cms-site",
"name": "static-cms-site",
"version": "1.0.0",
"description": "Simple CMS documentation website built with Gatsby",
"description": "Static CMS documentation website built with Gatsby",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths && rm -rf dist && mv public dist",
@ -9,7 +9,7 @@
"reset": "rm -rf .cache"
},
"author": "",
"homepage": "https://www.simplecms.github.io/simple-cms/",
"homepage": "https://www.staticjscms.github.io/static-cms/",
"license": "MIT",
"dependencies": {
"@emotion/cache": "^10.0.29",