Feature/rebrand (#3)

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 06:13:47 -06:00
committed by GitHub
parent 213e51c52d
commit 8acda23acc
416 changed files with 2818 additions and 8793 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Netlify CMS Development Test</title>
<title>Simple CMS Development Test</title>
<script>
window.repoFiles = {
_posts: {
@ -21,8 +21,8 @@
}
},
_faqs: {
"what-is-netlify-cms.md": {
content: "---\ntitle: What is netlify CMS?\ndate: 2015-11-02T00:00.000Z\n---\n\n# Netlify CMS is Content Manager for Static Site Generators\n\nStatic sites are many times faster, cheaper and safer and traditional dynamic websites.\n\nModern static site generators like Jekyll, Middleman, Roots or Hugo are powerful publishing and development systems, but when we build sites for non-technical users, we need a layer on top of them.\n\nNetlify CMS is there to let your marketing team push new content to your public site, or to let technical writers work on your documentation.\n\nNetlify CMS integrates with Git and turns normal content editors into git comitters.\n\n"
"what-is-simple-cms.md": {
content: "---\ntitle: What is simple CMS?\ndate: 2015-11-02T00:00.000Z\n---\n\n# Simple CMS is Content Manager for Static Site Generators\n\nStatic sites are many times faster, cheaper and safer and traditional dynamic websites.\n\nModern static site generators like Jekyll, Middleman, Roots or Hugo are powerful publishing and development systems, but when we build sites for non-technical users, we need a layer on top of them.\n\nSimple CMS is there to let your marketing team push new content to your public site, or to let technical writers work on your documentation.\n\nSimple CMS integrates with Git and turns normal content editors into git comitters.\n\n"
},
"what-is-jam-stack.md": {
content: "---\ntitle: What is the “JAM Stack”?\ndate: 2015-11-02T00:00.000Z\n---\n\n# The JAM stack is a new way of building websites and apps that are fast, secure and simple to work with.\n\nJAM stands for JavaScript, APIs and Markup. It's the fastest growing new stack for building websites and apps: no more servers, host all your front-end on a CDN and use APIs for any moving parts.\n\n"
@ -111,7 +111,7 @@
</script>
</head>
<body>
<script src="dist/netlify-cms-core.js"></script>
<script src="./simple-cms-core.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>