Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimpram/academic-cv-jekyll
A simple academic cv template inspired by latex documents made for jekyll.
https://github.com/dimpram/academic-cv-jekyll
cv jekyll jekyll-cv jekyll-cv-theme jekyll-theme
Last synced: about 1 month ago
JSON representation
A simple academic cv template inspired by latex documents made for jekyll.
- Host: GitHub
- URL: https://github.com/dimpram/academic-cv-jekyll
- Owner: dimpram
- License: mit
- Created: 2021-03-04T10:25:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T09:57:15.000Z (over 3 years ago)
- Last Synced: 2024-10-01T15:49:56.134Z (about 2 months ago)
- Topics: cv, jekyll, jekyll-cv, jekyll-cv-theme, jekyll-theme
- Language: HTML
- Homepage: https://dimpram.github.io/academic-cv-jekyll/
- Size: 146 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Academic CV Jekyll
A simple academic cv template inspired by latex documents made for jekyll.
![Theme preview](screenshot.png)
## Installation
Start with a valina jekyll project
```bash
mkdir cv && cd cv
bundle init
```Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll"
gem "academic-cv-jekyll"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
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.
```yaml
---
layout: default
---
```2. 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.
3. 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](https://opensource.org/licenses/MIT).