https://github.com/rnag/rnag.github.io
https://github.com/rnag/rnag.github.io
github-pages github-pages-website
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnag/rnag.github.io
- Owner: rnag
- License: mit
- Created: 2022-09-27T15:48:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T03:15:32.000Z (11 months ago)
- Last Synced: 2025-02-14T04:20:44.838Z (11 months ago)
- Topics: github-pages, github-pages-website
- Language: SCSS
- Homepage: https://ritviknag.com
- Size: 65.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `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):
```bash
alias jb='bundle exec jekyll serve -low'
```
Or, add it to `~/.zshenv` (if using `zsh`):
```console
$ echo "alias jb='bundle exec jekyll serve -low'" >> ~/.zshenv
$ source ~/.zshenv
```
Then, run `jekyll s` to serve the web content in a local browser:
```console
$ jb
```