plain_resume 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_config.yml +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e31045ef31d4791b8ed33f2ef7ae68fc6ea5249ad7c63046ca90f1058ae91649
|
4
|
+
data.tar.gz: e0489950c047ce94bc85430116ce50482a046c9f16e2a94bcb79bc119d6f08cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f00eb88eacb69da3d8f63deed786ed3f7f1d87391d2f9b3a0a94a925fbf669197cb69532e9931088ab1d6c7c8ae6a82252f3874a5d6ec49d0ec9023b23735f1
|
7
|
+
data.tar.gz: 829fefcfca24982fc65954d7c5b1a25c54261b40d2e35857a2a2963a9a853a6e4ae2b8ed78140ce4089c74fa0d5c7bf6c9e21111829bf04c898167f8649d2cec
|
data/_config.yml
CHANGED
@@ -25,7 +25,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
|
25
25
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
26
26
|
|
27
27
|
# Build settings
|
28
|
-
theme:
|
28
|
+
theme: plain_resume
|
29
29
|
|
30
30
|
# Exclude from processing.
|
31
31
|
# The following items will not be processed, by default.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plain_resume
|
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
|
- RyanxLoi
|
@@ -47,10 +47,13 @@ files:
|
|
47
47
|
- _includes/work_experience.html
|
48
48
|
- _layouts/default.html
|
49
49
|
- assets/theme.css
|
50
|
-
homepage: https://
|
50
|
+
homepage: https://github.com/RyanxLoi/plain-jekyll-resume
|
51
51
|
licenses:
|
52
52
|
- MIT
|
53
|
-
metadata:
|
53
|
+
metadata:
|
54
|
+
documentation_uri: https://github.com/RyanxLoi/plain-jekyll-resume
|
55
|
+
source_code_uri: https://github.com/RyanxLoi/plain-jekyll-resume
|
56
|
+
plugin-type: theme
|
54
57
|
post_install_message:
|
55
58
|
rdoc_options: []
|
56
59
|
require_paths:
|