Feature/website (#5)

* Add basic website
* Add website deploy action
This commit is contained in:
Daniel Lautzenheiser
2022-09-30 08:59:03 -06:00
committed by GitHub
parent de040e6727
commit 27659baca6
150 changed files with 20752 additions and 7 deletions

0
website/data/.keep Normal file
View File

11
website/data/docs.yml Normal file
View File

@ -0,0 +1,11 @@
styleoverrides: '/docs.css'
headline: Netlify builds, deploys, and hosts your front end.
bottomcta:
hook: Want to get started quick?
btns:
- type: primary
btntext: View our Templates
linksto: https://app.netlify.com/signup/templates
- type: secondary
btntext: Read our Tutorials
linksto: /tags/tutorial/

6
website/data/global.yaml Normal file
View File

@ -0,0 +1,6 @@
footer:
buttons:
- name: "Twitter"
url: "https://twitter.com/SimpleCMSOrg"
- name: "GitHub"
url: "https://github.com/SimpleCMS/simple-cms"

41
website/data/landing.yaml Normal file
View File

@ -0,0 +1,41 @@
hero:
headline: "Open source content management for your Git workflow"
subhead: "Use Simple CMS with any static site generator for a faster and more flexible web project"
devfeatures:
- feature: "Static + content management = ♥"
description: "Get the speed, security, and scalability of a static site, while still providing a convenient editing interface for content."
- feature: "An integrated part of your Git workflow"
description: "Content is stored in your Git repository alongside your code for easier versioning, multi-channel publishing, and the option to handle content updates directly in Git."
- feature: "An extensible CMS built on React"
description: "Simple CMS is built as a single-page React app. Create custom-styled previews, UI widgets, and editor plugins or add backends to support different Git platform APIs."
cta:
primaryhook: "Getting started is simple and free."
primary: "Choose a template thats pre-configured with a static site generator and deploys to a global CDN in one click."
button: "[Get started](/docs/start-with-a-template/)"
editors:
hook: "A CMS that developers and content editors can agree on"
intro: "You get to implement modern front end tools to deliver a faster, safer, and more scalable site. Editors get a friendly UI and intuitive workflow that meets their content management requirements."
features:
- feature: "Editor-friendly user interface"
description: "The web-based app includes rich-text editing, real-time preview, and drag-and-drop media uploads."
imgpath: "feature-editor.svg"
- feature: "Intuitive workflow for content teams"
description: "Writers and editors can easily manage content from draft to review to publish across any number of custom content types."
imgpath: "feature-workflow.svg"
- feature: "Instant access without GitHub account"
description: "With [Git Gateway](/docs/git-gateway-backend/#git-gateway-with-netlify-identity), you can add CMS access for any team member — even if they dont have a GitHub account. "
imgpath: "feature-access.svg"
community:
hook: "Supported by a growing community"
features:
- feature: "Built on the Jamstack"
description: "Simple CMS is based on client-side JavaScript, reusable APIs and prebuilt Markup. Compared to server-side CMS like WordPress, this means better performance, higher security, lower cost of scaling, and a better developer experience. You can learn more about the Jamstack on [jamstack.org](https://jamstack.org)."
- feature: "Support when you need it"
description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems in our [community chat](https://netlifycms.org/chat)."
- feature: "A community-driven project you can help evolve"
description: "Simple CMS is built by a community of more than 100 contributors — and you can help. Read the [contributing guide](/docs/contributor-guide) to join in."
contributors: "Made possible by awesome contributors"

View File

@ -0,0 +1,7 @@
notifications:
- loud: true
message: We have a community chat - join now to ask questions and discuss the
project with other devs!
published: false
title: Chat shoutout
url: https://netlifycms.org/chat

5
website/data/updates.yml Normal file
View File

@ -0,0 +1,5 @@
updates:
- date: 2022-10-30T00:00:00.000Z
version: 1.0.0
description: The first major release of Simple CMS with an all-new UI, revamped
documentation and much more.