Academic CV Jekyll¶ ↑
A simple academic cv template inspired by latex documents made for jekyll.
Installation¶ ↑
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
Usage¶ ↑
-
Create an index page and add just the default layout to it.
--- layout: default ---
-
Create a
_data
folder with a file namedcv.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)
Customazation¶ ↑
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.
License¶ ↑
The theme is available as open source under the terms of the MIT License.