We have developed a jekyll website based on the Solarized theme. The website is served at auv-iitk.github.io or https://auviitk.com
- Install
ruby-dev
for Ubuntu:
sudo apt-get install ruby-dev
- Install
bundle
:
gem install bundle
- Install the gems:
cd ~/auv-iitk.github.io
bundle install
- Update the gems:
bundle update
- Run it locally on the machine:
bundle exec jekyll serve
Fork the repo
Rename to username.github.io
Replace all the posts and images with your data
Have a bug or an issue with this template? Open a new issue here on GitHub
Copyright AUV-IITK.
All rights reserved by AUV-IITK for the files in assest
, _posts
,and _data
; the rest of the code is released under the MIT license.