Netlify CMS

  Рет қаралды 55,406

Chris Stayte

Chris Stayte

Күн бұрын

Пікірлер: 104
@Stevenchustudio
@Stevenchustudio 6 жыл бұрын
05:20 - 1: Go in to your static/ folder, and create a new folder called admin/ 05:50 - 2: In the same admin/ folder, create a second file called config.yml 10:15 - Netlify CMS - walkthrough of templating your model.
@dbibbyma
@dbibbyma 4 жыл бұрын
Dude, nice! I stumbled on Netlify CMS and wanted to see a quick no-nonsense setup. Your video was it.
@ChrisStayte
@ChrisStayte 4 жыл бұрын
Glad it was helpful!
@mvpro2k8
@mvpro2k8 6 жыл бұрын
It is not Netli - FI. It is Netli -FAI
@CandyMoney1000
@CandyMoney1000 3 жыл бұрын
Haha
@sanketss84
@sanketss84 6 жыл бұрын
this whole hugo netlify and netlify cms series has been super helpful and exactly what i was looking for
@EntendyVideos
@EntendyVideos 4 жыл бұрын
Thank you for actually showing the collections in config.yml. So many other tutorials don't bother with custom fields.
@AlexinOslo
@AlexinOslo 2 жыл бұрын
Is it possible to create the scroll down style website with Netlify CMS? The examples I seen were the classic style vs. scroll down. We have a crypto NFT project that requires the modern scroll down style. Any suggestions on what works best on Netlify?
@TimBradleyFromOz
@TimBradleyFromOz 6 жыл бұрын
Now Netlify CMS also supports Gitlab
@vidafuku
@vidafuku 6 жыл бұрын
Thanks for the great tutorial! Now Hugo sites can be managed by non-techy clients with the gui.
@nicolessay1084
@nicolessay1084 2 жыл бұрын
Thanks, this is such a good and concise video, but also makes things easy to understand :)
@alfredochola5971
@alfredochola5971 3 жыл бұрын
Awesome tutorial. Thanks alot man. Bravo
@ralfderijcke
@ralfderijcke 4 жыл бұрын
Clear and simple explained, thanks!
@techrm4940
@techrm4940 6 жыл бұрын
Nice video ! Keep up the good work from France
@eldyko
@eldyko 5 жыл бұрын
lol Net-liffy. That's funny. Thanks for the video man!
@pexeixv
@pexeixv 3 жыл бұрын
Is there a method to have the data stored in one JSON file rather than several MD files? I trying to make something that is NOT a blog, but it is resulting in MD files that contain only front-matter and no actual Markdown. So I think JSON might be a better option.
@ChrisStayte
@ChrisStayte 3 жыл бұрын
If you create a custom theme you can totally do This. Requires just a bit of thinking and planning.
@kevlarkode
@kevlarkode 3 жыл бұрын
The admin page is not at all resposive, is there a way to customize it using your own CSS ?
@stevenaguilera9202
@stevenaguilera9202 4 жыл бұрын
Question 1: Hugo (or any other SSG) is needed to be installed on your Netlify host BEFORE adding Netlify CMS (as Netlify CMS only adds a front-end UI), correct ? Question 2: Since I am on a Chromebook, is there anyway I can install Hugo onto Netlify without going into a PC/Mac command line ? I couldn't just download the Hugo files and upload them to my Github account and link it to my Netlify account ?
@IvanferreroIt
@IvanferreroIt 4 жыл бұрын
Steven Aguilera same here: I’m on iPad only
@teamkhaleesi3956
@teamkhaleesi3956 2 жыл бұрын
I don't quite understand. Do I have two index.html files?
@awokoyadaniel7779
@awokoyadaniel7779 4 жыл бұрын
Hi Chris, I am trying to create this for a page not a blog page. Tried what is on the documentation: i.e the file category. But I am still having issues. Not working
@jordanbienvenue4019
@jordanbienvenue4019 6 жыл бұрын
Hello , What about using Multilanguage (French page & english page) through Hugo and netlify... noting that we must have an interface entry for French language and another one for the english.
@henrivalencia8910
@henrivalencia8910 4 жыл бұрын
is there a way to import the fields? like in 15:34 the fields were repeated several times? is there a way so that we can use reuse these fields. BTW. Thank you for the tutorial.
@ChrisStayte
@ChrisStayte 4 жыл бұрын
I just copy and paste them. I don't know of a way to automatically set them up!
@vishnudileesh1243
@vishnudileesh1243 6 жыл бұрын
Thanks Chris, very helpful video
@ShakeelAhmed-nh5ed
@ShakeelAhmed-nh5ed 4 жыл бұрын
Hi Sir, i am working on NEXT plus NETLITFY CMS , but i am not able to edit my posts or any collection via PHONE (iphone 6) in a proper way , i think people having large screen might be able to edit in a comfortable manner
@jordihoven2349
@jordihoven2349 5 жыл бұрын
Is it possible to bring your own custom code, then add NetlifyCMS for a blog page? If yes, can you by any chance help me out with a quick chat?
@ChrisStayte
@ChrisStayte 5 жыл бұрын
Let’s talk, DM me on Instagram
@yousafnadeem5458
@yousafnadeem5458 4 жыл бұрын
Hi, I want to add Post Publish Date and Post Update Date in my front matter, how can i make CMS to update the date whenever post gets updated! I hope you get my point. Please reply!
@blackrugal
@blackrugal 3 жыл бұрын
Awesome content!
@ChrisStayte
@ChrisStayte 3 жыл бұрын
Thanks!
@vinoverde74
@vinoverde74 6 жыл бұрын
Thanks for this tutorial. Its super helpful. I have one question. In the netlifycms configuration guide they say: When a user logs in with the Netlify Identity widget, they will be directed to the site homepage with an access token. In order to complete the login and get back to the CMS, we’ll need to redirect the user back to the /admin/ path. And they give a script to be pasted before the closing body tag of your site’s main index page. Which is the site's main index page? Any pointers will be much appreciated. Thanks!
@toanytwo
@toanytwo 6 жыл бұрын
first widget script goes to : 1. static/admin/index.html (this is the one created in the beginning of the video. 2. themes/layouts/index.html (this is "partial" or "include" template. Insert two widget to the right spot.)
@FactsExploreHQ
@FactsExploreHQ 4 жыл бұрын
Hi, I have a question, can I add Netlify CMS to a site hosted on Heroku. Does it has to be deployed on netlify to use netlify CMS?
@ChrisStayte
@ChrisStayte 4 жыл бұрын
I believe it does. I am not 100% on that!
@toanytwo
@toanytwo 5 жыл бұрын
Do you need to manually trigger a deploy at Netlify after adding a post through NelifyCMS? Continuous deployment on Netlify seems not working for me.
@ChrisStayte
@ChrisStayte 5 жыл бұрын
You should not. Do you have draft turned on?
@toanytwo
@toanytwo 5 жыл бұрын
​@@ChrisStayte I don't know why but auto publishing option from Netlify's deployment setting was off. Thanks,
@pataco80
@pataco80 5 жыл бұрын
Hello, I would like to know how you could configure the netlify-cms backend? I made an installation with Gatsby and his starter template. When I go in the backend, I see only Pages and Blog. I see that you could do much more and I can not find a video tutorial showing how to do it clearly. I see from the beginning of the video all his options and it puzzled me. Thank you. Ricardo P.S. I am French speaking I hope that Google has translated my message.
@ericwilliam1697
@ericwilliam1697 6 жыл бұрын
How well do these sites perform SEO wise?
@aseemlalfakawma5084
@aseemlalfakawma5084 6 жыл бұрын
Same as any other sites.
@TimBradleyFromOz
@TimBradleyFromOz 5 жыл бұрын
They have a natural advantage for load speed and bot indexing because of their static nature. But then they are quite technical with steep learning curves for non-developers, and require dynamic functionally (e.g. this, user comments, contact forms, etc) to be added or outsourced through an API. But as @Aseem suggests, SEO is more or less platform agnostic.
@kushakjafry1329
@kushakjafry1329 4 жыл бұрын
i am having a confusion the files that you add using cms are they transfered to github repo.
@esetessy
@esetessy 4 жыл бұрын
Chris Please I need help on my site. I tried using Netlify CMS for my site but the CMS is not displaying the already made pages on the site so I can edit .
@ChrisStayte
@ChrisStayte 4 жыл бұрын
Did you happen to add their path to your CMS?
@esetessy
@esetessy 4 жыл бұрын
@@ChrisStayte yes I did Do you mind looking at it for me?
@DavidJohnson-yi4tv
@DavidJohnson-yi4tv 4 жыл бұрын
hi , your project is the simple react or gatsby ?
@ChrisStayte
@ChrisStayte 4 жыл бұрын
I am using Hugo! : )
@IvanferreroIt
@IvanferreroIt 4 жыл бұрын
Any way to create a Netlify website and install the CMS by pressing just one button, maybe with a template to edit afterwards?
@ChrisStayte
@ChrisStayte 4 жыл бұрын
I don't believe so. I will look into that!
@aneslucu3475
@aneslucu3475 4 жыл бұрын
how to make other page can upload like your dashboard netlifycms ( young man game, life post, coading,etc) please explain how to do that on netlifycms. thankyou
@mrbansalpiyush
@mrbansalpiyush 5 жыл бұрын
Is there a way to integrate webflow to netlify cms?
@AdamSchelenbergCom
@AdamSchelenbergCom 4 жыл бұрын
Thank you a lot. This is really helpful.
@ChrisStayte
@ChrisStayte 4 жыл бұрын
You're very welcome!
@Viralplace
@Viralplace 4 жыл бұрын
If I have different languages? how could I translate my posts in admin area with netlify-cms?
@dhanishgajjar
@dhanishgajjar 5 жыл бұрын
Do we have to add the Netlify Identity Widget as well?
@ChrisStayte
@ChrisStayte 5 жыл бұрын
To your html form? Yes
@nhexplorers
@nhexplorers 6 жыл бұрын
Thanks for the great tut. I have a dumb question - will netliftycms work with a react/express/heroku db setup? If so, I'd love to see a tut on that. Thanks again.
@avimehenwal
@avimehenwal 4 жыл бұрын
Great work man.. I have an 2 year old website and was afraid to use any CMS until I saw your video :) THanks for making things easy. What projects are you working on these days?
@ChrisStayte
@ChrisStayte 4 жыл бұрын
I am working on react and flutter! Trying to use them to make a similar looking app for devices and browsers!
@avimehenwal
@avimehenwal 4 жыл бұрын
@@ChrisStayte Thats excellent. I have recently started using vuejs and learnign to make great webapps using it XD
@Maruf-zt7dz
@Maruf-zt7dz 6 жыл бұрын
Now Netlify CMS supports bitbucket!
@joeymalope
@joeymalope 5 жыл бұрын
What about gitlab?
@sreeprakashneelakantan5051
@sreeprakashneelakantan5051 6 жыл бұрын
Thanks 🙏
@MrPogi-lf5gz
@MrPogi-lf5gz 6 жыл бұрын
please teach me what custom widget and previews are. I really am not able to understand the docs.
@arthurprather6720
@arthurprather6720 6 жыл бұрын
[See here --> cms-demo.netlify.com/#/collections/posts/entries/2018-11-14-post-number-20] ... On the right, that's widgets i.e. input fields and etc. On the left that's preview. Hope that helps
@chloehuang7514
@chloehuang7514 5 жыл бұрын
Amazing! I created my website just following your tutorial. Keep on going! I have trouble at the final step, and found that should add script src="identity.netlify.com/v1/netlify-identity-widget.js"> into index.html file. Now it works!!
@andreacfromtheapp
@andreacfromtheapp 5 жыл бұрын
Great video! short and sweet. Really clear and made me understand Netlify CMS power in few minutes. Kudos. Question, if I may: is it possible to use Netlify CMS for multiple sites and have multiple separated identities? Do I need to host it myself for that (not an issue if necessary)? Example scenario: I want to provide multiple (static gen) websites for friends, hosted on different and separated GitLab repo/pages. Each site should also have its own /admin and different admins (one for each site-friend) beside my "master admin". I hope this is clear, otherwise I can try to elaborate more. Thank you!
@ChrisStayte
@ChrisStayte 5 жыл бұрын
This is 100% possible. I use Netlify for clients all the time. :)
@andreacfromtheapp
@andreacfromtheapp 5 жыл бұрын
@@ChrisStayte YAS! thank you for the quick and kind reply. I appreciate :)
@kishanbsh
@kishanbsh 6 жыл бұрын
I just want to use netlify cms for gui and as identity provider (to govern who can edit my site). My sites generally use firebase for deployment. Is it possible ?
@ChrisStayte
@ChrisStayte 6 жыл бұрын
I don’t believe so. Unless you are hosting on netlify
@drewnormanwebguru
@drewnormanwebguru 4 жыл бұрын
How did you set up gmail login for Netlify-CMS?
@ChrisStayte
@ChrisStayte 4 жыл бұрын
You enable this in your netlify settings :)
@samcarpinteyro8482
@samcarpinteyro8482 5 жыл бұрын
I have a trouble Error loading the CMS configuration Config Errors: config should have required property 'media_folder' config should have required property 'media_library' config should match some schema in anyOf Check your config.yml file. but i have.. -archetypes -content -data -layouts -resources\_gen -static ---admin ------config.yml ------indes.html ---images ------uploads -themes and more like: gitmodules, config.toml, license Some have the same? Help me please
@samcarpinteyro8482
@samcarpinteyro8482 5 жыл бұрын
In my config.yml backend: name: git-gateway branch: master # Branch to update (optional; defaults to master) media_folder: "static/images/uploads" public_folder: "/images/uploads" media_library: name: "uploads" collections: more code here...
@samcarpinteyro8482
@samcarpinteyro8482 5 жыл бұрын
Nvm....after 3 days is solved... # This line should *not* be indented publish_mode: editorial_workflow # This line should *not* be indented media_folder: "images/uploads" # Media files will be stored in the repo under images/uploads # These lines should *not* be indented media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads # These lines should *not* be indented !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@everydaycode1535
@everydaycode1535 5 жыл бұрын
I love that music at the end. What’s the name? Pls let me know dude!!!
@youngidealist
@youngidealist 5 жыл бұрын
Nice. Thanks for this. If you take requests, I would appreciate a walk through of making a site with hugo's awake template.
@ChrisStayte
@ChrisStayte 5 жыл бұрын
I’ll hop on it
@wallacesantos0
@wallacesantos0 5 жыл бұрын
But how do I read the markdown generated in the HTML?
@ChrisStayte
@ChrisStayte 5 жыл бұрын
What do you mean exactly?
@wallacesantos0
@wallacesantos0 5 жыл бұрын
@@ChrisStayte I don't know if I got it right, but... the CMS will generate those .md files in the specified format, right? But how do I pick those information and separate in to divs in the correct pages... Is there a easy JS way or library to do so?
@wallacesantos0
@wallacesantos0 5 жыл бұрын
or is this just for Hugo?
@ChrisStayte
@ChrisStayte 5 жыл бұрын
It’s just for static site generators
@beingabstrac
@beingabstrac 5 жыл бұрын
How do I add videos to my blog from netlify CMS
@ChrisStayte
@ChrisStayte 5 жыл бұрын
Where are the videos hosted?
@eschnasethmaceda2214
@eschnasethmaceda2214 5 жыл бұрын
chris stayte i wanna know how to set the login password in the netlifycms
@ChrisStayte
@ChrisStayte 5 жыл бұрын
You can do that in your admin settings in Netlify!
@sahilm3301
@sahilm3301 5 жыл бұрын
can we add a search bar?
@ChrisStayte
@ChrisStayte 5 жыл бұрын
Yes it’s possible :)
@lizs2charlie
@lizs2charlie 4 жыл бұрын
Thanks for the video! I did it, but now it generates .md files... How can I display it on an HTML page? and update it every time that I generate a new .md file? I mean how can I see the post? Dumb question, but I'm new on it...
@ChrisStayte
@ChrisStayte 4 жыл бұрын
The 'MD' files are markdown files. These files are used by your static site generator, I use 'HUGO' to convert from md to html for a static site :)
@abedalrawas2656
@abedalrawas2656 5 жыл бұрын
Thanks man
@kenallen4755
@kenallen4755 3 жыл бұрын
Getting 404 error. All files are upload and all directories add
@lwandilerozani8592
@lwandilerozani8592 3 жыл бұрын
Add to notes, the future has arrived. They now support GitLab for anyone hosting there.
@melihkarakaya79
@melihkarakaya79 5 жыл бұрын
I only get the email and password inputs in /admin website, google auth does not show up please halp github.com/Thynic/barplatoon-website
5 жыл бұрын
Net li f-eye
@vedantsuryawanshi900
@vedantsuryawanshi900 4 жыл бұрын
"Your GitHub user account does not have access to this repo." this is what i get when i login in
@ChrisStayte
@ChrisStayte 4 жыл бұрын
Did you add yourself as a user?
@avinashmurmu9070
@avinashmurmu9070 3 жыл бұрын
Thank u so much chris for explaining it in such an easy manner but I've a problem I'm not able to login and then i tired to send the invitation to my gmail account to see if i can login with that account but was not successful....I am not even getting the sign in with google button .... followed all your steps then also.....plz help 🙏 here is the github link of my project : github.com/avionics18/portfolio
Updating Hugo on Netlify
5:09
Chris Stayte
Рет қаралды 2 М.
Matt Biilmann - React-Based Content Management with Netlify CMS & Gatsby
27:35
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Netlify CMS - Content Management System (using Gridsome)
20:37
Andre Madarang
Рет қаралды 28 М.
Git-based or API-driven CMS -  Chris Macrae
54:56
The New Dynamic
Рет қаралды 35 М.
How to Use Hugo with a CMS (Netlify CMS)
17:58
Eric Murphy
Рет қаралды 14 М.
Building A Website Using Hugo
35:24
Chris Stayte
Рет қаралды 104 М.
Hosting Your Website With Github and Netlify
18:23
Chris Stayte
Рет қаралды 37 М.
Turn static HTML/CSS into a blog with CMS using the JAMStack
1:23:34
Kevin Powell
Рет қаралды 149 М.
Gatsby With NetlifyCMS Tutorial
22:25
Web Dev Profesh
Рет қаралды 28 М.
Netlify Dev Crash Course | Easy Dev & Deploy
23:11
Traversy Media
Рет қаралды 41 М.
JAMstack Tutorial - Full site using Netlify & Hugo
29:51
freeCodeCamp.org
Рет қаралды 49 М.
Deploy Websites In Seconds With Netlify
22:06
Traversy Media
Рет қаралды 226 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН