- Download or clone repo
git clone https://github.com/fcgrolleau/fcgrolleau.github.io.git - Enter the folder:
cd fcgrolleau.github.io/ - Build it:
jekyll build - Start Jekyll server:
jekyll serve - Configure:
_config.yml
Access via: http://localhost:4000/
Push to Github to make it available at: https://fcgrolleau.github.io/
If Jekyll cannot be loaded, try:
- Load chruby
source /usr/local/opt/chruby/share/chruby/chruby.sh - Check all versions of Ruby available
chruby - Switch to the latest Ruby version e.g.,
chruby ruby-3.3.1