How to use jekyll for blog?
- installation of this project
- jekyll becomes a little legacy this days may fail on your version of
Rubyenv - to get a proper running project,
- remove
Gemfile.lock - remove some or all libraries' version requirements in
Gemfile - run
bundle installorbundle updatedepending you are on clean install or upgrade due to errors - ask ChatGPT / Claude about the errors you hit
- remove
- jekyll becomes a little legacy this days may fail on your version of
- dev commands
- local dev server: run
bundle exec jekyll serve - (re)build the site: run
bundle exec jekyll build - other commands: run
bundle exec jekyll
- local dev server: run
- finally, sync to github
- just push to repo like you usually do for projects