jekyll-theme-profile 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 183ece8d54449696105ba18c47d30dad8c57e9aff4b8867dfcd266261107fde7
4
- data.tar.gz: 76ec9a8e21925dfb00527f16d62dd5d6981949a84cc4c8230fbc288aa7da577c
3
+ metadata.gz: 496c50249c4ad24ccfdecbd84442cb3e88db4db88de315f95f1a000c1af32604
4
+ data.tar.gz: 4ff57f86bdfe0aadca9553c658231a1a9e507ba6a03282a13c6e98ad09532eec
5
5
  SHA512:
6
- metadata.gz: fc5e2f829a93ee4f30eaabd2bc89b903b9ad93ff440fe045ebd56b11162095097713f7e48efcc117f91870da5b3694898876a6176c41f460ba425bf03cce53b1
7
- data.tar.gz: 0f60be4de40f8a280e886e9cb31e124239f6201b86d328c99a9b7fa1e907593b97af07fbd3adc30ade2af54bbf6cf3d9becd73a520b3fbb8dbd619463d20d2d6
6
+ metadata.gz: 9949c30dcebcd7d12e59c67d8587ff88567e856993a0b225f0de59f6ac9397bfd78250ba690c0131c25644221f6e25ff698c26a700f8663d32fc8bcf3360c0cd
7
+ data.tar.gz: c4645f8fea05ca5265884e5b5b8c4d308f3613ccdc8bd9c7aa5688818315849f90b84c30e1e1dc460440fa0b2c1a6f6413dcc0fcbefcaf351a177d19175b0d80
data/README.md CHANGED
@@ -1,16 +1,9 @@
1
- ---
2
- layout: post
3
- permalink: /
4
- image: screenshot.png
5
- description: A customizable jekyll theme built off of the github primer css
6
- toc: true
7
- ---
8
1
  # jekyll-theme-profile
9
2
 
10
- ![jekyll-theme-profile](screenshot.png)
3
+ ![jekyll-theme-profile](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/screenshot.png)
11
4
 
12
5
 
13
- Meet "jekyll-theme-profile" your ultimate Jekyll theme, based on GitHub's primer style. With both light and dark modes, and three stylish options: sidebar, topbar, and stacked, it's all about personalization. Setting up is a breeze, as it automatically populates your profile using your GitHub user info. Add custom links like Linktree and share engaging blog posts effortlessly. Get ready to rock your online presence with this user-friendly and charming theme, making Jekyll and GitHub Pages a joy to use!
6
+ This theme is based on GitHub's primer style. It supports both light and dark modes, and four style options: appbar, sidebar, topbar, and stacked. Setting up is a breeze, as it automatically populates your profile using your GitHub user info. Add custom links like Linktree and share engaging blog posts effortlessly.
14
7
 
15
8
  ## Installation
16
9
 
@@ -36,106 +29,8 @@ Or install it yourself as:
36
29
 
37
30
  ## Usage
38
31
 
39
- Here's a sample config file you can copy and customize:
32
+ Start with a [sample config](https://github.com/athackst/jekyll-theme-profile/blob/main/example/_config.yml) that you can copy and customize.
40
33
 
41
- ```yaml
42
- repository: athackst/jekyll-theme-profile
43
- # The style of the website
44
- style: topbar # One of "stacked", "sidebar", "topbar"
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
- # single overlay for all or custom for light and dark modes
51
- # overlay: rgba(0, 0, 0, 0.5)
52
- # light:
53
- # overlay: rgba(255, 255, 255, 0.5)
54
- # dark:
55
- # overlay: rgba(0, 0, 0, 0.5)
56
-
57
- # repo_info: true # Show the information for the source of this project
58
- # user_metadata: true # Show the metadata associated with the user
59
- # profile_link: true # Show a link to the github profile for the user
60
-
61
- ####################
62
- # Social media
63
- # icon_color: "#959da5" # The color of the social media icons on the site
64
- # social_media: # Your social media accounts
65
- # behance: your_username
66
- # dribbble: your_username
67
- # docker: your_username
68
- # facebook: your_username
69
- # github: your_username
70
- # hackerrank: your_username
71
- # instagram: your_username
72
- # keybase: your_username
73
- # linkedin: your_username
74
- # mail: email@address
75
- # mastodon: your_username
76
- # medium: your_username
77
- # stackoverflow: your_user_id
78
- # telegram: your_username
79
- # threads: your_username
80
- # tiktok: your_username
81
- # twitter: your_username
82
- # unsplash: your_username
83
- # vk: your_username
84
- # vscode: your_username
85
- # youtube: your_username
86
- # x: your_username
87
-
88
- ####################
89
- # Navigation links
90
- # nav:
91
- # - name: Topbar
92
- # url: /test/home/topbar.html
93
- # - name: Appbar
94
- # url: /test/home/appbar.html
95
- # - name: Sidebar
96
- # url: /test/home/sidebar.html
97
- # - name: Stacked
98
- # url: /test/home/stacked.html
99
-
100
- ####################
101
- # List of links for home page
102
- # links:
103
- # - name: Example page with topbar
104
- # url: /test/page/topbar
105
- # thumbnail: /media/icon-topbar.png
106
- # - name: Example page with appbar
107
- # url: /test/page/appbar
108
- # - name: Example page with sidebar
109
- # url: /test/page/sidebar
110
- # thumbnail: /media/icon-sidebar.png
111
- # - name: Example page with header stacked
112
- # url: /test/page/stacked
113
- # thumbnail: /media/icon-stacked.png
114
- # - name: Example page with a custom background
115
- # url: /test/page/background
116
- # thumbnail: /media/icon-bg.png
117
-
118
- ###################
119
- # Repositories to show on home page
120
- repositories:
121
- sort_by: stars
122
- # sort_by options:
123
- # - pushed
124
- # - stars
125
- limit: 24
126
- exclude:
127
- archived: true
128
- forks: true
129
- repositories:
130
- # - list of respositories to exclude
131
-
132
- ####################
133
- # Blog
134
- posts_limit: 3 # The number of posts to show in home (also can be defined in page)
135
-
136
- paginate: 6 # The number of posts to show per page of pagination of blog posts
137
- paginate_path: "/assets/blog/page:num"
138
- ```
139
34
 
140
35
  You can also use this with github acions. Below is a typical worfklow file
141
36
 
@@ -203,11 +98,6 @@ jobs:
203
98
  env:
204
99
  JEKYLL_ENV: production
205
100
  JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
206
- - name: HTMLProofer
207
- uses: athackst/htmlproofer-action@v0.3.0
208
- with:
209
- ignore_urls: |
210
- https://opensource.org/license/mit/
211
101
  - name: Upload artifact
212
102
  uses: actions/upload-pages-artifact@v1
213
103
 
@@ -242,21 +132,21 @@ style: sidebar # One of "stacked", "sidebar", "topbar"
242
132
  ---
243
133
  ```
244
134
 
245
- #### [Sidebar](/test/home/sidebar.md)
135
+ #### [Sidebar](https://www.althack.dev/jekyll-theme-profile/home/sidebar.html)
246
136
 
247
- ![Sidebar image](/media/sidebar-preview.png)
137
+ ![Sidebar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/sidebar-preview.png)
248
138
 
249
- #### [Stacked](/test/home/stacked.md)
139
+ #### [Stacked](https://www.althack.dev/jekyll-theme-profile/home/stacked.html)
250
140
 
251
- ![Stacked image](/media/stacked-preview.png)
141
+ ![Stacked image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/stacked-preview.png)
252
142
 
253
- #### [Topbar](/test/home/topbar.md)
143
+ #### [Topbar](https://www.althack.dev/jekyll-theme-profile/home/topbar.html)
254
144
 
255
- ![Topbar image](/media/topbar-preview.png)
145
+ ![Topbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/topbar-preview.png)
256
146
 
257
- #### [Appbar](/test/home/appbar.md)
147
+ #### [Appbar](https://www.althack.dev/jekyll-theme-profile/home/appbar.html)
258
148
 
259
- ![Appbar image](/media/appbar-preview.png)
149
+ ![Appbar image](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/appbar-preview.png)
260
150
 
261
151
  #### Background
262
152
 
@@ -283,7 +173,7 @@ background:
283
173
  overlay: rgba(0, 0, 0, 0.5)
284
174
  ```
285
175
 
286
- [Example page](/test/page/background.md)
176
+ [Example page](https://www.althack.dev/jekyll-theme-profile/page/background)
287
177
 
288
178
  #### Header
289
179
 
@@ -300,7 +190,7 @@ header:
300
190
 
301
191
  In the `nav` section, you can add navigation links that will show up on every page of your website.
302
192
 
303
- ![Nav](/media/nav.png){: .border}
193
+ ![Nav](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/nav.png){: .border}
304
194
 
305
195
  ```yaml
306
196
  nav:
@@ -316,7 +206,7 @@ nav:
316
206
 
317
207
  In the `links` section, you can add links to showcase various pages on the web or your website.
318
208
 
319
- ![Links](/media/links.png){: .border}
209
+ ![Links](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/links.png){: .border}
320
210
 
321
211
  ```yaml
322
212
  links:
@@ -338,7 +228,7 @@ links:
338
228
 
339
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
340
230
 
341
- ![Repositories](/media/repositories.png){: .border}
231
+ ![Repositories](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/repositories.png){: .border}
342
232
 
343
233
  ```yaml
344
234
  repositories:
@@ -354,7 +244,7 @@ repositories:
354
244
  # - respositories to exclude
355
245
  ```
356
246
 
357
- ### Social media
247
+ ### Social media and SEO
358
248
 
359
249
  #### Setting the social media card
360
250
 
@@ -384,7 +274,7 @@ defaults:
384
274
 
385
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.
386
276
 
387
- ![Social Media](/media/social-media.png){: .border}
277
+ ![Social Media](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/social-media.png){: .border}
388
278
 
389
279
  ```yaml
390
280
  social_media:
@@ -418,23 +308,23 @@ You can also set the icon color. If you don't set an icon color, the original i
418
308
  icon_color: "#959da5"
419
309
  ```
420
310
 
421
- ### Blog
311
+ ### Blog timeline
422
312
 
423
- 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.
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.
424
314
 
425
- ![Blog](/media/blog.png){: .border}
315
+ ![Blog](https://raw.githubusercontent.com/athackst/jekyll-theme-profile/main/example/media/blog.png){: .border}
426
316
 
427
317
  ```yaml
428
318
  posts_limit: 3
429
319
  ```
430
320
 
431
- Additionally, the theme provides a paginate layout you can use. By default, the theme serves pagination from `/assets/blog/index.html`.
321
+ Additionally, the theme provides a paginate layout you can use.
432
322
 
433
- But you can adjust the source by updating the config
323
+ To use, add `gem jekyll-paginate` to your gemfile and the following lines to your `_config.yml`
434
324
 
435
325
  ```yaml
436
326
  paginate: 6
437
- paginate_path: "/assets/blog/page:num"
327
+ paginate_path: "/blog/page:num"
438
328
  ```
439
329
 
440
330
  And adding a `index.html` page at the `pagenate_path`
@@ -10,9 +10,11 @@
10
10
  </script>
11
11
  <header class="AppHeader position-sticky top-0 z-2 border-bottom topbar">
12
12
  <div class="AppHeader-item d-flex flex-justify-between p-2 flex-items-center">
13
+ {%- if site.nav %}
13
14
  <div class="d-flex">
14
15
  <button id="expansion-btn" class="AppHeader-button d-sm-none" type="button">{% octicon three-bars height:16 %}</button>
15
16
  </div>
17
+ {%- endif %}
16
18
  <div tabindex="-1" class="d-flex flex-1 ml-3" id="github-logo">
17
19
  <a href="{{ site.baseurl }}/" class="AppHeader-link d-flex flex-items-center no-underline mr-3">
18
20
  {% octicon mark-github height:32 %}
@@ -5,6 +5,8 @@
5
5
  {%- include post-timeline-card.html %}
6
6
  {%- endfor %}
7
7
  </div>
8
+ {%- if site.paginate %}
8
9
  <div class="col-12 col-md-7 offset-md-5 mb-5">
9
10
  <a href="{{ site.paginate_path | relative_url | replace: 'page:num', '' }}" class="btn ml-5">Read more</a>
10
11
  </div>
12
+ {%- endif %}
data/_includes/posts.html CHANGED
@@ -5,6 +5,8 @@
5
5
  {%- include post-card.html %}
6
6
  {%- endfor %}
7
7
  </div>
8
+ {%- if site.pageinate %}
8
9
  <div class="col-12 col-md-7 offset-md-5 mb-5">
9
10
  <a href="{{ site.paginate_path | relative_url | replace: 'page:num', '' }}" class="btn ml-5">Read more</a>
10
11
  </div>
12
+ {%- endif %}
@@ -1,4 +1,3 @@
1
1
  ---
2
2
  layout: paginate
3
- title: My Blog
4
3
  ---
@@ -1,4 +1,4 @@
1
- {%- assign style = page.style | default: site.style %}
1
+ {%- assign style = page.style | default: layout.style | default: site.style %}
2
2
  {%- assign user = site.github.owner %}
3
3
  {%- assign name = site.title | default: user.name | default: user.login %}
4
4
  {%- assign user_img = site.user_image | default: user.avatar_url %}
@@ -19,9 +19,8 @@
19
19
  {% include header-sidebar.html %}
20
20
  {%- endif %}
21
21
 
22
- <div class="flex-column flex-1 min-width-0">
23
22
  {{ content }}
24
- </div>
23
+
25
24
  {% if style== 'sidebar' %}
26
25
  </div>
27
26
  {% endif %}
@@ -5,7 +5,7 @@ style: none
5
5
  {%- assign user = site.github.owner %}
6
6
  {%- assign name = site.title | default: user.name | default: user.login %}
7
7
  {%- assign user_img = site.user_image | default: user.avatar_url %}
8
- <div class="d-flex p-0 position-sticky top-0">
8
+ <div class="Header d-flex p-0 flex-1 height-full">
9
9
  <div class="flex-column flex-1 position-sticky top-0">
10
10
  <div class="Toolbar topbar d-flex flex-row py-3 flex-justify-end">
11
11
  <div class="Toolbar-expand d-flex flex-justify-center d-none">
@@ -15,8 +15,8 @@ style: none
15
15
  {% include toggle.html %}
16
16
  </div>
17
17
  </div>
18
- <div class="text-center">
19
- <div class="px-5 py-2">
18
+ <div class="text-center flex-1">
19
+ <div class="px-5 py-2 height-full">
20
20
  {%- include masthead.html %}
21
21
  </div>
22
22
  {%- if site.repo_info %}
@@ -24,6 +24,7 @@ style: none
24
24
  {% include mini-repo-info-card.html class="Header-link no-underline" %}
25
25
  </div>
26
26
  {%- endif %}
27
+ {{ content }}
27
28
  {%- if site.nav %}
28
29
  <div class="d-flex flex-column">
29
30
  {%- include nav.html %}
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
-
5
- <div class="py-3">
4
+ <div class="flex-column flex-1 min-width-0 py-3">
6
5
  {%- include masthead.html %}
7
6
  {%- unless content == "" %}
8
7
  {{ content }}
data/_layouts/page.html CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <div class="Page">
4
+ <div class="Page flex-column flex-1 min-width-0">
5
5
  <div class="container-xl p-3 px-md-5 markdown-body">
6
6
  {{ content }}
7
7
  </div>
data/_layouts/post.html CHANGED
@@ -4,7 +4,7 @@ layout: default
4
4
  {%- assign user = site.github.owner %}
5
5
  {%- assign name = page.author | default: user.name | default: user.login %}
6
6
  {%- assign image = page.image | default: site.image %}
7
-
7
+ <div class="flex-column flex-1 min-width-0">
8
8
  <div class="BlogHeader position-relative border-top">
9
9
  <div class="container-xl p-responsive">
10
10
  <div class="gutter-spacious pt-1 ">
@@ -82,7 +82,7 @@ layout: default
82
82
  </div>
83
83
  <div class="col-12 col-lg-7 col-md-8 markdown-body">
84
84
  {{ content }}
85
- {%- if page.tags.size > 0 %}
85
+ {%- if page.tags.size > 0 and site.tag_page_dir %}
86
86
  <div class="post-tags text-mono f4-mktg mt-8">
87
87
  <span class="post-tags-label flex-shrink-0 d-inline-block mt-2">Tags: </span>
88
88
  <ul class="d-inline-block list-style-none color-text-link mb-0">
@@ -115,3 +115,4 @@ layout: default
115
115
  {% include related.html %}
116
116
  </div>
117
117
  </div>
118
+ </div>
@@ -74,7 +74,6 @@
74
74
  .Header {
75
75
  --color-header-text: {{ site.header.accent }};
76
76
  --color-accent-fg: {{ site.header.accent }};
77
-
78
77
  }
79
78
  {%- endif %}
80
79
 
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.7.0
4
+ version: 1.7.1
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-11-23 00:00:00.000000000 Z
11
+ date: 2023-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,20 +30,6 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.0'
33
- - !ruby/object:Gem::Dependency
34
- name: github-pages
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '228'
40
- type: :runtime
41
- prerelease: false
42
- version_requirements: !ruby/object:Gem::Requirement
43
- requirements:
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: '228'
47
33
  - !ruby/object:Gem::Dependency
48
34
  name: jekyll-github-metadata
49
35
  requirement: !ruby/object:Gem::Requirement
@@ -72,20 +58,6 @@ dependencies:
72
58
  - - "~>"
73
59
  - !ruby/object:Gem::Version
74
60
  version: '19.4'
75
- - !ruby/object:Gem::Dependency
76
- name: jekyll-paginate
77
- requirement: !ruby/object:Gem::Requirement
78
- requirements:
79
- - - "~>"
80
- - !ruby/object:Gem::Version
81
- version: '1.1'
82
- type: :runtime
83
- prerelease: false
84
- version_requirements: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - "~>"
87
- - !ruby/object:Gem::Version
88
- version: '1.1'
89
61
  - !ruby/object:Gem::Dependency
90
62
  name: jekyll-seo-tag
91
63
  requirement: !ruby/object:Gem::Requirement
@@ -106,28 +78,14 @@ dependencies:
106
78
  requirements:
107
79
  - - "~>"
108
80
  - !ruby/object:Gem::Version
109
- version: 0.18.0
110
- type: :runtime
111
- prerelease: false
112
- version_requirements: !ruby/object:Gem::Requirement
113
- requirements:
114
- - - "~>"
115
- - !ruby/object:Gem::Version
116
- version: 0.18.0
117
- - !ruby/object:Gem::Dependency
118
- name: jekyll-tagging
119
- requirement: !ruby/object:Gem::Requirement
120
- requirements:
121
- - - "~>"
122
- - !ruby/object:Gem::Version
123
- version: 1.1.0
81
+ version: '0.18'
124
82
  type: :runtime
125
83
  prerelease: false
126
84
  version_requirements: !ruby/object:Gem::Requirement
127
85
  requirements:
128
86
  - - "~>"
129
87
  - !ruby/object:Gem::Version
130
- version: 1.1.0
88
+ version: '0.18'
131
89
  - !ruby/object:Gem::Dependency
132
90
  name: jemoji
133
91
  requirement: !ruby/object:Gem::Requirement
@@ -151,7 +109,6 @@ extra_rdoc_files: []
151
109
  files:
152
110
  - LICENSE.txt
153
111
  - README.md
154
- - _config.yml
155
112
  - _includes/breadcrumbs.html
156
113
  - _includes/footer.html
157
114
  - _includes/head.html
@@ -177,6 +134,7 @@ files:
177
134
  - _includes/social.html
178
135
  - _includes/toggle.html
179
136
  - _includes/user-metadata.html
137
+ - _layouts/category_layout.html
180
138
  - _layouts/default.html
181
139
  - _layouts/home.html
182
140
  - _layouts/landing.html
@@ -191,7 +149,6 @@ files:
191
149
  - _sass/_language-colors.scss
192
150
  - _sass/_main.scss
193
151
  - _sass/jekyll-theme-profile.scss
194
- - assets/blog/index.html
195
152
  - assets/css/style.scss
196
153
  - assets/css/theme.scss
197
154
  - assets/img/default.png
data/_config.yml DELETED
@@ -1,175 +0,0 @@
1
- # # Welcome to the Jekyll Theme Profile!
2
- #
3
- # ######## Jekyll Site Settings ##########
4
- title: Jekyll Theme Profile
5
- description: Github Profile built with jekyll-theme-profile
6
- repository: athackst/jekyll-theme-profile
7
-
8
- # ########### Theme settings ###############
9
- # The style of the website
10
- style: topbar # One of "stacked", "sidebar", "topbar"
11
- # The user/project avatar. If not set the avatar of the project owner will be used.
12
- user_image: /media/user-image.jpg
13
- # # Optional custom background image and overlay
14
- # background:
15
- # image: /media/background-img.jpg
16
- # overlay: rgba(0, 0, 0, 0.7)
17
- # light:
18
- # overlay: rgba(255, 255, 255, 0.5)
19
- # dark:
20
- # overlay: rgba(0, 0, 0, 0.5)
21
-
22
- # # Optional custom header colors
23
- # header:
24
- # color: "#4051b5"
25
- # text: "rgba(255,255,255,0.7)"
26
- # accent: "#ffffff"
27
-
28
- repo_info: true # Show the information for the source of this project
29
- user_metadata: true # Show the metadata associated with the user
30
- profile_link: true # Show a link to the github profile for the user
31
- ##########################
32
- # # Social media settings
33
- # icon_color: "#959da5" # The color of the social media icons on the site
34
- # social_media: # Your social media accounts
35
- # behance: your_username
36
- # dribbble: your_username
37
- # docker: your_username
38
- # facebook: your_username
39
- # github: your_username
40
- # hackerrank: your_username
41
- # instagram: your_username
42
- # keybase: your_username
43
- # linkedin: your_username
44
- # mail: email@address
45
- # mastodon: your_username
46
- # medium: your_username
47
- # stackoverflow: your_user_id
48
- # telegram: your_username
49
- # threads: your_username
50
- # tiktok: your_username
51
- # twitter: your_username
52
- # unsplash: your_username
53
- # vk: your_username
54
- # vscode: your_username
55
- # youtube: your_username
56
- # x: your_username
57
-
58
- ####################
59
- # Navigation links
60
- nav:
61
- - name: Topbar
62
- url: /test/home/topbar.html
63
- - name: Appbar
64
- url: /test/home/appbar.html
65
- - name: Sidebar
66
- url: /test/home/sidebar.html
67
- - name: Stacked
68
- url: /test/home/stacked.html
69
-
70
- ####################
71
- # List of links for link cards
72
- links:
73
- - name: Example page with topbar
74
- url: /test/page/topbar
75
- thumbnail: /media/topbar-icon.png
76
- - name: Example page with appbar
77
- url: /test/page/appbar
78
- thumbnail: /media/appbar-icon.png
79
- - name: Example page with sidebar
80
- url: /test/page/sidebar
81
- thumbnail: /media/sidebar-icon.png
82
- - name: Example page with header stacked
83
- url: /test/page/stacked
84
- thumbnail: /media/stacked-icon.png
85
- - name: Example page with a custom background
86
- url: /test/page/background
87
- thumbnail: /media/icon-bg.png
88
- - name: Example Linktree page
89
- url: /test/linktree
90
- thumbnail: /media/links.png
91
- - name: Example Profile page
92
- url: /test/profile
93
- thumbnail: /media/user-image.jpg
94
- - name: Example Reposotiries page
95
- url: /test/repositories
96
- thumbnail: /media/repositories.png
97
- - name: Example Landing page
98
- url: /test/landing
99
- thumbnail: /media/landing.png
100
-
101
- ###################
102
- # Repositories to show on home page
103
- repositories:
104
- sort_by: stars
105
- # sort_by options:
106
- # - pushed
107
- # - stars
108
- limit: 24
109
- exclude:
110
- archived: true
111
- forks: true
112
- repositories:
113
- # - list of respositories to exclude
114
-
115
-
116
- # ########### Plugin settings ###############
117
- ####################
118
- # jekyll-paginate settings
119
- posts_limit: 3 # The number of posts to show in home (also can be defined in page)
120
- paginate: 6 # The number of posts to show per page of pagination of blog posts
121
- paginate_path: "/assets/blog/page:num"
122
- ###################
123
- # jekyll-tagging settings
124
- tag_page_layout: tags
125
- tag_page_dir: tags
126
-
127
-
128
- # ============= general settings for the theme ===============
129
- markdown: kramdown
130
- highlighter: rouge
131
- # kramdown:
132
- # input: GFM
133
- # syntax_highlighter: rouge
134
- # syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
135
- # css_class: highlight
136
- # # default_lang: console
137
- # span:
138
- # line_numbers: false
139
- # block:
140
- # line_numbers: true
141
- # start_line: 1
142
-
143
- # ============= general settings for the theme ===============
144
- plugins:
145
- - jekyll-github-metadata
146
- - jekyll-octicons
147
- - jekyll-paginate
148
- - jekyll-seo-tag
149
- - jekyll-toc
150
- - jekyll-tagging
151
- - jemoji
152
-
153
- defaults:
154
- - scope:
155
- path: "" # an empty string here means all files in the project
156
- type: "posts"
157
- values:
158
- layout: "post"
159
- permalink: /blog/:year/:month/:day/:title.html
160
- image: /assets/img/default.png # The default image used for social and posts.
161
- toc: true
162
-
163
- exclude:
164
- - "Gemfile"
165
- - "Gemfile.lock"
166
- - "node_modules"
167
- - "vendor/bundle/"
168
- - "vendor/cache/"
169
- - "vendor/gems/"
170
- - "vendor/ruby/"
171
- - .vscode
172
- - .devcontainer
173
- - .deprecated
174
- - .github
175
- - "*.gem"