Skip to main content

Posts

Showing posts from April, 2020

2 Cents about Netlify CMS

NETLIFY CMS Netlify CMS is one of the best open source managements using git workflow. Following are some of the best features which I found very helpful in it. Simple and quick hosting I see they boast about the quick hosting (one click hosting) on their website which is true. On just a single click you can deploy your site in it you will be getting a gibberish url (http://gibberish.netlify.com) but they provide you an option to change the gibberish to whatever makes sense and also allow you to change it to your domain. There is an admin panel where you can set roles and permissions for your repo with a lot of other options which are pretty cool and i particularly like the the "Split Testing" where you can alter designs in one branch and provide both to the end user (you can set the frequency ratio of how often you want the end user to see the respective branch design). You can divide the traffic between two branches using this . Hey guys, this is my f...