My Personal Website. Here!
This is a repository for my personal website. This will also hold my blog migrated from sayakbiswas.wordpress.com. This site is based on the brilliantly minimalist Indigo theme by Kopplin
- Changes to font families and font sizes throughout.
- Added some CSS classes for blog posts.
- Clone repo.
- Install Jekyll, NodeJS and Bundler.
bundle install
bundle exec jekyll serve --config _config.yml,_config-dev.yml
- Site can be viewed at
http://localhost:4000
- Switch to gh-pages branch using
git checkout gh-pages
. - Make changes and preview using commands described in the earlier section.
- Commit and push to
origin/gh-pages
. - Switch to master using
git checkout master
. - Merge from
gh-pages
usinggit merge gh-pages
. - Push to
origin/master
.
MIT License © Sérgio Kopplin