38 Commits

Author SHA1 Message Date
67df713d7c fix(deps): update gatsby monorepo (#4445)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-12 13:06:34 +03:00
c7bac695aa chore(deps): update dependency markdownlint-cli to ^0.24.0 (#4403)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-05 12:43:01 +03:00
ff24789800 chore(deps): update gatsby monorepo (#4405)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-05 11:37:28 +03:00
2129887b73 fix(deps): update gatsby monorepo (#4381)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-28 12:22:04 +03:00
b0f1635981 fix(deps): update gatsby monorepo (#4341)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-21 13:45:39 +03:00
e0491a5213 fix(deps): update gatsby monorepo (#4304)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-14 10:30:16 +03:00
3d49277844 fix(deps): update gatsby monorepo (#4268)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-07 11:02:03 +03:00
3ce07c482c fix(deps): update emotion monorepo (#4192)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 13:16:26 +03:00
bd74ba6e70 fix(deps): update gatsby monorepo (#4161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-17 13:21:23 +03:00
7de49cdb48 build(deps): bump prismjs from 1.20.0 to 1.21.0 in /website (#4125)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-09 15:03:59 +03:00
022667100e fix(deps): update dependency gatsby to v2.24.23 (#4108)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-03 12:37:33 +03:00
9e4cb1181e docs: fix indentation of code blocks in lists (#4091) 2020-07-28 20:00:28 +03:00
04ccb56e66 fix(deps): update gatsby monorepo (#4081)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-27 13:32:55 +03:00
126b86cdc4 chore(deps): lock file maintenance (#3988) 2020-07-06 13:22:17 +03:00
ba2b0e1e7c fix(deps): update gatsby monorepo (#3940)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-22 10:34:26 +03:00
2e830f6563 chore(deps): update gatsby monorepo (#3732)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-11 14:57:53 +03:00
df1c27073b chore(deps): lock file maintenance (#3636) 2020-04-20 10:15:49 +03:00
e3eb44ad77 fix(deps): update gatsby monorepo (#3502)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-30 09:40:07 +03:00
e0fa93b37b chore(deps): update yarn & node versions on Netlify builds (#3446) 2020-03-20 14:50:27 +02:00
414218c1ee chore(deps): update dependecies (#3341) 2020-02-28 11:40:18 +01:00
783440e370 chore: use cms w/ open authoring for site edits (#3287) 2020-02-19 16:55:10 -05:00
68dd3c1de7 fix(www-website): fix link to community, fix CMS previews (#3189) 2020-02-04 09:16:48 +02:00
3d474b1944 docs: convert website from postcss to emotion (#2068) 2020-01-23 21:55:17 -05:00
6b83a706a3 chore: switch chat links to slack (#2782) 2019-10-22 20:59:04 -04:00
9a3c9d2ffb chore(deps): bump lodash from 4.17.11 to 4.17.13 in /website (#2449)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-18 16:45:32 -04:00
f331cbb0c2 chore: remove website unused eslint (sec alert) (#2404) 2019-06-24 19:32:25 -04:00
82cc7941cc feat: provide usable UMD builds for all packages (#2141) 2019-03-16 18:44:29 -04:00
d538554c88 chore: update website linting rules (#1659) 2018-11-02 11:52:01 -04:00
7285e0c530 website: fix GitHub stars (#1849) 2018-11-02 11:27:17 -04:00
6e453b3f08 docs: make widget docs editable (#1782)
* make widget docs editable

* update widget doc frontmatter keys

* improve docs preview

* fix formatting

* fix preview

* add prism highlighting for previews

* fix formatting

* restore cms branch
2018-10-01 20:00:57 -04:00
afe13b1bab docs: add twitter metadata tags (#1732) 2018-09-07 16:05:16 -04:00
4fadf3fdb6 chore: add website preview templates (#1716) 2018-09-06 14:44:58 -04:00
f58db5fb08 docs: migrate website to Gatsby v2 (#1623)
* website: initial conversion to gatsby v2

* fix unexpected history use warning

* use commonjs only to fix gatsby error

* fix gatsby import error with sidecar

* remove unused postcss-colour-functions

* remove unused prop

* lowercase layout filename import to match actual file

* chore(lint): format code
2018-08-23 15:58:38 -06:00
b79c042e9e chore(e2e): add cypress integration test of editorial workflow (#1573) 2018-08-03 19:23:43 -04:00
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00
5d94af8e7c Use Hugo page bundles. 2018-03-29 17:04:47 -04:00
b4ad94e7e2 Make contributor data available to hugo 2017-12-06 17:09:29 -08:00
155f40e5e4 Migrate netlify-cms-www site into this repo (#860)
* Add frontmatter to docs files (prep to move)

* Move docs into position for website migration

* Migrate website from netlify-cms-www

Some modifications, including most of the changes in https://github.com/netlify/netlify-cms-www/pull/58 (previously reverted).

Also updated the readme and added hugo-bin for quicker onboarding of new docs contributors.

* Remove netlify.toml

This allows separate build commands for cms-demo and netlifycms.org.

* Remove website/netlify.toml

May re-add later, but it's not doing anything for now.

* Remove unused content file
2017-12-04 16:42:20 -08:00