rnag / rnag.github.io

Home Page:https://ritviknag.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rnag.github.io

Source code for my personal website. View it at https://ritviknag.com/.

Local Testing

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 ~/.zshenv

Then, run jekyll s to serve the web content in a local browser:

$ jb

About

https://ritviknag.com

License:MIT License


Languages

Language:SCSS 78.6%Language:HTML 19.8%Language:Shell 1.4%Language:Ruby 0.3%