Source code for my personal website. View it at https://ritviknag.com/.
First, install jekyll and ruby if you haven't already done so.
Next, set up an alias command (Bash):
alias jb='bundle exec jekyll serve -low'Or, add it to ~/.zshenv (if using zsh):
$ echo "alias jb='bundle exec jekyll serve -low'" >> ~/.zshenv
$ source ~/.zshenvThen, run jekyll s to serve the web content in a local browser:
$ jb