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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f048db2a006f47aae34dfc9e01d67efef11d12887495fcb15963662a06bc8891
4
- data.tar.gz: 8357436321c3e11e62559e7461de66bf04c08cdaafd003be61aba6424ac1cc28
3
+ metadata.gz: 85fa427e38083871b337645f13cb0a5702e0bb00f1f5ce7b8463467233c33cc1
4
+ data.tar.gz: 017d8761cc98ff790b37eb367a622419184a7b54bf5b56aea8eb3a9f22c76c1c
5
5
  SHA512:
6
- metadata.gz: 790f239a93439b9d2b7544b641f7db1369f6cd21a6db2de7c9558f34dc243835490e721974eca7c5dffb38d70e2259b251f99ba5e6c4d450a4876d2f8b70c614
7
- data.tar.gz: 6ae5f9822b48552723ff2ac08795c7bd692b97171b4e137e5ab28730b215827f27feb1b84ee569620f7f1d50afe3d795656cabe712c716f82a29f9372760f229
6
+ metadata.gz: 062d17ac749041e68f3ba8ad12f7e49ca0069b375acc0ca74c6d8dc29cc3cddebc8cad8dd1e91c4a3ba3067267b2c87836f74783690adf2324d66bbfb84f34bc
7
+ data.tar.gz: c7b1219a2cfcc9d46a99ef6b1287608a33cdf09c6b08e13b67b2f9c94f642efed6f5fdb3d1ed5f2abff6de77f6fe1dd66b7a6c54797803e08001fab0dd425e8a
data/README.md CHANGED
@@ -1,23 +1,29 @@
1
- # academic-cv-jekyll
1
+ # Academic CV Jekyll
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
3
+ A simple academic cv template inspired by latex documents made for jekyll.
4
4
 
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
5
+ ![Theme preview](screenshot.png)
6
6
 
7
- TODO: Delete this and the text above, and describe your gem
7
+ ## Installation
8
8
 
9
+ Start with a valina jekyll project
9
10
 
10
- ## Installation
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
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
40
+ 1. Create an index page and add just the default layout to it.
35
41
 
36
- ## Contributing
37
-
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
42
+ ```yaml
43
+ ---
44
+ layout: default
45
+ ---
46
+ ```
39
47
 
40
- ## Development
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
- To set up your environment to develop this theme, run `bundle install`.
50
+ 3. Deploy it on Netlify or Github pages(This may not work)
43
51
 
44
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
52
+ ## Customazation
45
53
 
46
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
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
@@ -20,4 +20,8 @@
20
20
  <td></td>
21
21
  <td>Linkedin: <a href="{{ yml.linkedin.url }}">{{ yml.linkedin.name }}</a></td>
22
22
  </tr>
23
+ <tr>
24
+ <td></td>
25
+ <td>Portfolio: <a href="{{ yml.portfolio.url }}">{{ yml.portfolio.name }}</a></td>
26
+ </tr>
23
27
  </table>
@@ -10,7 +10,17 @@
10
10
  </head>
11
11
  <body>
12
12
  <div class="page">
13
- {{ content }}
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>
@@ -3,7 +3,7 @@
3
3
  min-height: 900px;
4
4
  margin: 0 auto;
5
5
  background-color: map-get($theme-colors, "white");
6
- box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.514);
6
+ // box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.514);
7
7
  padding: 50px;
8
8
  margin-top: 30px;
9
9
  margin-bottom: 30px;
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.0
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-03-04 00:00:00.000000000 Z
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