1669 Commits

Author SHA1 Message Date
Lennart Ziburski
eaf4380333 Tweaked header and hero area 2018-02-27 14:08:26 +01:00
Lennart Ziburski
c69e9b47ec Tweaked inline video behaviour 2018-02-27 00:42:32 +01:00
Lennart Ziburski
52ba3232be Inlined Getting Started video 2018-02-27 00:27:12 +01:00
John Vandenberg
03d6b17518 README.md: Add missing whitespace 2018-02-26 13:19:24 -07:00
Lennart Ziburski
65324ecf9f Fixed hero sub header positioning, crooked image 2018-02-26 10:35:39 +01:00
Lennart Ziburski
941cf44017 Layout tweaks, updated illustrations, responsiveness 2018-02-24 01:12:39 +01:00
Shawn Erquhart
0df29a2233
Merge pull request #1133 from netlify/cms/collection-types
Automatically generated. Merged on Netlify CMS.
2018-02-23 12:41:04 -05:00
Shawn Erquhart
697918d503 Update Docs “collection-types” 2018-02-23 12:40:50 -05:00
Caleb
684735311c Fix list items crashing for first fields other than strings. 2018-02-23 10:25:06 -05:00
Caleb
6946faab7d fix allcontribs (#1130) 2018-02-22 14:49:19 -08:00
David Ko
a1023e89a1 remove min-width: desktop query for docs-nav (#1105) 2018-02-22 14:19:23 -08:00
xifengjin88
b4b5846824 added myself as contributor 2018-02-22 11:38:07 -05:00
xifengjin88
03a16dd603 added uniqueId for input field and its cooresponding label 2018-02-22 11:38:07 -05:00
xifengjin88
fa8003e361 updated field id to uniqueId with lodash 2018-02-22 11:38:07 -05:00
Lennart Ziburski
07a76c658a Added JAMstack primer and social buttons 2018-02-22 15:34:06 +01:00
Lennart Ziburski
85cac44d25 Added version numbers to updates, tightened up hero section 2018-02-21 23:51:54 +01:00
Shawn Erquhart
78e5748d25 Release 1.2.2 2018-02-21 17:38:49 -05:00
Shawn Erquhart
cbbf93aad8 remove babel-preset-env 2018-02-21 17:38:05 -05:00
Shawn Erquhart
0a3a3c98e4 Release 1.2.1 2018-02-21 17:06:35 -05:00
Caleb
d10f97f561 Allow different beginning and ending frontmatter delimiters. 2018-02-21 17:01:13 -05:00
Caleb
f97e2d2853 Fix build for Gatsby (WebPack v1).
WebPack version 1, which Gatsby is using, has the Acorn parser set to
parse ES6 and lower. The latest version of WebPack supports parsing up
to ES2017 and lower (webpack/lib/Parser.js), but Gatsby isn't using it.
2018-02-21 16:31:21 -05:00
Kristaps Taube
53f6427a26 Fix blank options in 'Select A Topic' drop-down in mobile browsers (#1124)
* Filter out topics with blank title

* Join as contributer
2018-02-21 13:21:40 -08:00
Lennart Ziburski
cc0ef12aa9 Add “What’s New” section 2018-02-21 20:18:34 +01:00
Lennart Ziburski
e5bcbcc545 Added GitHub star button next to logo 2018-02-21 18:10:35 +01:00
Caleb
f294d39ed4 Fix "Get Started" button on small screens. (#1112) 2018-02-19 11:30:05 -08:00
Pedro Duarte
49894d9fd9 Add label_singular to collection config (#1086) 2018-02-19 09:00:52 -08:00
Antonio Argote
952a6d509f fixes #1090 overcrowded header breaking cta (#1110)
* fix overcrowded header breaking cta

* add self to contributors
2018-02-17 09:00:34 -08:00
Rob Phoenix
b3bccb9943 Remove extra 'the' 2018-02-14 19:41:48 -07:00
Shawn Erquhart
5759bd68c3 Release 1.2.0 2018-02-13 15:52:49 -05:00
Swieckowski
afce6abbc2 Custom delimiters (#1064)
* frontmatter functions now exported as curried constructors

* changed formats.js to accomodate frontmatter.js changes

* can only use custom delimiters if format is specified

* reverting changes

* updated tests to reflect changes

* created tests for custom delimiters

* updated docs to reflect addition of custom delimiter configuration

* formatByExtension no longer takes custom delimiter

* missed some formatByExtension calls

* Edited the docs according to suggestions

* Throws an error if a custom delimiter is set without declaring frontmatter format

* Throws error if custom delimiter set without explicit and proper frontmatter format being declared

* example config file set to proper defaults

* moved frontmatterFormats to formats

* Update .all-contributorsrc

* updated contributions

* Clarify docs
2018-02-08 18:04:42 -07:00
Sagar Khatri
f2d19f241b Create a doc for updating the CMS (#1076) 2018-02-08 12:48:24 +00:00
Sol Park
1d41620509 Add collection label next to search results (#1068)
* add collection name next to title

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* only show collection name when entries are searched

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* add simple design to collection label

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* remove  from higher components. Add props passing down directly from EntryListing

* fix design of collection label to top left corner

* update collection label styling to match workflow
2018-02-07 15:16:20 -07:00
README Bot
e29199003e Add CodeTriage badge to netlify/netlify-cms (#1084)
* Add CodeTriage badge to netlify/netlify-cms
2018-02-07 17:01:59 -05:00
Tim Carry
5b7fead286 Fix DocSearch link alignment (#1080)
Fix DocSearch link alignment
2018-02-07 15:30:56 -05:00
Caleb
27b523c116 Cleanup links in contributor-guide.md (#1081)
* Update contributor-guide.md
2018-02-07 15:28:18 -05:00
Sagar Khatri
e9ec6def04 Mention Gitter channel in the Community section 2018-02-05 10:11:53 -07:00
Sagar Khatri
d48b7cc70c Adding Gitter community link on this page might be helpful. 2018-02-02 20:35:15 -07:00
Caleb
3e4e482840 Fix CTA overflow. 2018-02-02 19:58:13 -07:00
Caleb
756d562c66 Support writing frontmatter in multiple formats (#933)
* Format JSON files.

Currently we store JSON as a single line in files. We should prettify it
like we do the other formats.

* Add output parsers to the frontmatter list.

* Cleanup frontmatter format parser options.

* Support writing frontmatter in TOML and JSON.

Right now we can read TOML or JSON frontmatter by inferring,
but we can only write frontmatter in YAML. This change allows the
frontmatter format to be explicitly set for reading and writing.

* Fix frontmatter formatter.

* Update Frontmatter formatter tests.

* Update frontmatter format docs.
2018-01-29 17:35:36 -05:00
Doocey
61e0b23194 Add myself as a new NetlifyCMS contributor 2018-01-28 18:33:18 -07:00
Doocey
9208b8cfcf Change collapsed arrow direction for lists and editor widgets 2018-01-28 18:33:18 -07:00
Caleb
347fa403c4 Use scaled avatars for website contributors.
Right now we are using full size contributor avatars on the website,
which really slows down the loading. This PR allows us to use avatars
scaled down to the size that we are actually using.
2018-01-27 11:47:08 -07:00
ragasirtahk
60e9d160e7 Adding myself as contributor. 2018-01-27 09:54:57 -05:00
Sagar Khatri
bdd3610303 Update examples.md
I have created a blog on Netlify CMS and created a guide for it. Including links for it.
2018-01-26 08:54:47 -05:00
Caleb
ddbfae6b39 Fix babel-preset-env implementation (#765)
* Add supported browsers list to babel-preset-env.

This was fixed in v7 of babel-preset-env so that you could use the
browserslist directly from package.json. We'll have to wait until Babel
v7 is release, see #702.

* add node 6 to babel-preset-env targets

* Only build for Node during testing.
2018-01-25 16:43:09 -05:00
Shawn Erquhart
19e76479f6 Release 1.1.0 2018-01-25 13:18:26 -05:00
Tony Alves
7053ccd8ec Register Internal and Custom backend API's (#1011)
* allow backend register

* handle multiple backends, including internal
2018-01-25 11:55:13 -05:00
Sumeet Jain
22d8475e36 Adds @sumeetjain to contributors 2018-01-24 11:54:18 -05:00
Sumeet Jain
b272553c7b Corrects docs re: 'relation' widget configuration
Fixes #1042
2018-01-24 11:54:18 -05:00
Luís Miguel
3c21a6a6db Fix relation lists (regression #359) 2018-01-23 16:50:10 -05:00