- Install newest version of Ruby for your platform at https://www.ruby-lang.org/
- Download Jekyll
- Open Ruby command prompt
- Type
gem install bundler jekyll
and confirm
- Install newest version of Ruby for your platform at https://www.ruby-lang.org/
- Download Jekyll and Jekyll Run
- Open Bash
- CD directly to the website directory
- Edit the website
- Run
bundle exec jekyll serve
. You may edit the website while the server runs. - Go to http://localhost:4000/
- Check the website.
- Open VS Code
- Edit the website
- Click run
- Check the website.
- To stop, go to Bash and press CTRL+C
- Type Y and confirm