academic-cv-jekyll 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_data/cv.yml +68 -0
  3. data/index.html +13 -0
  4. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f048db2a006f47aae34dfc9e01d67efef11d12887495fcb15963662a06bc8891
4
- data.tar.gz: 8357436321c3e11e62559e7461de66bf04c08cdaafd003be61aba6424ac1cc28
3
+ metadata.gz: 8526f494a3b82d981b4b2583b79ac2629b6b7a1efd3466bf5c63de8ef2950879
4
+ data.tar.gz: 5d8acd138be3c83183a852a708bc7880766f3cf9e0e5e42bf9f666a699d8bbc2
5
5
  SHA512:
6
- metadata.gz: 790f239a93439b9d2b7544b641f7db1369f6cd21a6db2de7c9558f34dc243835490e721974eca7c5dffb38d70e2259b251f99ba5e6c4d450a4876d2f8b70c614
7
- data.tar.gz: 6ae5f9822b48552723ff2ac08795c7bd692b97171b4e137e5ab28730b215827f27feb1b84ee569620f7f1d50afe3d795656cabe712c716f82a29f9372760f229
6
+ metadata.gz: bb60c135cfea5a0b381e5a953b271c8b80c7be1e410cd63671a8acc000665a3155d1561553c39d9b00e2bbeecb78bacfb0014285da41dcdd08ef58c7b5a82348
7
+ data.tar.gz: 24955c8138c0424905a78b98564cbeaf15077fd995a592714c8e60a2fa9da0378ba9fa79fc2209bb58be897bfd08c491d72beed33a394f530608a19db6c812a7
data/_data/cv.yml ADDED
@@ -0,0 +1,68 @@
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
+
15
+ 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.
16
+
17
+ education:
18
+ - title: Harvard University Cambridge, MA, United States
19
+ details: BS.c., Informatics, 2018 - 2022 (expected)
20
+ bullets:
21
+ - IT System & Web Development
22
+
23
+ experience:
24
+ - title: Full stack Web Developer
25
+ details: CoolCompany, 2019 - Present
26
+ bullets:
27
+ - Core developer on search algorithm
28
+ - Created and developed project's PHP API and CMS and deployed it on CoolCompany's server
29
+ - title: Frontend Web Developer
30
+ details: NiceFestival, Crete, 2019 - Present
31
+ bullets:
32
+ - Designed and developed festival's website using Jekyll framework
33
+
34
+ extracurricular:
35
+ - title: Volunteer
36
+ details: NiceFestival, Crete, 2016 - Present
37
+ bullets:
38
+ - Part of festival's organization team
39
+ - Volunteer group coordinator
40
+ - title: Volunteer
41
+ details: NiceFestival, Crete, 2016 - Present
42
+ bullets:
43
+ - Part of festival's organization team
44
+ - Volunteer group coordinator
45
+
46
+ seminars:
47
+ - title: Introduction to Jekyll
48
+ details: Science Conference, Online, 2020
49
+ bullets:
50
+ - Speaker for jekyll webinar
51
+
52
+ projects:
53
+ - Jekyll academic cv, 2019
54
+ - PHP API for home automation, 2019
55
+
56
+ skills:
57
+ - title: tech
58
+ details:
59
+ - HTML5, CSS, JS, PHP, Jekyll
60
+ - title: soft
61
+ details:
62
+ - Public speaking, Presenting progress, Reviewing work
63
+
64
+ languages: English (native), French
65
+
66
+ hobbies:
67
+ - Music performance
68
+ - blogging
data/index.html ADDED
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {% include table.html yml="details" %}
5
+ {% include single.html title="Summary" yml="summary"%}
6
+ {% include array.html title="Education" yml="education" %}
7
+ {% include array.html title="Experience" yml="experience" %}
8
+ {% include array.html title="Extracurricular<br>Activities" yml="extracurricular" %}
9
+ {% include array.html title="Seminars" yml="seminars" %}
10
+ {% include list.html title="Personal Projects" yml="projects"%}
11
+ {% include array.html title="Skills" yml="skills" %}
12
+ {% include single.html title="Languages" yml="languages"%}
13
+ {% include list.html title="Hobbies" yml="hobbies"%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: academic-cv-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dimprama
@@ -33,6 +33,7 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE.txt
35
35
  - README.md
36
+ - _data/cv.yml
36
37
  - _includes/array.html
37
38
  - _includes/list.html
38
39
  - _includes/single.html
@@ -43,6 +44,7 @@ files:
43
44
  - _sass/partials/_setup.scss
44
45
  - _sass/partials/_tables.scss
45
46
  - assets/css/styles.scss
47
+ - index.html
46
48
  homepage: https://github.com/dimpram/academic-cv-jekyll
47
49
  licenses:
48
50
  - MIT