jekyll-theme-profile 0.2.5 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +134 -44
  3. data/_config.yml +87 -30
  4. data/_includes/breadcrumbs.html +59 -0
  5. data/_includes/header.html +75 -24
  6. data/_includes/link-card.html +6 -6
  7. data/_includes/masthead.html +28 -32
  8. data/_includes/mini-repo-info-card.html +21 -0
  9. data/_includes/nav.html +6 -65
  10. data/_includes/repo-card.html +1 -1
  11. data/_includes/repositories.html +1 -1
  12. data/_includes/social.html +242 -19
  13. data/_includes/toggle.html +4 -0
  14. data/_layouts/default.html +94 -31
  15. data/_sass/_main.scss +13 -1
  16. metadata +5 -40
  17. data/assets/brands/behance.svg +0 -1
  18. data/assets/brands/docker.svg +0 -1
  19. data/assets/brands/dribbble.svg +0 -1
  20. data/assets/brands/facebook.svg +0 -1
  21. data/assets/brands/hackerrank.svg +0 -1
  22. data/assets/brands/instagram.svg +0 -1
  23. data/assets/brands/keybase.svg +0 -1
  24. data/assets/brands/linkedin.svg +0 -1
  25. data/assets/brands/mastodon.svg +0 -1
  26. data/assets/brands/medium.svg +0 -1
  27. data/assets/brands/stackoverflow.svg +0 -1
  28. data/assets/brands/telegram.svg +0 -1
  29. data/assets/brands/twitter.svg +0 -1
  30. data/assets/brands/unsplash.svg +0 -1
  31. data/assets/brands/vk.svg +0 -1
  32. data/assets/brands/vscode.svg +0 -1
  33. data/assets/brands/youtube.svg +0 -1
  34. data/assets/img/blog.png +0 -0
  35. data/assets/img/icon-sidebar.png +0 -0
  36. data/assets/img/icon-stacked.png +0 -0
  37. data/assets/img/icon-topbar.png +0 -0
  38. data/assets/img/links.png +0 -0
  39. data/assets/img/octocat.png +0 -0
  40. data/assets/img/repositories.png +0 -0
  41. data/assets/img/sidebar-laptop.png +0 -0
  42. data/assets/img/sidebar-phone.png +0 -0
  43. data/assets/img/sidebar-preview.png +0 -0
  44. data/assets/img/sidebar-tablet.png +0 -0
  45. data/assets/img/social-media.png +0 -0
  46. data/assets/img/stacked-laptop.png +0 -0
  47. data/assets/img/stacked-phone.png +0 -0
  48. data/assets/img/stacked-preview.png +0 -0
  49. data/assets/img/stacked-tablet.png +0 -0
  50. data/assets/img/tobpar-phone.png +0 -0
  51. data/assets/img/topbar-laptop.png +0 -0
  52. data/assets/img/topbar-preview.png +0 -0
  53. data/assets/img/topbar-tablet.png +0 -0
  54. data/assets/img/user-image.jpg +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09860fc508343380e572ecc20d95ebc3e859aebdd475bcfc831f0c02e4d9908d'
4
- data.tar.gz: efb7061682176adc3c3612999cbd256a0ec85ccd0bd3614334fa444277c2db1b
3
+ metadata.gz: b42b9157514de4e533c7776814ec75f36b2c8a472f6f40936f225961b1a86a3a
4
+ data.tar.gz: fe78c3f01dc66327dc78d44a77921ae2ab391e92a00f73ecc8d8f6fc53c3ec32
5
5
  SHA512:
6
- metadata.gz: 81f5232bb3b2c523a609cf293f3d17419fc80db59bbc7b7aac9123a65467e06acac31be05667e8cc303825f5d5163dc5779b2308af88db65df43067543e2426f
7
- data.tar.gz: afb52edf1dda74ae93d0b28e1910abd4e3f2ca2c9cba34b81dce4909fab9f44e1118902414f67159581fd7025b9e0515189d22c5ce68a7a71fa1e6b2529cb348
6
+ metadata.gz: eb8c1610a321564f3706fa2769757a290b3e89b37feb288a65f7c943e157637ae07dba6023ee210ab338e5ade3b5858bce6a2cdb6e46f6c92cc559d162d8f8b3
7
+ data.tar.gz: ddec5868d5b907aaa10991d20a8fc7c8cf7cd6d49df8393fe0cd85c841c0a827310485a250dc6e0bd2fd9c6e19a90effed486d1b332bc7d3c877e6546706705d
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  ---
2
+ layout: default
2
3
  permalink: /
3
4
  ---
4
5
  ![jekyll-theme-profile](screenshot.png)
@@ -38,39 +39,27 @@ Or install it yourself as:
38
39
  Here's a sample config file you can copy and customize:
39
40
 
40
41
  ```yaml
41
- repository: athackst/jekyll-theme-profile # Your repository name
42
- url: https://username.github.io # The host url for your site
43
- baseurl: "" # or your package name /jekyll-theme-profile (leave blank if it is the username.github.io package)
42
+ repository: athackst/jekyll-theme-profile
43
+ # The style of the website
44
44
  style: topbar # One of "stacked", "sidebar", "topbar"
45
- # image: /assets/img/user-image.jpg # If you don't want to use your github image, set a custom one here
46
-
47
- links:
48
- # - name: Example full entry
49
- # web_url: https://www.example.com
50
- # image_url: /assets/img/icon-topbar.png
51
- # description: Example description
52
- # - name: Example entry with url and image
53
- # web_url: https://www.example.com
54
- # image_url: /assets/img/icon-sidebar.png
55
- # - name: Example entry with image
56
- # image_url: /assets/img/icon-stacked.png
57
- # - name: Example entry with description
58
- # description: Example Description
59
- # - name: Example entry with only a name
60
-
61
- repositories:
62
- sort_by: stars
63
- # sort_by options:
64
- # - pushed
65
- # - stars
66
- limit: 24
67
- exclude:
68
- archived: true
69
- forks: true
70
- repositories:
71
- # - respositories to exclude
72
-
73
- social_media:
45
+ # The user/project avatar. If not set the avatar of the project owner will be used.
46
+ user_image: /media/user-image.jpg
47
+ # Optional custom background image and overlay
48
+ # background:
49
+ # image: /media/background-img.jpg
50
+ # light:
51
+ # overlay: rgba(255, 255, 255, 0.5)
52
+ # dark:
53
+ # overlay: rgba(0, 0, 0, 0.5)
54
+
55
+ # repo_info: true # Show the information for the source of this project
56
+ # metadata: false # Show the metadata associated with the user
57
+
58
+ ####################
59
+ # Social media
60
+ # social_image: /screenshot.png # The social media thumbnail image to use in post links.
61
+ # icon_color: "#959da5" # The color of the social media icons on the site
62
+ # social_media: # Your social media accounts
74
63
  # behance: your_username
75
64
  # dribbble: your_username
76
65
  # docker: your_username
@@ -83,12 +72,61 @@ social_media:
83
72
  # medium: your_username
84
73
  # stackoverflow: your_user_id
85
74
  # telegram: your_username
75
+ # threads: your_username
76
+ # tiktok: your_username
86
77
  # twitter: your_username
87
78
  # unsplash: your_username
88
79
  # vk: your_username
89
80
  # vscode: your_username
90
81
  # youtube: your_username
82
+ # x: your_username
83
+
84
+ ####################
85
+ # Navigation links
86
+ # nav:
87
+ # - name: Topbar
88
+ # url: /test/home/topbar.html
89
+ # - name: Sidebar
90
+ # url: /test/home/sidebar.html
91
+ # - name: Stacked
92
+ # url: /test/home/stacked.html
93
+
94
+ ####################
95
+ # List of links for home page
96
+ # links:
97
+ # - name: Example page with topbar
98
+ # url: /test/page/topbar
99
+ # thumbnail: /media/icon-topbar.png
100
+ # - name: Example page with sidebar
101
+ # url: /test/page/sidebar
102
+ # thumbnail: /media/icon-sidebar.png
103
+ # - name: Example page with header stacked
104
+ # url: /test/page/stacked
105
+ # thumbnail: /media/icon-stacked.png
106
+ # - name: Example page with a custom background
107
+ # url: /test/page/background
108
+ # thumbnail: /media/icon-bg.png
109
+
110
+ ###################
111
+ # Repositories to show on home page
112
+ repositories:
113
+ sort_by: stars
114
+ # sort_by options:
115
+ # - pushed
116
+ # - stars
117
+ limit: 24
118
+ exclude:
119
+ archived: true
120
+ forks: true
121
+ repositories:
122
+ # - list of respositories to exclude
91
123
 
124
+ ####################
125
+ # Blog
126
+ posts_limit: 3 # The number of posts to show in home
127
+
128
+ paginate: 6 # The number of posts to show per page of pagination of blog posts
129
+ paginate_path: "/assets/blog/page:num"
92
130
  ```
93
131
 
94
132
  You can also use this with github acions. Below is a typical worfklow file
@@ -198,33 +236,64 @@ style: sidebar # One of "stacked", "sidebar", "topbar"
198
236
 
199
237
  #### [Sidebar](/test/home/sidebar.md)
200
238
 
201
- ![Sidebar image](/assets/img/sidebar-preview.png)
239
+ ![Sidebar image](/media/sidebar-preview.png)
202
240
 
203
241
  #### [Stacked](/test/home/stacked.md)
204
242
 
205
- ![Stacked image](/assets/img/stacked-preview.png)
243
+ ![Stacked image](/media/stacked-preview.png)
206
244
 
207
245
  #### [Topbar](/test/home/topbar.md)
208
246
 
209
- ![Topbar image](/assets/img/topbar-preview.png)
247
+ ![Topbar image](/media/topbar-preview.png)
248
+
249
+ #### Background
250
+
251
+ You can even change the background by adding the following to your `_config.yml` file.
252
+
253
+ ```yaml
254
+ # background:
255
+ # image: /media/background-img.jpg
256
+ # light:
257
+ # overlay: rgba(255, 255, 255, 0.5)
258
+ # dark:
259
+ # overlay: rgba(0, 0, 0, 0.5)
260
+ ```
261
+
262
+ [Example page](/test/page/background.md)
263
+
264
+ ### Nav
265
+
266
+ In the `nav` section, you can add navigation links that will show up on every page of your website.
267
+
268
+ ![Nav](/media/nav.png){: .border}
269
+
270
+ ```yaml
271
+ nav:
272
+ - name: Topbar
273
+ url: /test/home/topbar.html
274
+ - name: Sidebar
275
+ url: /test/home/sidebar.html
276
+ - name: Stacked
277
+ url: /test/home/stacked.html
278
+ ```
210
279
 
211
280
  ### Links
212
281
 
213
282
  In the `links` section, you can add links to showcase various pages on the web or your website.
214
283
 
215
- ![Links](/assets/img/links.png){: .border}
284
+ ![Links](/media/links.png){: .border}
216
285
 
217
286
  ```yaml
218
287
  links:
219
288
  - name: Example full entry
220
- web_url: https://www.example.com
221
- image_url: /assets/img/icon-topbar.png
289
+ url: https://www.example.com
290
+ thumbnail: /media/icon-topbar.png
222
291
  description: Example description
223
292
  - name: Example entry with url and image
224
- web_url: https://www.example.com
225
- image_url: /assets/img/icon-sidebar.png
293
+ url: https://www.example.com
294
+ thumbnail: /media/icon-sidebar.png
226
295
  - name: Example entry with image
227
- image_url: /assets/img/icon-stacked.png
296
+ thumbnail: /media/icon-stacked.png
228
297
  - name: Example entry with description
229
298
  description: Example Description
230
299
  - name: Example entry with only a name
@@ -234,7 +303,7 @@ links:
234
303
 
235
304
  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
236
305
 
237
- ![Repositories](/assets/img/repositories.png){: .border}
306
+ ![Repositories](/media/repositories.png){: .border}
238
307
 
239
308
  ```yaml
240
309
  repositories:
@@ -252,9 +321,21 @@ repositories:
252
321
 
253
322
  ### Social media
254
323
 
324
+ #### Setting the social media card
325
+
326
+ You can set the social media image for your site with the setting
327
+
328
+ ```yaml
329
+ social_image: /screenshot.jpg
330
+ ```
331
+
332
+ This works on both yaml frontmatter for a page and in the `_config.yml` file. Page settings will override site settings.
333
+
334
+ #### Adding your socials
335
+
255
336
  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.
256
337
 
257
- ![Social Media](/assets/img/social-media.png){: .border}
338
+ ![Social Media](/media/social-media.png){: .border}
258
339
 
259
340
  ```yaml
260
341
  social_media:
@@ -270,18 +351,27 @@ social_media:
270
351
  medium: your_username
271
352
  stackoverflow: your_user_id
272
353
  telegram: your_username
354
+ threads: your_username
355
+ tiktok: your_username
273
356
  twitter: your_username
274
357
  unsplash: your_username
275
358
  vk: your_username
276
359
  vscode: your_username
277
360
  youtube: your_username
361
+ x: your_username
362
+ ```
363
+
364
+ You can also set the icon color. If you don't set an icon color, the original icon colors will be used.
365
+
366
+ ```yaml
367
+ icon_color: "#959da5"
278
368
  ```
279
369
 
280
370
  ### Blog
281
371
 
282
372
  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 more posts than the limit, a `Read more` button will link to the paginated blog post page /blog/index.html.
283
373
 
284
- ![Blog](/assets/img/blog.png){: .border}
374
+ ![Blog](/media/blog.png){: .border}
285
375
 
286
376
  ```yaml
287
377
  posts_limit: 3
data/_config.yml CHANGED
@@ -1,8 +1,93 @@
1
1
  repository: athackst/jekyll-theme-profile
2
+ # The style of the website
2
3
  style: topbar # One of "stacked", "sidebar", "topbar"
3
- user_image: /assets/img/user-image.jpg
4
- image: /screenshot.png
4
+ # The user/project avatar. If not set the avatar of the project owner will be used.
5
+ user_image: /media/user-image.jpg
6
+ # Optional custom background image and overlay
7
+ # background:
8
+ # image: /media/background-img.jpg
9
+ # light:
10
+ # overlay: rgba(255, 255, 255, 0.5)
11
+ # dark:
12
+ # overlay: rgba(0, 0, 0, 0.5)
5
13
 
14
+ repo_info: true # Show the information for the source of this project
15
+ metadata: false # Show the metadata associated with the user
16
+
17
+ ####################
18
+ # Social media
19
+ social_image: /screenshot.png # The social media thumbnail image to use in post links.
20
+ # icon_color: "#959da5" # The color of the social media icons on the site
21
+ social_media: # Your social media accounts
22
+ # behance: your_username
23
+ # dribbble: your_username
24
+ # docker: your_username
25
+ # facebook: your_username
26
+ # hackerrank: your_username
27
+ # instagram: your_username
28
+ # keybase: your_username
29
+ # linkedin: your_username
30
+ # mastodon: your_username
31
+ # medium: your_username
32
+ # stackoverflow: your_user_id
33
+ # telegram: your_username
34
+ # threads: your_username
35
+ # tiktok: your_username
36
+ # twitter: your_username
37
+ # unsplash: your_username
38
+ # vk: your_username
39
+ # vscode: your_username
40
+ # youtube: your_username
41
+ # x: your_username
42
+
43
+ ####################
44
+ # Navigation links
45
+ nav:
46
+ - name: Topbar
47
+ url: /test/home/topbar.html
48
+ - name: Sidebar
49
+ url: /test/home/sidebar.html
50
+ - name: Stacked
51
+ url: /test/home/stacked.html
52
+
53
+ ####################
54
+ # List of links for home page
55
+ links:
56
+ - name: Example page with topbar
57
+ url: /test/page/topbar
58
+ thumbnail: /media/icon-topbar.png
59
+ - name: Example page with sidebar
60
+ url: /test/page/sidebar
61
+ thumbnail: /media/icon-sidebar.png
62
+ - name: Example page with header stacked
63
+ url: /test/page/stacked
64
+ thumbnail: /media/icon-stacked.png
65
+ - name: Example page with a custom background
66
+ url: /test/page/background
67
+ thumbnail: /media/icon-bg.png
68
+
69
+ ###################
70
+ # Repositories to show on home page
71
+ repositories:
72
+ sort_by: stars
73
+ # sort_by options:
74
+ # - pushed
75
+ # - stars
76
+ limit: 24
77
+ exclude:
78
+ archived: true
79
+ forks: true
80
+ repositories:
81
+ # - list of respositories to exclude
82
+
83
+ ####################
84
+ # Blog
85
+ posts_limit: 3 # The number of posts to show in home
86
+
87
+ paginate: 6 # The number of posts to show per page of pagination of blog posts
88
+ paginate_path: "/assets/blog/page:num"
89
+
90
+ # ============= general settings for the theme ===============
6
91
  plugins:
7
92
  - jekyll-github-metadata
8
93
  - jekyll-octicons
@@ -33,32 +118,4 @@ exclude:
33
118
  - .github
34
119
  - "*.gem"
35
120
 
36
- paginate: 6
37
- paginate_path: "/assets/blog/page:num"
38
-
39
121
  markdown: kramdown
40
-
41
- posts_limit: 3
42
-
43
- links:
44
- - name: Example page with topbar
45
- web_url: /test/page/topbar
46
- image_url: /assets/img/icon-topbar.png
47
- - name: Example page with sidebar/
48
- web_url: /test/page/sidebar
49
- image_url: /assets/img/icon-sidebar.png
50
- - name: Example page with header stacked
51
- web_url: /test/page/stacked
52
- image_url: /assets/img/icon-stacked.png
53
-
54
- repositories:
55
- sort_by: stars
56
- # sort_by options:
57
- # - pushed
58
- # - stars
59
- limit: 24
60
- exclude:
61
- archived: true
62
- forks: true
63
- repositories:
64
- # - respositories to exclude
@@ -0,0 +1,59 @@
1
+ <div class="d-flex flex-items-center">
2
+ <nav aria-label="Breadcrumb" class="f5">
3
+ <ol class="breadcrumb">
4
+ {%- assign crumbs = page.url | split: '/' %}
5
+ {%- assign url = "/" %}
6
+ {%- for crumb in crumbs %}
7
+ {%- if crumb == "" %}
8
+ <li class="breadcrumb-item">
9
+ <a href="{{ site.baseurl}}/">home</a>
10
+ </li>
11
+ {%- continue %}
12
+ {%- endif %}
13
+ {%- assign asset_url = url | append: "assets/" | append: crumb | append: "/" %}
14
+ {%- assign isa_asset = site.pages | where: "url", asset_url | first %}
15
+ {%- assign index_url = url | append: crumb | append: "/index.html" %}
16
+ {%- assign isa_index = site.pages | where: "url", index_url | first %}
17
+ {%- assign folder_url = url | append: crumb | append: "/" %}
18
+ {%- assign isa_folder = site.pages | where: "url", folder_url | first %}
19
+ {%- assign url = url | append: crumb %}
20
+ {%- assign isa_page = site.pages | where: "url", url | first %}
21
+ {%- assign isa_post = site.posts | where: "url", url | first %}
22
+
23
+ {%- assign nice_crumb = crumb | url_decode | replace: ".html", "" | replace: "-", " " | replace: "_", " " |
24
+ downcase %}
25
+
26
+ {%- comment %}
27
+ Checking the crumb: {{ crumb }}
28
+ [asset url: {{ asset_url }}]
29
+ [index url: {{ index_url }}]
30
+ [folder_url: {{ folder_url }}]
31
+ [url: {{ url }}]
32
+ {% for p in site.pages %}
33
+ {{ p.url }}
34
+ {% endfor %}
35
+ {%- endcomment %}
36
+
37
+ {%- if page.url == url or page.url == index_url or page.url == folder_url %}
38
+ <li class="breadcrumb-item breadcrumb-item-selected" aria-current="page">
39
+ <a href="{{ page.url | relative_url }}">{{ nice_crumb }}</a>
40
+ </li>
41
+ {%- break %}
42
+ {%- elsif isa_page or isa_post or isa_index or isa_folder %}
43
+ <li class="breadcrumb-item">
44
+ <a href="{{ url | relative_url }}">{{ nice_crumb }}</a>
45
+ </li>
46
+ {%- elsif isa_asset %}
47
+ <li class="breadcrumb-item">
48
+ <a href="{{ asset_url | relative_url }}">{{ nice_crumb }}</a>
49
+ </li>
50
+ {%- else %}
51
+ <li class="breadcrumb-item">
52
+ {{ nice_crumb }}
53
+ </li>
54
+ {%- endif %}
55
+ {%- unless crumb == crumbs.last %}{%- assign url = url | append: "/" %}{%- endunless %}
56
+ {%- endfor %}
57
+ </ol>
58
+ </nav>
59
+ </div>
@@ -25,37 +25,46 @@
25
25
  {%- assign meta_description = user.bio | strip_html | strip_newlines | xml_escape | truncate: 300 %}
26
26
  {%- endif %}
27
27
 
28
- {%- if page.image %}
29
- {%- assign page_image = page.image %}
30
- {%- elsif site.image %}
31
- {%- assign page_image = site.image %}
28
+ {%- if page.social_image %}
29
+ {%- assign social_image = page.social_image %}
30
+ {%- elsif site.social_image %}
31
+ {%- assign social_image = site.social_image %}
32
32
  {%- else %}
33
- {% assign page_image = user.avatar_url %}
33
+ {% assign social_image = user.avatar_url %}
34
+ {%- endif %}
35
+
36
+ {%- if page.background_image %}
37
+ {%- assign bg_image = page.background_image %}
38
+ {%- elsif site.background.image %}
39
+ {%- assign bg_image = site.background.image %}
34
40
  {%- endif %}
35
41
 
36
42
  <head>
37
43
  <meta charset="utf-8">
38
44
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
39
45
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
40
- <!-- HTML Meta Tags -->
41
- <title>{{ page_title }}</title>
42
- <meta name="description" content="{{ meta_description }}">
43
-
44
- <!-- Opengraph Meta Tags -->
45
- <meta property="og:url" content="{{ page_url | absolute_url }}">
46
- <meta property="og:type" content="website">
47
- <meta property="og:title" content="{{ page_title | absolute_url }}">
48
- <meta property="og:description" content="{{ meta_description }}">
49
- <meta property="og:image" content="{{ page_image | absolute_url }}">
50
-
51
- <!-- Twitter Meta Tags -->
52
- <meta name="twitter:card" content="summary_large_image">
53
- <meta property="twitter:domain" content="{{ site.url | replace: 'http://', '' | replace: 'https://', '' | replace: 'www.', '' }}">
54
- <meta property="twitter:url" content="{{ page_url | absolute_url }}">
55
- <meta name="twitter:title" content="{{ page_title }}">
56
- <meta name="twitter:description" content="{{ meta_description }}">
57
- <meta name="twitter:image" content="{{ page_image | absolute_url }}">
58
- {% if site.social_media.twitter %}<meta name="twitter:site" content="@{{ site.social_media.twitter }}">{% endif %}
46
+ <!-- HTML Meta Tags -->
47
+ <title>{{ page_title }}</title>
48
+ <meta name="description" content="{{ meta_description }}">
49
+
50
+ <!-- Opengraph Meta Tags -->
51
+ <meta property="og:url" content="{{ page_url | absolute_url }}">
52
+ <meta property="og:type" content="website">
53
+ <meta property="og:title" content="{{ page_title | absolute_url }}">
54
+ <meta property="og:description" content="{{ meta_description }}">
55
+ <meta property="og:image" content="{{ social_image | absolute_url }}">
56
+
57
+ <!-- Twitter Meta Tags -->
58
+ <meta name="twitter:card" content="summary_large_image">
59
+ <meta property="twitter:domain"
60
+ content="{{ site.url | replace: 'http://', '' | replace: 'https://', '' | replace: 'www.', '' }}">
61
+ <meta property="twitter:url" content="{{ page_url | absolute_url }}">
62
+ <meta name="twitter:title" content="{{ page_title }}">
63
+ <meta name="twitter:description" content="{{ meta_description }}">
64
+ <meta name="twitter:image" content="{{ social_image | absolute_url }}">
65
+ {%- if site.social_media.twitter %}
66
+ <meta name="twitter:site" content="@{{ site.social_media.twitter }}">
67
+ {%- endif %}
59
68
 
60
69
  <link href="{{ '/assets/css/style.css' | relative_url }}" rel="stylesheet" type="text/css">
61
70
  <link rel="icon" type="image/x-icon" href="{{ '/assets/img/favicon.ico' | relative_url}}">
@@ -157,4 +166,46 @@
157
166
  });
158
167
  </script>
159
168
 
169
+ {%- if bg_image %}
170
+ {%- if site.background.dark.overlay %}
171
+ {%- assign dark_overlay = site.background.dark.overlay %}
172
+ {%- else %}
173
+ {%- assign dark_overlay = 'rgba(34, 39, 46, 0.5)' %}
174
+ {%- endif %}
175
+ {%- if site.background.light.overlay %}
176
+ {%- assign light_overlay = site.background.light.overlay %}
177
+ {%- else %}
178
+ {%- assign light_overlay = 'rgba(255, 255, 255, 0.5)' %}
179
+ {%- endif %}
180
+ <style>
181
+ body {
182
+ position: relative;
183
+ background-image: url('{{ bg_image | relative_url }}');
184
+ background-size: cover;
185
+ background-repeat: no-repeat;
186
+ background-attachment: fixed;
187
+ z-index: -10;
188
+ }
189
+ /* Dark mode styles */
190
+ [data-color-mode='dark'] {
191
+ --overlay-color: {{ dark_overlay }};
192
+ }
193
+ @media(prefers-color-scheme: dark) {
194
+ [data-color-mode='auto'][data-dark-theme='dark_dimmed'] {
195
+ --overlay-color: {{ dark_overlay }};
196
+ }
197
+ }
198
+
199
+ /* Light mode styles */
200
+ [data-color-mode='light'] {
201
+ --overlay-color: {{ light_overlay }};
202
+ }
203
+
204
+ @media(prefers-color-scheme: light) {
205
+ [data-color-mode='auto'][data-light-theme='light'] {
206
+ --overlay-color: {{ light_overlay }};
207
+ }
208
+ }
209
+ </style>
210
+ {%- endif %}
160
211
  </head>
@@ -1,10 +1,10 @@
1
- {%- if link.web_url %}
2
- <a href="{{ link.web_url | relative_url }}"
1
+ {%- if link.url %}
2
+ <a href="{{ link.url | relative_url }}"
3
3
  class="github-component position-relative hover-grow no-underline d-flex flex-column text-center border border-gray-light rounded-1 p-1">
4
4
  <div class="d-inline-flex flex-items-center">
5
5
  <div class="avatar-7">
6
- {%- if link.image_url %}
7
- <img src="{{ link.image_url | relative_url }}" width="48" height="48"
6
+ {%- if link.thumbnail %}
7
+ <img src="{{ link.thumbnail | relative_url }}" width="48" height="48"
8
8
  class="rounded-1 box-shadow-none img-contain float-left" alt="{{ link.name }}">
9
9
  {%- endif %}
10
10
  </div>
@@ -21,8 +21,8 @@
21
21
  <div class="github-component position-relative height-full d-flex flex-column text-center p-1">
22
22
  <div class="d-inline-flex flex-items-center">
23
23
  <div class="avatar-7">
24
- {%- if link.image_url %}
25
- <img src="{{ link.image_url | relative_url }}" width="48" height="48"
24
+ {%- if link.thumbnail %}
25
+ <img src="{{ link.thumbnail | relative_url }}" width="48" height="48"
26
26
  class="rounded-1 box-shadow-none img-contain float-left" alt="{{ link.name }}">
27
27
  {%- endif %}
28
28
  </div>
@@ -16,43 +16,39 @@
16
16
 
17
17
  {%- assign metadata_styles = 'd-flex flex-items-center flex-justify-center mb-3' %}
18
18
  <a href="{{ site.baseurl }}/">
19
- <div class="img-masthead">
20
- <img src="{{ user_img | relative_url }}" alt="{{ name }}" class="avatar avatar-user rounded-circle border color-border-default">
21
- </div>
19
+ <div class="img-masthead">
20
+ <img src="{{ user_img | relative_url }}" alt="{{ name }}"
21
+ class="avatar avatar-user rounded-circle border color-border-default">
22
+ </div>
22
23
  </a>
23
24
  <h1 class="mb-2 lh-condensed overflow-wrap-word">{{ name }}</h1>
24
25
  <p class="mb-3 f4">
25
26
  {{ user.bio }}
26
27
  </p>
27
28
 
28
- <div class="f4 mb-6">
29
29
  {%- if include.metadata %}
30
-
31
- {%- if user.name %}
32
- <div class="{{ metadata_styles }}">
33
- {% octicon mark-github height:20 class:"mr-2 v-align-middle" aria-label:GitHub %}
34
- <a href="https://github.com/{{ user.login }}">
35
- @{{ user.login }}
36
- </a>
37
- </div>
38
- {%- endif %}
39
- {%- if user.email %}
40
- <div class="{{ metadata_styles }}">
41
- {% octicon mail height:20 class:"mr-2 v-align-middle" aria-label:email %}
42
- <a href="mailto:{{ user.email }}">
43
- {{ user.email }}
44
- </a>
45
- </div>
46
- {%- endif %}
47
- {%- if user.location %}
48
- <div class="{{ metadata_styles }}">
49
- {% octicon location height:20 class:"mr-2 v-align-middle" aria-label:Location %}
50
- {{ user.location }}
51
- </div>
52
- {%- endif %}
53
-
54
- {%- endif %}
55
- {%- if site.social_media %}
56
- {%- include social.html %}
57
- {%- endif %}
30
+ <div class="f4">
31
+ {%- if user.name %}
32
+ <div class="{{ metadata_styles }}">
33
+ {% octicon mark-github height:20 class:"mr-2 v-align-middle" aria-label:GitHub %}
34
+ <a href="https://github.com/{{ user.login }}">
35
+ @{{ user.login }}
36
+ </a>
37
+ </div>
38
+ {%- endif %}
39
+ {%- if user.email %}
40
+ <div class="{{ metadata_styles }}">
41
+ {% octicon mail height:20 class:"mr-2 v-align-middle" aria-label:email %}
42
+ <a href="mailto:{{ user.email }}">
43
+ {{ user.email }}
44
+ </a>
45
+ </div>
46
+ {%- endif %}
47
+ {%- if user.location %}
48
+ <div class="{{ metadata_styles }}">
49
+ {% octicon location height:20 class:"mr-2 v-align-middle" aria-label:Location %}
50
+ {{ user.location }}
51
+ </div>
52
+ {%- endif %}
58
53
  </div>
54
+ {%- endif %}