No release in over 3 years
Low commit activity in last 3 years
A simple academic cv template inspired by latex documents made for jekyll. Also github pages compatible!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.2
 Project Readme

Academic CV Jekyll

A simple academic cv template inspired by latex documents made for jekyll.

Theme preview

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

  1. Create an index page and add just the default layout to it.
---
layout: default
---
  1. 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.

  2. 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.