Raksit's personal blog

This is my portfolio, sharings, and notes specially for software development.

Minimum requirements

  • Ruby: v2.7.3
$ brew install ruby rbenv

or simply follow GitHub Pages dependency versions

Installation

  1. Install bundler:
$ sudo gem install bundler
  1. Install all dependencies:
$ sudo bundle install

Development

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.