juergenpointinger / juergenpointinger.github.io

1 stars 0 forks source link
website

Jekyll

Install Ruby and Jekyll first.

$ winget install -e --id RubyInstallerTeam.RubyWithDevKit.3.2
$ gem install jekyll bundler
$ bundle update --all
$ bundle install
$ bundle lock --update

Run Jekyll local

$ bundle exec jekyll clean
$ bundle exec jekyll build
$ bundle exec jekyll serve --drafts
  ...
  Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.