jekyll-theme-profile 1.8.6 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
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.6
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allison Thackston
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-22 00:00:00.000000000 Z
11
+ date: 2025-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,6 +30,20 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: csv
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: 3.3.0
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: 3.3.0
33
47
  - !ruby/object:Gem::Dependency
34
48
  name: jekyll-github-metadata
35
49
  requirement: !ruby/object:Gem::Requirement
@@ -114,15 +128,15 @@ dependencies:
114
128
  - - "~>"
115
129
  - !ruby/object:Gem::Version
116
130
  version: 1.1.0
117
- description:
131
+ description:
118
132
  email:
119
133
  - allison@allisonthackston.com
120
134
  executables: []
121
135
  extensions: []
122
136
  extra_rdoc_files: []
123
137
  files:
124
- - LICENSE.txt
125
138
  - README.md
139
+ - _config.yml
126
140
  - _includes/breadcrumbs.html
127
141
  - _includes/collection-menu.html
128
142
  - _includes/footer.html
@@ -140,6 +154,10 @@ files:
140
154
  - _includes/navbar-underline.html
141
155
  - _includes/post-card.html
142
156
  - _includes/post-feature-card.html
157
+ - _includes/post-gallery.html
158
+ - _includes/post-index.html
159
+ - _includes/post-tease-image-card.html
160
+ - _includes/post-tease-text-card.html
143
161
  - _includes/post-timeline-card.html
144
162
  - _includes/post-timeline.html
145
163
  - _includes/posts.html
@@ -149,6 +167,7 @@ files:
149
167
  - _includes/social.html
150
168
  - _includes/toggle.html
151
169
  - _includes/user-metadata.html
170
+ - _layouts/category_index.html
152
171
  - _layouts/category_layout.html
153
172
  - _layouts/default.html
154
173
  - _layouts/docs.html
@@ -157,9 +176,11 @@ files:
157
176
  - _layouts/linktree.html
158
177
  - _layouts/page.html
159
178
  - _layouts/paginate.html
179
+ - _layouts/paginate_timeline.html
160
180
  - _layouts/post.html
161
181
  - _layouts/profile.html
162
182
  - _layouts/repositories.html
183
+ - _layouts/tag_index.html
163
184
  - _layouts/tags.html
164
185
  - _sass/_highlight-syntax.scss
165
186
  - _sass/_language-colors.scss
@@ -167,8 +188,11 @@ files:
167
188
  - _sass/jekyll-theme-profile.scss
168
189
  - assets/css/style.scss
169
190
  - assets/css/theme.scss
191
+ - assets/img/blog-post-icon.png
192
+ - assets/img/category-icon.png
170
193
  - assets/img/default.png
171
194
  - assets/img/favicon.ico
195
+ - assets/img/user-image.jpg
172
196
  - assets/js/anchor-links.js
173
197
  - assets/js/theme-toggle.js
174
198
  - assets/js/timeline.js
@@ -176,7 +200,7 @@ homepage: https://www.althack.dev/jekyll-theme-profile
176
200
  licenses:
177
201
  - MIT
178
202
  metadata: {}
179
- post_install_message:
203
+ post_install_message:
180
204
  rdoc_options: []
181
205
  require_paths:
182
206
  - lib
@@ -191,8 +215,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
215
  - !ruby/object:Gem::Version
192
216
  version: '0'
193
217
  requirements: []
194
- rubygems_version: 3.4.10
195
- signing_key:
218
+ rubygems_version: 3.5.11
219
+ signing_key:
196
220
  specification_version: 4
197
221
  summary: Jekyll theme built off of Github's personal website template and primer.
198
222
  test_files: []
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2023 Allison Thackston
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.