Old-Tech-Blog

Old-Tech-Blog

My old blog (GitHub Pages Jekyll)

Tech-blog

My Github alainQtec

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 install

But if thats does not work out, (Plan-B) I use cms.cmd from my terminal

cd Project_repo/Admin
cms

Depending 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 --watch

This blog uses GPL-3.0 License.