- Hosted on Github using a Jekyll template borrowed from Abhishek Das.
- Install Ruby using Homebrew for MacOS
- Jekyll serve setup for Github Pages:
gem install bundler webrick jekyll
bundle add webrick
bundle addjekyll
- Host locally:
bundle exec jekyll serve
- You should see a message like this:
(base) gautham@Ryuk-MacBook gauthamvasan.github.io % bundle exec jekyll serve
Configuration file: /Users/gautham/src/gauthamvasan.github.io/_config.yml
Source: /Users/gautham/src/gauthamvasan.github.io
Destination: /Users/gautham/src/gauthamvasan.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.534 seconds.
Auto-regeneration: enabled for '/Users/gautham/src/gauthamvasan.github.io'
Server address: http://127.0.0.1:4000