This is my portfolio, sharings, and notes specially for software development.
- Ruby: v2.7.3
$ brew install ruby rbenv
or simply follow GitHub Pages dependency versions
- Install bundler:
$ sudo gem install bundler
- Install all dependencies:
$ sudo bundle install
To start dev server for published posts only:
$ bundle exec jekyll serve
To start dev server for all posts, including drafts:
$ bundle exec jekyll serve --drafts
Navigate to http://localhost:4000
. The app will automatically reload if you change any of the source files.