A simple academic cv template inspired by latex documents made for jekyll.
Start with a valina jekyll project
mkdir cv && cd cv
bundle init
Add this line to your Jekyll site's Gemfile
:
gem "jekyll"
gem "academic-cv-jekyll"
And add this line to your Jekyll site's _config.yml
:
title: Your site's title
theme: academic-cv-jekyll
And then execute:
$ bundle
Or install it yourself as:
$ gem install academic-cv-jekyll
---
layout: default
---
Create a _data
folder with a file named cv.yml
or copy the one that is in the repository and modify it as you like.
Deploy it on Netlify or Github pages(This may not work)
If you want to change the position of each section you can copy the _layouts
folder to your repository and overwrite the existing layout that the index is using by moving each include to the position that you like.
The theme is available as open source under the terms of the MIT License.