jekyll-theme-profile 1.8.2 → 1.8.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 +10 -10
- data/_includes/head.html +0 -2
- data/_includes/post-timeline-card.html +4 -2
- data/_includes/social.html +22 -22
- 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: 52e3b6395e7464dcaf6bdbabc200ad8bf15a8821db4463e440ba8a3d70b7301a
|
4
|
+
data.tar.gz: 93064d676b9aacad578e2154673fb58ddc82eec5487f9d917d632713addfb002
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e310cc0db22aa24f72ce770104ee9855991b8b05f02de1ee1b5d60bcbe3d1c8cfa3ef4759f78b2be8fc33e94a5a24f16e0c026138ac29e50c690611c91601d18
|
7
|
+
data.tar.gz: df51f43b32ccbbb0c5b8db2b7d931ab647a6a72a8715a9116dd02ba47e0b4cd648ec90fad4a8589f9e8863d143b9120b95391fc00f71946f1f92bae8a0d0ef61
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ Or install it yourself as:
|
|
29
29
|
|
30
30
|
## Usage
|
31
31
|
|
32
|
-
Start with a [sample config](https://github.com/athackst/jekyll-theme-profile/blob/main/
|
32
|
+
Start with a [sample config](https://github.com/athackst/jekyll-theme-profile/blob/main/demo/_config.yml) that you can copy and customize.
|
33
33
|
|
34
34
|
|
35
35
|
You can also use this with github acions. Below is a typical worfklow file
|
@@ -134,19 +134,19 @@ style: sidebar # One of "stacked", "sidebar", "topbar", "appbar
|
|
134
134
|
|
135
135
|
#### [Sidebar](https://www.althack.dev/jekyll-theme-profile/home/sidebar.html)
|
136
136
|
|
137
|
-
![Sidebar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
137
|
+
![Sidebar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/sidebar-preview.png)
|
138
138
|
|
139
139
|
#### [Stacked](https://www.althack.dev/jekyll-theme-profile/home/stacked.html)
|
140
140
|
|
141
|
-
![Stacked image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
141
|
+
![Stacked image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/stacked-preview.png)
|
142
142
|
|
143
143
|
#### [Topbar](https://www.althack.dev/jekyll-theme-profile/home/topbar.html)
|
144
144
|
|
145
|
-
![Topbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
145
|
+
![Topbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/topbar-preview.png)
|
146
146
|
|
147
147
|
#### [Appbar](https://www.althack.dev/jekyll-theme-profile/home/appbar.html)
|
148
148
|
|
149
|
-
![Appbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
149
|
+
![Appbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/appbar-preview.png)
|
150
150
|
|
151
151
|
#### Background
|
152
152
|
|
@@ -190,7 +190,7 @@ header:
|
|
190
190
|
|
191
191
|
In the `nav` section, you can add navigation links that will show up on every page of your website.
|
192
192
|
|
193
|
-
![Nav](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
193
|
+
![Nav](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/nav.png){: .border}
|
194
194
|
|
195
195
|
```yaml
|
196
196
|
nav:
|
@@ -206,7 +206,7 @@ nav:
|
|
206
206
|
|
207
207
|
In the `links` section, you can add links to showcase various pages on the web or your website.
|
208
208
|
|
209
|
-
![Links](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
209
|
+
![Links](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/links.png){: .border}
|
210
210
|
|
211
211
|
```yaml
|
212
212
|
links:
|
@@ -228,7 +228,7 @@ links:
|
|
228
228
|
|
229
229
|
The `repositories` section allows you to display your GitHub repositories on your page. You can sort them by stars or latest pushes, set a limit to the number of repositories displayed, and exclude archived, forked, or specific repositories from the list
|
230
230
|
|
231
|
-
![Repositories](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
231
|
+
![Repositories](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/repositories.png){: .border}
|
232
232
|
|
233
233
|
```yaml
|
234
234
|
repositories:
|
@@ -274,7 +274,7 @@ defaults:
|
|
274
274
|
|
275
275
|
Utilize the `social_media` section to add links to your various social media profiles. For each platform simply provide your username or user ID to have the corresponding icon and link appear on your profile.
|
276
276
|
|
277
|
-
![Social Media](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
277
|
+
![Social Media](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/social-media.png){: .border}
|
278
278
|
|
279
279
|
```yaml
|
280
280
|
social_media:
|
@@ -312,7 +312,7 @@ icon_color: "#959da5"
|
|
312
312
|
|
313
313
|
Make entries for the blog the same way you normally would by placing entries in the `_posts` folder. You can adjust the number of entries that show up in the main page by adjusting `posts_limit` in the `_config.yml` file. If you have paginate installed and more posts than the limit, a `Read more` button will link to the paginated blog post page /blog/index.html.
|
314
314
|
|
315
|
-
![Blog](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/
|
315
|
+
![Blog](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/demo/media/blog.png){: .border}
|
316
316
|
|
317
317
|
```yaml
|
318
318
|
posts_limit: 3
|
data/_includes/head.html
CHANGED
@@ -5,8 +5,6 @@
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
7
|
<!-- HTML Meta Tags -->
|
8
|
-
<title>{{ page_title }}</title>
|
9
|
-
|
10
8
|
{% seo %}
|
11
9
|
|
12
10
|
<link href="{{ '/assets/css/theme.css' | relative_url }}" rel="stylesheet" type="text/css">
|
@@ -22,8 +22,10 @@
|
|
22
22
|
<div class="col-12 col-md-7">
|
23
23
|
<div class="ml-5 mt-5">
|
24
24
|
{%- if post.video %}
|
25
|
-
<
|
26
|
-
|
25
|
+
<div class="image-container mb-5">
|
26
|
+
<iframe height="490" width="100%" src="{{ post.video }}" frameborder="0" gesture="media"
|
27
|
+
allow="encrypted-media; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
28
|
+
</div>
|
27
29
|
{%- elsif post.image %}
|
28
30
|
<div class="image-container mb-5">
|
29
31
|
<img class="rounded-2" src="{{ post.image}}" width="800" height="425" alt="{{ post.title }}" />
|
data/_includes/social.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
{%- if site.social_media.behance %}
|
5
5
|
<div class="mr-3">
|
6
|
-
<a href="https://www.behance.net/{{ site.social_media.behance }}" class="tooltipped tooltipped-se" aria-label="Behance: {{ site.social_media.behance }}">
|
6
|
+
<a href="https://www.behance.net/{{ site.social_media.behance }}" class="tooltipped tooltipped-se" aria-label="Behance: {{ site.social_media.behance }}" data-proofer-ignore>
|
7
7
|
{%- if site.icon_color %}
|
8
8
|
{%- assign color = site.icon_color %}
|
9
9
|
{%- else %}
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
{%- if site.social_media.dribbble %}
|
18
18
|
<div class="mr-3">
|
19
|
-
<a href="https://dribbble.com/{{ site.social_media.dribbble }}" class="tooltipped tooltipped-se" aria-label="Dribbble: {{ site.social_media.dribbble }}">
|
19
|
+
<a href="https://dribbble.com/{{ site.social_media.dribbble }}" class="tooltipped tooltipped-se" aria-label="Dribbble: {{ site.social_media.dribbble }}" data-proofer-ignore>
|
20
20
|
{%- if site.icon_color %}
|
21
21
|
{%- assign color = site.icon_color %}
|
22
22
|
{%- else %}
|
@@ -29,7 +29,7 @@
|
|
29
29
|
|
30
30
|
{%- if site.social_media.docker %}
|
31
31
|
<div class="mr-3">
|
32
|
-
<a href="https://hub.docker.com/u/{{ site.social_media.docker }}" class="tooltipped tooltipped-se" aria-label="Docker: {{ site.social_media.docker }}">
|
32
|
+
<a href="https://hub.docker.com/u/{{ site.social_media.docker }}" class="tooltipped tooltipped-se" aria-label="Docker: {{ site.social_media.docker }}" data-proofer-ignore>
|
33
33
|
{%- if site.icon_color %}
|
34
34
|
{%- assign color = site.icon_color %}
|
35
35
|
{%- else %}
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
{%- if site.social_media.facebook %}
|
44
44
|
<div class="mr-3">
|
45
|
-
<a href="https://www.facebook.com/{{ site.social_media.facebook }}" class="tooltipped tooltipped-se" aria-label="Facebook: {{ site.social_media.facebook }}">
|
45
|
+
<a href="https://www.facebook.com/{{ site.social_media.facebook }}" class="tooltipped tooltipped-se" aria-label="Facebook: {{ site.social_media.facebook }}" data-proofer-ignore>
|
46
46
|
{%- if site.icon_color %}
|
47
47
|
{%- assign color = site.icon_color %}
|
48
48
|
{%- else %}
|
@@ -55,7 +55,7 @@
|
|
55
55
|
|
56
56
|
{%- if site.social_media.github %}
|
57
57
|
<div class="mr-3">
|
58
|
-
<a href="https://www.github.com/{{ site.social_media.github }}" class="tooltipped tooltipped-se" aria-label="Github: {{ site.social_media.github }}">
|
58
|
+
<a href="https://www.github.com/{{ site.social_media.github }}" class="tooltipped tooltipped-se" aria-label="Github: {{ site.social_media.github }}" data-proofer-ignore>
|
59
59
|
{%- if site.icon_color %}
|
60
60
|
{%- assign color = site.icon_color %}
|
61
61
|
{%- else %}
|
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
{%- if site.social_media.hackerrank %}
|
70
70
|
<div class="mr-3">
|
71
|
-
<a href="https://www.hackerrank.com/{{ site.social_media.hackerrank }}" class="tooltipped tooltipped-se" aria-label="HackerRank: {{ site.social_media.hackerrank }}">
|
71
|
+
<a href="https://www.hackerrank.com/{{ site.social_media.hackerrank }}" class="tooltipped tooltipped-se" aria-label="HackerRank: {{ site.social_media.hackerrank }}" data-proofer-ignore>
|
72
72
|
{%- if site.icon_color %}
|
73
73
|
{%- assign color = site.icon_color %}
|
74
74
|
{%- else %}
|
@@ -81,7 +81,7 @@
|
|
81
81
|
|
82
82
|
{%- if site.social_media.instagram %}
|
83
83
|
<div class="mr-3">
|
84
|
-
<a href="https://www.instagram.com/{{ site.social_media.instagram }}" class="tooltipped tooltipped-se" aria-label="Instagram: {{ site.social_media.instagram }}">
|
84
|
+
<a href="https://www.instagram.com/{{ site.social_media.instagram }}" class="tooltipped tooltipped-se" aria-label="Instagram: {{ site.social_media.instagram }}" data-proofer-ignore>
|
85
85
|
{%- if site.icon_color %}
|
86
86
|
{%- assign color = site.icon_color %}
|
87
87
|
{%- else %}
|
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
{%- if site.social_media.keybase %}
|
96
96
|
<div class="mr-3">
|
97
|
-
<a href="https://keybase.io/{{ site.social_media.keybase }}" class="tooltipped tooltipped-se" aria-label="Keybase: {{ site.social_media.keybase }}">
|
97
|
+
<a href="https://keybase.io/{{ site.social_media.keybase }}" class="tooltipped tooltipped-se" aria-label="Keybase: {{ site.social_media.keybase }}" data-proofer-ignore>
|
98
98
|
{%- if site.icon_color %}
|
99
99
|
{%- assign color = site.icon_color %}
|
100
100
|
<svg width="20" height="20" viewBox="0 0 71 76.3" fill="{{ color }}" version="1.1" x="0px" y="0px" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"><g transform="translate(-241.11756,-377.8123)"><path class="st0" d="M247.8,451.8c-0.6-1.3-1.4-3.1-1.8-4l-0.6-1.7l-2,2.2l-2,2.2 l-0.2-4.2c-0.3-6,0.2-12.2,1.2-16.6c2.3-9.8,9.5-18.7,18.8-23.4l2.1-1l-0.5-1.5c-0.3-0.8-0.6-2.5-0.7-3.6l-0.2-2.1l-2.1-0.2 c-3.2-0.3-4.9-1.2-6-3.5c-0.6-1.2-0.6-1.4-0.4-4.6c0.2-4.2,0.5-5.1,1.8-6.5c1.6-1.8,2.7-2.1,6.7-1.9c2.9,0.2,3.5,0.3,4.8,0.9 c0.8,0.4,1.5,0.8,1.6,0.8c0.1,0,1-1.1,2.1-2.6l1.9-2.7l1.2,0.7c0.7,0.4,1.5,0.9,1.9,1.1l0.7,0.4l-0.6,1.5c-0.3,0.8-0.7,2.2-0.8,2.9 l-0.2,1.4l1.7,0.2c6.1,0.6,10.7,4.3,12.4,9.9c0.5,1.8,0.5,5.3,0,7c-0.5,1.6-0.5,1.7-0.1,1.7c0.7,0,5.4,2.3,7.3,3.5 c3.7,2.4,8,6.6,10.4,10.2c4.5,6.7,6.4,14,5.6,22c-0.4,4.8-1.3,8.6-2.9,12.3l-0.6,1.4l-2.5,0l-2.5,0l1.2-2.4 c1.3-2.6,2.3-6.2,2.8-9.4c0.3-2.2,0.4-8.2,0.1-9.3l-0.2-0.7l-1.3,1.4c-3.2,3.5-7.9,4.5-14.2,2.8c-5.4-1.4-7.6-1.7-12.7-1.7 c-3.9,0-5.2,0.1-7.3,0.6c-5.8,1.3-9.9,3.2-15.6,7.3c-2.1,1.5-3.8,2.7-3.9,2.7c-0.1,0,0.2-1,0.6-2.3c0.4-1.3,1.1-3.4,1.5-4.8 l0.8-2.5l-0.9,0.9c-0.5,0.5-1.9,1.9-3.1,3.2l-2.1,2.3l0.5,1.9c0.6,2.5,2,5.6,3.5,7.9c0.6,1,1.1,1.8,1.1,1.9s-1.2,0.1-2.6,0.1h-2.6 L247.8,451.8L247.8,451.8z M256.6,427.6c4.8-5.1,8.7-9.2,8.8-9.2c0.1,0.1-0.4,1.6-0.9,3.3c-3.3,10.4-4,12.4-3.9,12.5 c0,0,1.2-0.4,2.5-0.9c8.5-3.7,18.4-4.2,28.9-1.4c4.7,1.2,6.5,1.2,8.8,0c1.3-0.7,1.8-1.1,2.4-2.1c1.1-1.7,1.2-4.1,0.5-6.3 c-1.7-4.8-8.3-11-14.5-13.7c-3.2-1.4-3.4-1.4-4.1-0.7l-0.6,0.6l2.6,3.2c1.4,1.7,2.9,3.6,3.1,4.1c0.6,1.2,0.7,3.1,0.1,4.3 c-0.8,1.7-3.2,2.9-5.1,2.5c-0.8-0.2-1.1-0.1-1.9,0.5c-2.2,1.6-4.6,1.2-6.6-1.2c-1.6-1.8-2-2.7-2.1-4.5c0-0.9-0.3-2-0.5-2.4 c-0.3-0.6-0.4-1.3-0.4-2.2l0.1-1.4l-1.3-0.3c-1.8-0.5-3.9-1.5-5.1-2.4c-0.6-0.4-1.1-0.8-1.3-0.8s-1.5,0.6-2.9,1.3 c-9.7,5-16,14.3-17,24.8c-0.1,1-0.2,2.3-0.3,2.8l-0.1,0.9l1.1-1.1C247.4,437.3,251.8,432.7,256.6,427.6L256.6,427.6z M282.5,420.2 c0.9-0.7,1.7-1.3,1.9-1.3c0.1,0,0.4,0.3,0.7,0.7c0.5,0.8,1.4,0.8,1.8,0.1c0.3-0.5,0.3-0.6-5.6-7.8c-3.5-4.3-4.2-5-4.7-5 c-1.2,0.1-0.9,1,1,3.3l1.8,2.2l-1,0.8c-1.1,1-1.2,1.2-0.5,1.8c0.5,0.5,0.6,0.4,1.6-0.3l1.1-0.7l0.7,0.6c0.4,0.3,0.6,0.8,0.6,0.9 c0,0.2-0.8,0.9-1.7,1.7c-0.9,0.7-1.6,1.5-1.6,1.7c0,0.3,0.5,1.1,1.4,2.2C280.3,421.7,280.8,421.5,282.5,420.2L282.5,420.2z M272.2,406c0.6-1.8,2.6-3.2,4.6-3.2c1.1,0,2.7,0.9,3.8,2.1l1,1.2l0.9-1.1c2.5-2.8,2.8-6.7,0.8-10.1c-1.5-2.5-4.3-4-8.2-4.4 c-2.1-0.2-2.6-0.4-3.7-1.5l-0.8-0.8l-0.4,0.6c-0.8,1.2-2.5,5.1-3,6.6c-0.7,2.3-0.4,5.9,0.5,7.7c0.9,1.7,3.3,4,4,3.7 C271.8,406.9,272,406.5,272.2,406L272.2,406z M263.3,392.4c0.2-0.5,0.7-1.8,1.2-2.8c0.5-1,0.9-2,0.9-2.3c0-0.9-1-1.3-3.7-1.5 c-2.4-0.2-2.6-0.1-3.1,0.4c-0.4,0.4-0.6,0.9-0.6,1.6c0,0.6-0.1,1.7-0.2,2.6c-0.2,2.1,0.1,2.5,2.2,2.8 C263.1,393.4,263,393.4,263.3,392.4z M260.2,390c0-1.7,0.2-1.9,1.6-1.9h1.3v1.4v1.4h-1.4h-1.4V390z M266.5,448.3 c-0.6-0.6-0.8-1-0.8-2c0-1.9,1.1-3,2.9-3c1.7,0,2.9,1.2,2.9,2.9c0,1.8-1.1,2.8-3,2.9C267.5,449.1,267.1,448.9,266.5,448.3 L266.5,448.3z M285.8,448.6c-2.3-1.8-1.1-5.3,1.8-5.3c1.8,0,2.8,1.1,2.9,3c0,1.1-0.1,1.4-0.8,2s-1,0.8-2,0.8 C286.8,449.1,286.2,448.9,285.8,448.6L285.8,448.6z"/></g></svg>
|
@@ -193,7 +193,7 @@
|
|
193
193
|
|
194
194
|
{%- if site.social_media.linkedin %}
|
195
195
|
<div class="mr-3">
|
196
|
-
<a href="https://www.linkedin.com/in/{{ site.social_media.linkedin }}" class="tooltipped tooltipped-se" aria-label="LinkedIn: {{ site.social_media.linkedin }}">
|
196
|
+
<a href="https://www.linkedin.com/in/{{ site.social_media.linkedin }}" class="tooltipped tooltipped-se" aria-label="LinkedIn: {{ site.social_media.linkedin }}" data-proofer-ignore>
|
197
197
|
{%- if site.icon_color %}
|
198
198
|
{%- assign color = site.icon_color %}
|
199
199
|
{%- else %}
|
@@ -206,7 +206,7 @@
|
|
206
206
|
|
207
207
|
{%- if site.social_media.mail %}
|
208
208
|
<div class="mr-3">
|
209
|
-
<a href="mailto:{{ site.social_media.mail }}" class="tooltipped tooltipped-se" aria-label="Mail: {{ site.social_media.mail }}">
|
209
|
+
<a href="mailto:{{ site.social_media.mail }}" class="tooltipped tooltipped-se" aria-label="Mail: {{ site.social_media.mail }}" data-proofer-ignore>
|
210
210
|
{%- if site.icon_color %}
|
211
211
|
{%- assign color = site.icon_color %}
|
212
212
|
{%- else %}
|
@@ -220,7 +220,7 @@
|
|
220
220
|
|
221
221
|
{%- if site.social_media.mastodon %}
|
222
222
|
<div class="mr-3">
|
223
|
-
<a href="https://mstdn.io/{{ site.social_media.mastodon }}" class="tooltipped tooltipped-se" aria-label="Mastodon: {{ site.social_media.mastodon }}">
|
223
|
+
<a href="https://mstdn.io/{{ site.social_media.mastodon }}" class="tooltipped tooltipped-se" aria-label="Mastodon: {{ site.social_media.mastodon }}" data-proofer-ignore>
|
224
224
|
{%- if site.icon_color %}
|
225
225
|
{%- assign color = site.icon_color %}
|
226
226
|
{%- else %}
|
@@ -233,7 +233,7 @@
|
|
233
233
|
|
234
234
|
{%- if site.social_media.medium %}
|
235
235
|
<div class="mr-3">
|
236
|
-
<a href="https://medium.com/@{{ site.social_media.medium }}" class="tooltipped tooltipped-se" aria-label="Medium: {{ site.social_media.medium }}">
|
236
|
+
<a href="https://medium.com/@{{ site.social_media.medium }}" class="tooltipped tooltipped-se" aria-label="Medium: {{ site.social_media.medium }}" data-proofer-ignore>
|
237
237
|
{%- if site.icon_color %}
|
238
238
|
{%- assign color = site.icon_color %}
|
239
239
|
{%- else %}
|
@@ -246,7 +246,7 @@
|
|
246
246
|
|
247
247
|
{%- if site.social_media.stackoverflow %}
|
248
248
|
<div class="mr-3">
|
249
|
-
<a href="https://stackoverflow.com/u/{{ site.social_media.stackoverflow }}" class="tooltipped tooltipped-se" aria-label="Stack Overflow: {{ site.social_media.stackoverflow }}">
|
249
|
+
<a href="https://stackoverflow.com/u/{{ site.social_media.stackoverflow }}" class="tooltipped tooltipped-se" aria-label="Stack Overflow: {{ site.social_media.stackoverflow }}" data-proofer-ignore>
|
250
250
|
{%- if site.icon_color %}
|
251
251
|
{%- assign color = site.icon_color %}
|
252
252
|
<svg height="24" viewBox="0 0 120 120" fill="{{ color }}" xmlns="http://www.w3.org/2000/svg" ><path class="st0" d="M84.4 93.8V70.6h7.7v30.9H22.6V70.6h7.7v23.2z"/><path class="st1" d="M38.8 68.4l37.8 7.9 1.6-7.6-37.8-7.9-1.6 7.6zm5-18l35 16.3 3.2-7-35-16.4-3.2 7.1zm9.7-17.2l29.7 24.7 4.9-5.9-29.7-24.7-4.9 5.9zm19.2-18.3l-6.2 4.6 23 31 6.2-4.6-23-31zM38 86h38.6v-7.7H38V86z"/></svg>
|
@@ -260,7 +260,7 @@
|
|
260
260
|
|
261
261
|
{%- if site.social_media.telegram %}
|
262
262
|
<div class="mr-3">
|
263
|
-
<a href="https://t.me/{{ site.social_media.telegram }}" class="tooltipped tooltipped-se" aria-label="Telegram: {{ site.social_media.telegram }}">
|
263
|
+
<a href="https://t.me/{{ site.social_media.telegram }}" class="tooltipped tooltipped-se" aria-label="Telegram: {{ site.social_media.telegram }}" data-proofer-ignore>
|
264
264
|
{%- if site.icon_color %}
|
265
265
|
{%- assign color = site.icon_color %}
|
266
266
|
{%- else %}
|
@@ -273,7 +273,7 @@
|
|
273
273
|
|
274
274
|
{%- if site.social_media.threads %}
|
275
275
|
<div class="mr-3">
|
276
|
-
<a href="https://www.threads.net/@{{ site.social_media.threads }}" class="tooltipped tooltipped-se" aria-label="Threads: {{ site.social_media.threads }}">
|
276
|
+
<a href="https://www.threads.net/@{{ site.social_media.threads }}" class="tooltipped tooltipped-se" aria-label="Threads: {{ site.social_media.threads }}" data-proofer-ignore>
|
277
277
|
{%- if site.icon_color %}
|
278
278
|
{%- assign color = site.icon_color %}
|
279
279
|
{%- else %}
|
@@ -286,7 +286,7 @@
|
|
286
286
|
|
287
287
|
{%- if site.social_media.tiktok %}
|
288
288
|
<div class="mr-3">
|
289
|
-
<a href="https://www.tiktok.com//@{{ site.social_media.threads }}" class="tooltipped tooltipped-se" aria-label="Tiktok: {{ site.social_media.tiktok }}">
|
289
|
+
<a href="https://www.tiktok.com//@{{ site.social_media.threads }}" class="tooltipped tooltipped-se" aria-label="Tiktok: {{ site.social_media.tiktok }}" data-proofer-ignore>
|
290
290
|
{%- if site.icon_color %}
|
291
291
|
{%- assign color = site.icon_color %}
|
292
292
|
<svg width="20" height="20" viewBox="0 0 512 512" fill="{{ color }}" xmlns="http://www.w3.org/2000/svg"><path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"/></svg>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
|
311
311
|
{%- if site.social_media.twitter %}
|
312
312
|
<div class="mr-3">
|
313
|
-
<a href="https://www.twitter.com/{{ site.social_media.twitter }}" class="tooltipped tooltipped-se" aria-label="Twitter: {{ site.social_media.twitter }}">
|
313
|
+
<a href="https://www.twitter.com/{{ site.social_media.twitter }}" class="tooltipped tooltipped-se" aria-label="Twitter: {{ site.social_media.twitter }}" data-proofer-ignore>
|
314
314
|
{%- if site.icon_color %}
|
315
315
|
{%- assign color = site.icon_color %}
|
316
316
|
{%- else %}
|
@@ -323,7 +323,7 @@
|
|
323
323
|
|
324
324
|
{%- if site.social_media.unsplash %}
|
325
325
|
<div class="mr-3">
|
326
|
-
<a href="https://www.unsplash.com/{{ site.social_media.unsplash }}" class="tooltipped tooltipped-se" aria-label="Unsplash: {{ site.social_media.unsplash }}">
|
326
|
+
<a href="https://www.unsplash.com/{{ site.social_media.unsplash }}" class="tooltipped tooltipped-se" aria-label="Unsplash: {{ site.social_media.unsplash }}" data-proofer-ignore>
|
327
327
|
{%- if site.icon_color %}
|
328
328
|
{%- assign color = site.icon_color %}
|
329
329
|
{%- else %}
|
@@ -336,7 +336,7 @@
|
|
336
336
|
|
337
337
|
{%- if site.social_media.vk %}
|
338
338
|
<div class="mr-3">
|
339
|
-
<a href="https://vk.com/{{ site.social_media.vk }}" class="tooltipped tooltipped-se" aria-label="VK: {{ site.social_media.vk }}">
|
339
|
+
<a href="https://vk.com/{{ site.social_media.vk }}" class="tooltipped tooltipped-se" aria-label="VK: {{ site.social_media.vk }}" data-proofer-ignore>
|
340
340
|
{%- if site.icon_color %}
|
341
341
|
{%- assign color = site.icon_color %}
|
342
342
|
{%- else %}
|
@@ -349,7 +349,7 @@
|
|
349
349
|
|
350
350
|
{%- if site.social_media.vscode %}
|
351
351
|
<div class="mr-3">
|
352
|
-
<a href="https://marketplace.visualstudio.com/publishers/{{ site.social_media.vscode }}" class="tooltipped tooltipped-se" aria-label="VS Code Marketplace: {{ site.social_media.vscode }}">
|
352
|
+
<a href="https://marketplace.visualstudio.com/publishers/{{ site.social_media.vscode }}" class="tooltipped tooltipped-se" aria-label="VS Code Marketplace: {{ site.social_media.vscode }}" data-proofer-ignore>
|
353
353
|
{%- if site.icon_color %}
|
354
354
|
{%- assign color = site.icon_color %}
|
355
355
|
{%- else %}
|
@@ -362,7 +362,7 @@
|
|
362
362
|
|
363
363
|
{%- if site.social_media.x %}
|
364
364
|
<div class="mr-3">
|
365
|
-
<a href="https://www.x.com/{{ site.social_media.x }}" class="tooltipped tooltipped-se" aria-label="X: {{ site.social_media.x }}">
|
365
|
+
<a href="https://www.x.com/{{ site.social_media.x }}" class="tooltipped tooltipped-se" aria-label="X: {{ site.social_media.x }}" data-proofer-ignore>
|
366
366
|
{%- if site.icon_color %}
|
367
367
|
{%- assign color = site.icon_color %}
|
368
368
|
{%- else %}
|
@@ -375,7 +375,7 @@
|
|
375
375
|
|
376
376
|
{%- if site.social_media.youtube %}
|
377
377
|
<div class="mr-3">
|
378
|
-
<a href="https://www.youtube.com/{{ site.social_media.youtube }}" class="tooltipped tooltipped-se" aria-label="YouTube: {{ site.social_media.youtube }}">
|
378
|
+
<a href="https://www.youtube.com/{{ site.social_media.youtube }}" class="tooltipped tooltipped-se" aria-label="YouTube: {{ site.social_media.youtube }}" data-proofer-ignore>
|
379
379
|
{%- if site.icon_color %}
|
380
380
|
{%- assign color = site.icon_color %}
|
381
381
|
{%- else %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-profile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allison Thackston
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|