cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

Gemfile (227B)


      1 source "https://rubygems.org"
      2 gemspec
      3 group :jekyll_plugins do
      4     gem "jekyll-sitemap"
      5     gem "bourbon"
      6     gem "jekyll-paginate"
      7     gem "jekyll-octicons"
      8 end
      9 gem 'html-proofer'
     10 gem 'tzinfo'
     11 gem 'tzinfo-data'
     12 
     13 gem "webrick"