Skip to content

balajeerc/balajeerc.github.io

 
 

Repository files navigation

balajeerc.info site

Running/Testing Site locally

Create a Gemfile and add the following into it:

source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
#     bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!

# gem "github-pages", group: :jekyll_plugins

# To upgrade, run `bundle update`.

gem "github-pages", group: :jekyll_plugins
gem "minimal-mistakes-jekyll"

# The following plugins are automatically loaded by the theme-gem:
#   gem "jekyll-paginate"
#   gem "jekyll-sitemap"
#   gem "jekyll-gist"
#   gem "jekyll-feed"
#   gem "jemoji"
#   gem "jekyll-data"
#   gem "jekyll-include-cache"
#
# If you have any other plugins, put them here!
group :jekyll_plugins do
end

Then run:

$ bundle install
$ bundle exec jekyll serve

More info

See the minimalmistakes jekyll theme instructions.

Note to Self

Resume needs to be manually updated by editing HTML. Old JSON resume based generation wont work because you manually updated the CSS. Dumbass.

_Also, you need to make the edits in the resume.html in the top level directory. Jekyll copies this to _site.

About

Repo for balajeerc.info

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 50.1%
  • HTML 29.5%
  • JavaScript 19.6%
  • Ruby 0.8%