-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Guide] Using Netlify CMS with NextJS #2222
Conversation
Preview proposed changes to the CMS demo site in the link below: Built with commit 8453e94 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR submit looking good just needs a spelling correction on line 183 unfortunatly ==> unfortunately
website/content/docs/nextjs.md
Outdated
``` | ||
|
||
Awesome! Netlify CMS should now be available at ```localhost:3000/static/admin/index.html```. | ||
Unfortunatly we can't edit our content just yet. First we need to move our code into a git repository, and create a new Netlify site. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for your feedback! I just fixed the typo 😁
Preview proposed changes to netlifycms.org in the link below: Built with commit 8453e94 |
So pumped to see this @steffenz! @verythorough any chance you'd have time to review this? |
I'm pretty swamped right now, but I'll try to take a look later in the week. |
@steffenz is this still in progress? If it's ready to go, drop the WIP in the title and we'll get this moved forward. |
I think this is pretty much done. I removed the [WIP] tag now. I guess there's always room for improvements, but as a first version I think it's ready to go 😄 |
Agreed, if anyone would still like to review, please open a new issue with change suggestions (or a PR with improvements). Thanks for putting this together @steffenz!! |
Awesome - glad I could help! Thanks for being so helpful and friendly, everybody. Hopefully, I'll find something else I can contribute to further down the road! 😁 Really love the work you do, rock on! |
Summary
Another guide for decaporg/decap-website#6.
I went with a slightly different approach to make this guide as simple as possible to "code along" with. Hopefully, my list of "internet cats" won't offend anybody 😂
I didn't want to depend on any boilerplate code, nor use complex configuration (like remarkable for parsing). I do however understand if you want to do things differently.
This is my first PR ever, so I'm sorry in advance if I messed up somewhere!
I used some of the other guides as inspiration and copied the "Enable Identity and Git Gateway" part directly from the Gatsby documentation.