jekyll-professional-resume 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -12
- data/_layouts/home.html +6 -5
- data/assets/img/icon.webp +0 -0
- metadata +31 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1b95ba7765bcd20f22068d14498c27a4d4e1848d50a37d6dcabc0e0cd7d9446
|
4
|
+
data.tar.gz: 588313e0dd62b659161d236453a78bda515fae0b7ac1e4f4ccdfd6b9e92eec9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4820c77c85de8873cdc7d25e0f11baf1b98049e97c816cf39a5953a4d13bdf9f82ca3b37f5bf2103a41c44988e800f21f2e48e8e66ee88b183cc94b60b8b7db4
|
7
|
+
data.tar.gz: 80922b5925a0df7b7cd838e0a6bcc87d8cda8764c5c04e0eb6381fab4890eb764d554f26768c8bf8c9cc5e07a856d26bab5416747a6cab30da4570c82cb127cf
|
data/README.md
CHANGED
@@ -23,6 +23,9 @@ In `_config.yml`, you can modify personal info such as your *photo, phone number
|
|
23
23
|
profile_img: assets/img/profile.webp
|
24
24
|
icon_img: assets/img/icon.webp
|
25
25
|
|
26
|
+
name: "Your Name Here"
|
27
|
+
job: "〈Your Job Here〉"
|
28
|
+
|
26
29
|
phone_number: 012-345-6789
|
27
30
|
address: City, Country
|
28
31
|
email: email@example.com
|
@@ -106,7 +109,7 @@ See also the advanced example.
|
|
106
109
|
|
107
110
|
> **Important**: You can use markdown syntax to **apply text bold, italic, and underlined** effects or **create HTML elements** (including image, links, span, etc.)!
|
108
111
|
|
109
|
-
```
|
112
|
+
```yml
|
110
113
|
subject: Projects
|
111
114
|
listing-order: 3
|
112
115
|
icon: "/assets/img/clipboard-list.svg"
|
@@ -123,18 +126,9 @@ contents:
|
|
123
126
|
|
124
127
|
![example](https://i.ibb.co/tCNCyYr/231321.webp)
|
125
128
|
|
126
|
-
|
127
|
-
|
128
|
-
To test locally, run the following:
|
129
|
-
|
130
|
-
```
|
131
|
-
bundle install
|
132
|
-
bundle exec jekyll serve
|
133
|
-
```
|
134
|
-
|
135
|
-
Now open [http://localhost:4000](http://localhost:4000) in your browser.
|
136
|
-
<br></br>
|
129
|
+
## Build from Gem package
|
137
130
|
|
131
|
+
If you don't like the above setup option (clone/fork the original github repo), then you can also build your site by installing the gem package remotely. Read this altenative [guide](https://github.com/byanko55/jekyll-professional-resume/blob/master/docs/Installation%20from%20package.md).
|
138
132
|
|
139
133
|
## Customizing
|
140
134
|
|
@@ -153,6 +147,14 @@ Wanna pick another color? You can edit the base theme palette in `assets/css/sty
|
|
153
147
|
}
|
154
148
|
```
|
155
149
|
|
150
|
+
### Site Shortcut Icon
|
151
|
+
To replace the shortcut icon displayed on browser tab, modify *icon_img* field in `_config.yml`.
|
152
|
+
![shortcut](https://i.ibb.co/g9cYjRj/213213214.webp)
|
153
|
+
|
154
|
+
```yml
|
155
|
+
icon_img: "<IMAGE URL/PATH>"
|
156
|
+
```
|
157
|
+
|
156
158
|
## Contribution
|
157
159
|
If you would like to report a bug or request a new feature, please open [an issue](https://github.com/byanko55/jekyll-professional-resume/issues) We are open to any kind of feedback or collaboration.
|
158
160
|
<br></br>
|
data/_layouts/home.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html lang="en">
|
3
|
-
{% assign meta = "" | split
|
3
|
+
{% assign meta = "" | split: "" %}
|
4
4
|
{% for yml_file in site.data %}
|
5
5
|
{% assign meta = meta | push:yml_file[1] %}
|
6
6
|
{% endfor %}
|
@@ -13,7 +13,8 @@
|
|
13
13
|
<title>{{ site.title }}</title>
|
14
14
|
{% seo %}
|
15
15
|
|
16
|
-
<link rel="
|
16
|
+
<link rel="icon" type="image/png" href="{{ site.icon_img }}">
|
17
|
+
<link rel="shortcut icon" type="image/png" href="{{ site.icon_img }}">
|
17
18
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}">
|
18
19
|
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
|
19
20
|
</head>
|
@@ -24,7 +25,7 @@
|
|
24
25
|
</div>
|
25
26
|
<div id="about">
|
26
27
|
<div class="profile-zone">
|
27
|
-
<img class="profile-img" src="{{
|
28
|
+
<img class="profile-img" src="{{ site.profile_img }}" alt="My Photo">
|
28
29
|
<ul class="personal-info">
|
29
30
|
{% if site.phone_number %}
|
30
31
|
<li><a aria-label="My Phone">
|
@@ -89,8 +90,8 @@
|
|
89
90
|
</ul>
|
90
91
|
</div>
|
91
92
|
<div class="name-zone">
|
92
|
-
<h1>
|
93
|
-
<h2
|
93
|
+
<h1>{{ site.name }}</h1>
|
94
|
+
<h2>{{ site.job }}</h2>
|
94
95
|
</div>
|
95
96
|
</div>
|
96
97
|
<div id="contents">
|
data/assets/img/icon.webp
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,35 +1,57 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-professional-resume
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yankos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '3.9'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '5.0'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - "
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '3.9'
|
30
|
-
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: kramdown-parser-gfm
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.1.0
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 1.1.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: webrick
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 1.7.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
31
53
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
54
|
+
version: 1.7.0
|
33
55
|
- !ruby/object:Gem::Dependency
|
34
56
|
name: jekyll-feed
|
35
57
|
requirement: !ruby/object:Gem::Requirement
|