This is my previous blog; it still works, but it's a pain to maintain, so I'll have to switch/migrate to 11nty.
Local admin uses Jekyll Admin
or when I'm not on my PC I use Forestry Admin : https://alainqtec.com/admin
Prerequisites:
cd Project_repo
ruby -v
gem install bundler
bundler -v
bundle add jekyll
bundle exec jekyll -v
bundle update
bundle installBut if thats does not work out, (Plan-B) I use cms.cmd from my terminal
cd Project_repo/Admin
cmsDepending on which version of jekyll used there may be issues with dependencies and plugins.
If this happens, troubleshooting comes first.
Some Netlify CMS common errors include:
Fix netlify CMS Authentication problem and Fix Jekyll menus issue: double-splats for hash parameters error.
Then Start the server locally at http://127.0.0.1:4000/ or http://localhost:4000/ :
cd Project_repo
bundle exec jekyll serve --watchThis blog uses GPL-3.0 License.