A long-lived project that still receives updates
This is a custom jekyll theme originally intended for my various github pages use
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.7.1
~> 13.1.0

Runtime

~> 4.2
 Project Readme

Jekyll Resume Theme

Live demo at my github page

Quick Setup

  1. Install Jekyll: gem install jekyll bundler
  2. Fork this repository and clone your fork
  3. Edit _config.yml to personalize your site

Running locally

In order to compile the assets and run Jekyll locally you need to follow those steps:

  1. export PATH="$HOME/.rbenv/bin:$PATH"
  2. eval "$(rbenv init -)"
  3. make sure your desired ruby version is in a .ruby_version for ease of use and also installed
  4. Install Jekyll
  5. Run bundle install
  6. Run bundle exec jekyll build
  7. npm start