convert website from hugo to gatsby (#1369)
This commit is contained in:
committed by
Shawn Erquhart
parent
d6c03707d8
commit
04c44518b2
0
website/data/.keep
Executable file
0
website/data/.keep
Executable file
11
website/data/docs.yml
Normal file
11
website/data/docs.yml
Normal 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
6
website/data/global.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
footer:
|
||||
buttons:
|
||||
- name: "Twitter"
|
||||
url: "https://twitter.com/netlifycms"
|
||||
- name: "GitHub"
|
||||
url: "https://github.com/netlify/netlify-cms"
|
41
website/data/landing.yaml
Normal file
41
website/data/landing.yaml
Normal file
@ -0,0 +1,41 @@
|
||||
hero:
|
||||
headline: "Open source content management for your Git workflow"
|
||||
subhead: "Use Netlify 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: "Netlify 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 that’s 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/authentication-backends/#git-gateway-with-netlify-identity), you can add CMS access for any team member — even if they don’t have a GitHub account. "
|
||||
imgpath: "feature-access.svg"
|
||||
|
||||
community:
|
||||
hook: "Supported by a growing community"
|
||||
features:
|
||||
- feature: "Built on the JAMstack"
|
||||
description: "Netlify 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 with help from the community on [Gitter](https://gitter.im/netlify/NetlifyCMS)."
|
||||
- feature: "A community-driven project you can help evolve"
|
||||
description: "Netlify CMS is built by a community of more than 100 contributors — and you can help. Join our [bi-weekly planning sessions](/community) or read the [contributing guide](/docs/contributor-guide) to join in."
|
||||
contributors: "Made possible by awesome contributors"
|
||||
|
22
website/data/notifications.yml
Normal file
22
website/data/notifications.yml
Normal file
@ -0,0 +1,22 @@
|
||||
notifications:
|
||||
- loud: true
|
||||
message: >-
|
||||
Register to join us online for our next community dev meeting, every other
|
||||
Wednesday at 9am-10am PT!
|
||||
published: false
|
||||
title: Netlify CMS Development Planning Sessions Promo
|
||||
url: >-
|
||||
https://www.eventbrite.com/e/netlify-cms-planning-session-bi-weekly-tickets-35794058994
|
||||
- loud: true
|
||||
message: >-
|
||||
We have a community on Gitter - join now to ask questions and discuss the
|
||||
project with other devs!
|
||||
published: false
|
||||
title: Gitter shoutout
|
||||
url: 'https://gitter.im/netlify/netlifycms'
|
||||
- loud: true
|
||||
message: >-
|
||||
Netlify CMS now supports GitLab!
|
||||
published: true
|
||||
title: GitLab announcement
|
||||
url: '/blog/2018/06/netlify-cms-now-supports-gitlab-as-a-backend/'
|
104
website/data/updates.yml
Normal file
104
website/data/updates.yml
Normal file
@ -0,0 +1,104 @@
|
||||
updates:
|
||||
- date: '2018-07-21'
|
||||
description: Fix multipart extension support for GitLab
|
||||
version: 1.9.4
|
||||
- date: '2018-07-03'
|
||||
description: Fix numbers in TOML output.
|
||||
version: 1.9.3
|
||||
- date: '2018-06-15'
|
||||
description: Fix test-repo crash.
|
||||
version: 1.9.2
|
||||
- date: '2018-06-14'
|
||||
description: Fix GitLab Implicit OAuth
|
||||
version: 1.9.1
|
||||
- date: '2018-06-12'
|
||||
description: "GitLab support is here!!! \U0001F389\U0001F389\U0001F389"
|
||||
version: 1.9.0
|
||||
- date: '2018-05-25'
|
||||
description: Fix markdown widget styling.
|
||||
version: 1.8.4
|
||||
- date: '2018-05-25'
|
||||
description: Dependency updates.
|
||||
version: 1.8.3
|
||||
- date: '2018-05-24'
|
||||
description: Fix failure to save/publish.
|
||||
version: 1.8.2
|
||||
- date: '2018-05-23'
|
||||
description: >-
|
||||
Allow upload of files larger than 1MB to GitHub, prevent unintentional
|
||||
file overwrites.
|
||||
version: 1.8.1
|
||||
- date: '2018-05-16'
|
||||
description: >-
|
||||
Customizable relation widget display fields, squash merges for editorial
|
||||
workflow, perf improvements.
|
||||
version: 1.8.0
|
||||
- date: '2018-04-24'
|
||||
description: 'Allow custom auth endpoint, bug fixes.'
|
||||
version: 1.7.0
|
||||
- date: '2018-04-19'
|
||||
description: ' Markdown toolbar customization, manual date widget entry, bug fixes.'
|
||||
version: 1.6.0
|
||||
- date: '2018-04-11'
|
||||
description: 'New time based slug placeholders, set config.yml URL with <link>.'
|
||||
version: 1.5.0
|
||||
- date: '2018-03-29'
|
||||
description: 'More control over filenames, lots of bugfixes, and new beta features!'
|
||||
version: 1.4.0
|
||||
- date: '2018-03-06'
|
||||
description: Fixes styling issues
|
||||
version: 1.3.5
|
||||
- date: '2018-03-06'
|
||||
description: Fixes editorial workflow entry failure.
|
||||
version: 1.3.4
|
||||
- date: '2018-03-06'
|
||||
description: Fixes load failure
|
||||
version: 1.3.3
|
||||
- date: '2018-03-06'
|
||||
description: >-
|
||||
Fixes date widget default format, collection load failure when entry
|
||||
fails.
|
||||
version: 1.3.2
|
||||
- date: '2018-03-03'
|
||||
description: Fixes editorial workflow failure for unknown collections.
|
||||
version: 1.3.1
|
||||
- date: '2018-02-27'
|
||||
description: >-
|
||||
Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and
|
||||
bugfixes.
|
||||
version: 1.3.0
|
||||
- date: '2018-02-21'
|
||||
description: Fixes ES5 transpiling.
|
||||
version: 1.2.2
|
||||
- date: '2018-02-21'
|
||||
description: >-
|
||||
Allows label_singular config for collections and lists and distinct
|
||||
frontmatter delimiters.
|
||||
version: 1.2.1
|
||||
- date: '2018-02-13'
|
||||
description: >-
|
||||
Adds support for multiple frontmatter formats and custom delimiters, UI
|
||||
improvements.
|
||||
version: '1.2'
|
||||
- date: '2018-01-25'
|
||||
description: You can now register external backends and we improved metadata handling.
|
||||
version: '1.1'
|
||||
- date: '2018-01-23'
|
||||
description: >-
|
||||
Fixes various UI bugs and adds expand / collapse functionality to the
|
||||
object widget.
|
||||
version: 1.0.4
|
||||
- date: '2018-12-19'
|
||||
description: Small bug fix release.
|
||||
version: 1.0.3
|
||||
- date: '2018-12-07'
|
||||
description: Small bug fix release.
|
||||
version: 1.0.2
|
||||
- date: '2018-12-07'
|
||||
description: Small bug fix release.
|
||||
version: 1.0.1
|
||||
- date: '2018-12-07'
|
||||
description: >-
|
||||
The first major release of Netlify CMS with an all-new UI, revamped
|
||||
documentation and much more.
|
||||
version: 1.0.0
|
Reference in New Issue
Block a user