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 +4 -4
- data/README.md +6 -1
- data/_layouts/default.html +1 -0
- data/_sass/partials/_global.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b43520f342e0148d863d4f2651df08169d20186e0183181b2e6eca9374dddfea
|
4
|
+
data.tar.gz: b901898012bb9cb34f6b33123091e9ef70c003c36528808235e8970bca0694f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
|
data/_layouts/default.html
CHANGED
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.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-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|