academic-cv-jekyll 0.1.2 → 0.1.3

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: e7462a7908c4dbe2d6f27ade6e7092fdf2017b47ffcef6589aada59857c8e942
4
- data.tar.gz: acbfa9ec9db1dc7f13015e5efafb8ea1ecd8e3627832f53c74f40ef0f7f5500f
3
+ metadata.gz: b43520f342e0148d863d4f2651df08169d20186e0183181b2e6eca9374dddfea
4
+ data.tar.gz: b901898012bb9cb34f6b33123091e9ef70c003c36528808235e8970bca0694f9
5
5
  SHA512:
6
- metadata.gz: cf018bedec1a720b6bd92e4e103e60edc1a08f2a0544ea4a472dde0a0f35c61f390f0817e56eb05072dde14e0a2657a72e1fff5ff435142ae1346b74b331d3df
7
- data.tar.gz: 4ce4cce0c123a639e149f83d776e613b66f8b731486287361cc8f31f7be3f173af013fd5c633180e6f9ded89089d037592d61f723c06cf0a27aa02dfbee6880d
6
+ metadata.gz: 259113047b2d3ac911c69c0231efe790b4d873fb42272f2446c610a678944b532c39ea48ee1a964f5f5e9a8e7bf19d53bb4c538ada131182f45b83f7fc75d418
7
+ data.tar.gz: 15a5ddd73ed19c6eb7bc13ac584814bde807a70ae9853bf67c0c2f4270118dd79b53a514862d1c8caaa6620e7890327a1668359acfbff2aa341f2a38ea62b3b0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Academic CV Jekyll
2
2
 
3
- A simple academic cv template inspired by latex documents made for jekyll. Also github pages compatible!
3
+ A simple academic cv template inspired by latex documents made for jekyll.
4
4
 
5
5
  ![Theme preview](screenshot.png)
6
6
 
@@ -47,6 +47,11 @@ layout: default
47
47
 
48
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.
49
49
 
50
+ 3. Deploy it on Netlify or Github pages(This may not work)
51
+
52
+ ## Customazation
53
+
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.
50
55
 
51
56
  ## License
52
57
 
@@ -9,6 +9,7 @@
9
9
  <link rel="stylesheet" href="{{ "assets/css/styles.css" | relative_url }}">
10
10
  </head>
11
11
  <body>
12
+ {{ content }}
12
13
  <div class="page">
13
14
  {% include table.html yml="details" %}
14
15
  {% include single.html title="Summary" yml="summary"%}
@@ -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.2
4
+ version: 0.1.3
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-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll