refactor: rename website to docs

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:49:54 -05:00
parent 08e1b60297
commit a5481aaece
177 changed files with 2 additions and 2 deletions

30
docs/content/config.json Normal file
View File

@ -0,0 +1,30 @@
{
"base_url": "https://static-cms.netlify.app/",
"repo_url": "https://github.com/StaticJsCMS/static-cms",
"site_title": "Static CMS | Open Source Content Management System",
"site_description": "Open source content management for your Git workflow. Use Static CMS with any static site generator for a faster and more flexible web project.",
"site_image": "/static-cms-logo.svg",
"site_keywords": ["static", "cms", "staticcms", "netlify"],
"footer": {
"buttons": [
{
"text": "Twitter",
"url": "https://twitter.com/StaticJsCMS"
},
{
"text": "GitHub",
"url": "https://github.com/StaticJsCMS/static-cms"
}
],
"links": [
{
"text": "Distributed under MIT License",
"url": "https://github.com/StaticJsCMS/static-cms/blob/main/LICENSE"
},
{
"text": "Code of Conduct",
"url": "https://github.com/StaticJsCMS/static-cms/blob/main/CODE_OF_CONDUCT.md"
}
]
}
}