jekyll-theme-profile 1.4.0 → 1.5.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d743c9cb83bb0c247244d2f75dfb4a85eae2b34f81998828e0718f3cadb7b06a
4
- data.tar.gz: 9709f33198d7d273fc6a554c04b6bf95410e11d8346cff636eb10bb3db866fd5
3
+ metadata.gz: 5110484c59a9915cb5e996c9e7065d2c0562716256bfb78bb5c9b75d618e0a91
4
+ data.tar.gz: 934b25278a83bb26e180f0f9ff4ec41682fe78dd41d9c9def884e8b98b780c02
5
5
  SHA512:
6
- metadata.gz: 724a70a53664b30e7746d1b61f11048c6d3c7d6e648d85d0a48daaf3f950af35bc0033641267f7a066a4b2bf3463b3de2752e881d4a2119de422dd7f052503a9
7
- data.tar.gz: 921b39cfc1b73b4a1f3f91181e8a228875d9ee01ef2d846f992a2d7008f3a63cea1e6f4f22a99f3f81bbb240f7066a269a3ab74253d43d3f2f89054cee4e55ea
6
+ metadata.gz: afe7df3433fe2e5077b3dda157896699627d8b7a4c28502e73def844fa5ac7f0701eb45eaf92132d8fee2f5efe0eae366ad4155777ad3a52a63f752f8b5eb9a1
7
+ data.tar.gz: 6df8cdfbe13ef682977607a9b526f8020c73ff024f6bfdcfccb69dbe8fe6e9d800072eab6c8e896d651d683494350f5ffb970e31bd0830e50f764db0bd524f75
data/_config.yml CHANGED
@@ -87,6 +87,9 @@ links:
87
87
  - name: Example Profile page
88
88
  url: /test/profile
89
89
  thumbnail: /media/user-image.jpg
90
+ - name: Example Reposotiries page
91
+ url: /test/repositories
92
+ thumbnail: /media/repositories.png
90
93
 
91
94
  ###################
92
95
  # Repositories to show on home page
@@ -8,7 +8,7 @@
8
8
  })
9
9
  });
10
10
  </script>
11
- <div class="Profile text-center">
11
+ <div class="Profile text-center mt-3">
12
12
  {%- include masthead.html %}
13
13
  {%- if site.repo_info %}
14
14
  <div class="py-2">
@@ -16,7 +16,7 @@ This builds a link card
16
16
  <div class="avatar-7">
17
17
  {%- if link.thumbnail %}
18
18
  <img src="{{ link.thumbnail | relative_url }}" width="48" height="48"
19
- class="rounded-2 box-shadow-none img-contain float-left pl-1" alt="{{ link.name }}">
19
+ class="rounded-2 box-shadow-none img-cover float-left" alt="{{ link.name }}">
20
20
  {%- endif %}
21
21
  </div>
22
22
  <div class="p-2">
data/_includes/links.html CHANGED
@@ -1,4 +1,4 @@
1
- <div class="container-md width-full">
1
+ <div class="width-full">
2
2
  <div class="d-flex flex-column mb-4">
3
3
  {%- for link in site.links %}
4
4
  <div class="mb-2">
data/_layouts/home.html CHANGED
@@ -10,7 +10,9 @@ layout: page
10
10
  {%- endunless %}
11
11
 
12
12
  {%- if site.links %}
13
+ <div class="container-md">
13
14
  {%- include links.html %}
15
+ </div>
14
16
  {%- endif %}
15
17
 
16
18
  {%- unless posts_total == 0 %}
@@ -9,7 +9,7 @@ layout: default
9
9
  {%- endunless %}
10
10
 
11
11
  {%- if site.links %}
12
- <div class="d-flex mt-4 p-responsive">
12
+ <div class="d-flex mt-4 p-responsive container-md">
13
13
  {%- include links.html %}
14
14
  </div>
15
15
  {%- endif %}
@@ -2,7 +2,7 @@
2
2
  layout: page
3
3
  user_metadata: true
4
4
  ---
5
- <div class="Profile d-lg-flex">
5
+ <div class="Profile d-lg-flex gutter">
6
6
  <div class="col-lg-4 border-gray-light pt-6 text-center">
7
7
  {%- include masthead.html %}
8
8
  {%- include social.html %}
@@ -0,0 +1,12 @@
1
+ ---
2
+ layout: page
3
+ title: Repositories
4
+ ---
5
+ <div class="pt-3">
6
+ <h2>{{ page.title }}</h2>
7
+ {%- unless content == "" %}
8
+ {{ content }}
9
+ {%- endunless %}
10
+
11
+ {% include repositories.html %}
12
+ </div>
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.4.0
4
+ version: 1.5.0
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-16 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -169,6 +169,7 @@ files:
169
169
  - _layouts/paginate.html
170
170
  - _layouts/post.html
171
171
  - _layouts/profile.html
172
+ - _layouts/repositories.html
172
173
  - _sass/_highlight-syntax.scss
173
174
  - _sass/_language-colors.scss
174
175
  - _sass/_main.scss