diff --git a/website/config/variables.js b/website/config/variables.js index f349585f..1e94420a 100644 --- a/website/config/variables.js +++ b/website/config/variables.js @@ -9,11 +9,12 @@ module.exports = { lightishGrey: '#51555D', grey: '#313D3E', darkGrey: '#2F3132', - darkerGrey: '#1C1E1E', - blueGrey: '#9AA1AE', + darkerGrey: '#1E1F21', + blueGrey: '#BCC2CE', lightGreen: '#97bf2f', green: '#C9FA4B', darkGreen: '#7CA511', + darkerGreen: '#628013', shadeBlue: '#EFF0F4', blue: '#3A69C7', diff --git a/website/site/data/global.yaml b/website/site/data/global.yaml index 58255cc0..4313f631 100644 --- a/website/site/data/global.yaml +++ b/website/site/data/global.yaml @@ -1,13 +1,8 @@ --- footer: - hook: | - Host faster. - Manage easier. - Smile bigger. - headline: "Netlify is your one-stop web dev solution." - body: "Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibu." - cta: - secondarycta: - copy: "Try it now FREE" - link: "/intro" + buttons: + - name: "Twitter" + url: "https://twitter.com/netlifycms" + - name: "GitHub" + url: "https://github.com/netlify/netlify-cms" --- diff --git a/website/site/data/landing.yaml b/website/site/data/landing.yaml index 00309950..c5f1395b 100644 --- a/website/site/data/landing.yaml +++ b/website/site/data/landing.yaml @@ -21,17 +21,19 @@ editors: 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: "/img/screenshot-editor.png" + imgpath: "/img/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: "/img/screenshot-editorial.png" - - feature: "Instant access, without a GitHub account" + imgpath: "/img/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: "/img/screenshot-identity.png" + imgpath: "/img/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" diff --git a/website/site/data/updates.yml b/website/site/data/updates.yml new file mode 100644 index 00000000..ea886120 --- /dev/null +++ b/website/site/data/updates.yml @@ -0,0 +1,37 @@ +updates: + - date: 2018-02-21 + version: '1.2.2' + description: Fixes ES5 transpiling. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.2.2' + - date: 2018-02-21 + version: '1.2.1' + description: Allows label_singular config for collections and lists and distinct frontmatter delimiters. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.2.1' + - date: 2018-02-13 + version: '1.2' + description: Adds support for multiple frontmatter formats and custom delimiters, UI improvements. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.2.0' + - date: 2018-01-25 + version: '1.1' + description: You can now register external backends and we improved metadata handling. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0' + - date: 2018-01-23 + version: '1.0.4' + description: Fixes various UI bugs and adds expand / collapse functionality to the object widget. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.0.4' + - date: 2018-12-19 + version: '1.0.3' + description: Small bug fix release. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.0.3' + - date: 2018-12-07 + version: '1.0.2' + description: Small bug fix release. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.0.2' + - date: 2018-12-07 + version: '1.0.1' + description: Small bug fix release. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.0.1' + - date: 2018-12-07 + version: '1.0.0' + description: The first major release of Netlify CMS with an all-new UI, revamped documentation and much more. + url: 'https://github.com/netlify/netlify-cms/releases/tag/1.0.0' diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html index 59bba34c..50734057 100755 --- a/website/site/layouts/index.html +++ b/website/site/layouts/index.html @@ -7,6 +7,7 @@
{{ .description | markdownify }}
+{{ .description | markdownify }}
+