- Install Ruby if not already installed Link
- Install Jekyll:
gem install jekyll bundler
- Crete a new directory and place these files in it
- Run
bundle install
in the project directory - Start the Jekyll:
jekyll serve
- Open your browser and go to
http://localhost:4000
- After update
Gemfile
- Run
bundle install
in the project directory
This is my homepage, which is built on Github and the Jekyll theme.