academic-cv-jekyll 0.1.0 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -14
- data/_config.yml +1 -0
- data/_data/cv.yml +71 -0
- data/_includes/table.html +4 -0
- data/_layouts/default.html +11 -1
- data/_sass/partials/_global.scss +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85fa427e38083871b337645f13cb0a5702e0bb00f1f5ce7b8463467233c33cc1
|
4
|
+
data.tar.gz: 017d8761cc98ff790b37eb367a622419184a7b54bf5b56aea8eb3a9f22c76c1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 062d17ac749041e68f3ba8ad12f7e49ca0069b375acc0ca74c6d8dc29cc3cddebc8cad8dd1e91c4a3ba3067267b2c87836f74783690adf2324d66bbfb84f34bc
|
7
|
+
data.tar.gz: c7b1219a2cfcc9d46a99ef6b1287608a33cdf09c6b08e13b67b2f9c94f642efed6f5fdb3d1ed5f2abff6de77f6fe1dd66b7a6c54797803e08001fab0dd425e8a
|
data/README.md
CHANGED
@@ -1,23 +1,29 @@
|
|
1
|
-
#
|
1
|
+
# Academic CV Jekyll
|
2
2
|
|
3
|
-
|
3
|
+
A simple academic cv template inspired by latex documents made for jekyll.
|
4
4
|
|
5
|
-
|
5
|
+
![Theme preview](screenshot.png)
|
6
6
|
|
7
|
-
|
7
|
+
## Installation
|
8
8
|
|
9
|
+
Start with a valina jekyll project
|
9
10
|
|
10
|
-
|
11
|
+
```bash
|
12
|
+
mkdir cv && cd cv
|
13
|
+
bundle init
|
14
|
+
```
|
11
15
|
|
12
16
|
Add this line to your Jekyll site's `Gemfile`:
|
13
17
|
|
14
18
|
```ruby
|
19
|
+
gem "jekyll"
|
15
20
|
gem "academic-cv-jekyll"
|
16
21
|
```
|
17
22
|
|
18
23
|
And add this line to your Jekyll site's `_config.yml`:
|
19
24
|
|
20
25
|
```yaml
|
26
|
+
title: Your site's title
|
21
27
|
theme: academic-cv-jekyll
|
22
28
|
```
|
23
29
|
|
@@ -31,20 +37,21 @@ Or install it yourself as:
|
|
31
37
|
|
32
38
|
## Usage
|
33
39
|
|
34
|
-
|
40
|
+
1. Create an index page and add just the default layout to it.
|
35
41
|
|
36
|
-
|
37
|
-
|
38
|
-
|
42
|
+
```yaml
|
43
|
+
---
|
44
|
+
layout: default
|
45
|
+
---
|
46
|
+
```
|
39
47
|
|
40
|
-
|
48
|
+
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.
|
41
49
|
|
42
|
-
|
50
|
+
3. Deploy it on Netlify or Github pages(This may not work)
|
43
51
|
|
44
|
-
|
52
|
+
## Customazation
|
45
53
|
|
46
|
-
|
47
|
-
To add a custom directory to your theme-gem, please edit the regexp in `academic-cv-jekyll.gemspec` accordingly.
|
54
|
+
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.
|
48
55
|
|
49
56
|
## License
|
50
57
|
|
data/_config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
title: Dimitris Pramateftakis // CV
|
data/_data/cv.yml
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
details:
|
2
|
+
name: John Doe
|
3
|
+
uni: Harvard University
|
4
|
+
dept: Dept. of Informatics
|
5
|
+
place: Cambridge, MA, United States
|
6
|
+
email: dev@johndoe.com
|
7
|
+
phone: +30 123 456 7890
|
8
|
+
github:
|
9
|
+
name: "@johndoe"
|
10
|
+
url: "#"
|
11
|
+
linkedin:
|
12
|
+
name: "John Doe"
|
13
|
+
url: "#"
|
14
|
+
portfolio:
|
15
|
+
name: "Portfolio"
|
16
|
+
url: "#"
|
17
|
+
|
18
|
+
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
19
|
+
|
20
|
+
education:
|
21
|
+
- title: Harvard University Cambridge, MA, United States
|
22
|
+
details: BS.c., Informatics, 2018 - 2022 (expected)
|
23
|
+
bullets:
|
24
|
+
- IT System & Web Development
|
25
|
+
|
26
|
+
experience:
|
27
|
+
- title: Full stack Web Developer
|
28
|
+
details: CoolCompany, 2019 - Present
|
29
|
+
bullets:
|
30
|
+
- Core developer on search algorithm
|
31
|
+
- Created and developed project's PHP API and CMS and deployed it on CoolCompany's server
|
32
|
+
- title: Frontend Web Developer
|
33
|
+
details: NiceFestival, Crete, 2019 - Present
|
34
|
+
bullets:
|
35
|
+
- Designed and developed festival's website using Jekyll framework
|
36
|
+
|
37
|
+
extracurricular:
|
38
|
+
- title: Volunteer
|
39
|
+
details: NiceFestival, Crete, 2016 - Present
|
40
|
+
bullets:
|
41
|
+
- Part of festival's organization team
|
42
|
+
- Volunteer group coordinator
|
43
|
+
- title: Volunteer
|
44
|
+
details: NiceFestival, Crete, 2016 - Present
|
45
|
+
bullets:
|
46
|
+
- Part of festival's organization team
|
47
|
+
- Volunteer group coordinator
|
48
|
+
|
49
|
+
seminars:
|
50
|
+
- title: Introduction to Jekyll
|
51
|
+
details: Science Conference, Online, 2020
|
52
|
+
bullets:
|
53
|
+
- Speaker for jekyll webinar
|
54
|
+
|
55
|
+
projects:
|
56
|
+
- Jekyll academic cv, 2019
|
57
|
+
- PHP API for home automation, 2019
|
58
|
+
|
59
|
+
skills:
|
60
|
+
- title: tech
|
61
|
+
details:
|
62
|
+
- HTML5, CSS, JS, PHP, Jekyll
|
63
|
+
- title: soft
|
64
|
+
details:
|
65
|
+
- Public speaking, Presenting progress, Reviewing work
|
66
|
+
|
67
|
+
languages: English (native), French
|
68
|
+
|
69
|
+
hobbies:
|
70
|
+
- Music performance
|
71
|
+
- blogging
|
data/_includes/table.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -10,7 +10,17 @@
|
|
10
10
|
</head>
|
11
11
|
<body>
|
12
12
|
<div class="page">
|
13
|
-
|
13
|
+
{{ content }}
|
14
|
+
{% include table.html yml="details" %}
|
15
|
+
{% include single.html title="Summary" yml="summary"%}
|
16
|
+
{% include array.html title="Education" yml="education" %}
|
17
|
+
{% include array.html title="Experience" yml="experience" %}
|
18
|
+
{% include array.html title="Extracurricular<br>Activities" yml="extracurricular" %}
|
19
|
+
{% include array.html title="Seminars" yml="seminars" %}
|
20
|
+
{% include list.html title="Personal Projects" yml="projects"%}
|
21
|
+
{% include array.html title="Skills" yml="skills" %}
|
22
|
+
{% include single.html title="Languages" yml="languages"%}
|
23
|
+
{% include list.html title="Hobbies" yml="hobbies"%}
|
14
24
|
</div>
|
15
25
|
</body>
|
16
26
|
</html>
|
data/_sass/partials/_global.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: academic-cv-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dimprama
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -33,6 +33,8 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- LICENSE.txt
|
35
35
|
- README.md
|
36
|
+
- _config.yml
|
37
|
+
- _data/cv.yml
|
36
38
|
- _includes/array.html
|
37
39
|
- _includes/list.html
|
38
40
|
- _includes/single.html
|