jekyll-theme-fica 0.1.2 → 0.1.3

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: 22d3ef716ca6e5badb776ad02fade07c0f2dfee8c5e2a916614d47636f0971f0
4
- data.tar.gz: 5b4cf1c8562afddcfb734ab3550687b6b598f92da278e67fbd3bedaac5e6aed9
3
+ metadata.gz: 370b73cd35c6858fe878abfae60823e254ee7ac63a0b8a202faa470c4cbffc1f
4
+ data.tar.gz: ab3d975feb2e4987a55880f3d69a974402718fbc7f0c4cf69bcfdb7b1c966a9e
5
5
  SHA512:
6
- metadata.gz: 72376230cac700d01bb2e833599a38a3f8545b1c22c137e6b5d800ac7614b77def3ed0f74a2a8700078cb521e725b459b0f384fc28663756d874086966ffd052
7
- data.tar.gz: 7717018c3f26f620548fe41b82f44f8e213f0678e8a4ff1df6ac602966cc0f8eac9fa704c0788dd45f6ff28e65382e5d9df5e03b9c5fc07fec293440c6c3809e
6
+ metadata.gz: 4ac1fa6b7be37883d4be6a5b33c7ac07bdf6ae17c99d8e927804ce6416a6f4271dde7106ce49523f4cbec0f3490e421422ce99b757501ad071a7ca5b3c8d4b11
7
+ data.tar.gz: 9d62ee628d19ca5432641421810b0a3d50473b1e158e7538763f052e2e1d8fa2c4d792b7e061dc8b015ec384eeb8a8ee53711f3a75a98ccd97e8db9396711ee6
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
- <img src="logo.png" align="left" />
2
- <h1 align="left">Fica Theme</h1>
1
+ <img src="https://user-images.githubusercontent.com/100028421/160099110-7571a93c-a1a1-4f45-b969-d7f4dccc3b4c.png"/>
3
2
 
3
+
4
4
  You can preview the theme to [see what it looks like](https://involts.github.io/jekyll-theme-fica/) or
5
5
  [download it today !](https://github.com/Involts/jekyll-theme-fica/zipball/master)
6
6
 
7
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-fica.svg)](https://badge.fury.io/rb/jekyll-theme-fica)
7
8
  ## Installation and first use
8
9
 
9
10
  Add this line to your Jekyll site's `Gemfile`:
@@ -18,6 +19,7 @@ And add this line to your Jekyll site's `_config.yml`:
18
19
  theme: jekyll-theme-fica
19
20
  ```
20
21
 
22
+
21
23
  to install all the dependencies:
22
24
 
23
25
  $ script/bootstrap
@@ -33,12 +35,33 @@ and run, to run your jekyll site:
33
35
  # _config.yml
34
36
  baseurl: [Your Repository Name]
35
37
  ```
38
+ If you want to create a external link in the headers Links remove `{{site.baseurl}}` on `_includes/Header.html`:
39
+
40
+ Before:
41
+ ```
42
+ <div class="trigger">
43
+ <a class="page-link" href="{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
44
+ <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_2}}">{{site.header.header_name_2}}</a>
45
+ <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_3}}">{{site.header.header_name_3}}</a>
46
+ </div>
47
+ ```
48
+
49
+ After:
50
+ ```
51
+ <div class="trigger">
52
+ <a class="page-link" href="{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
53
+ <a class="page-link" href="{{site.header.header_link_2}}">{{site.header.header_name_2}}</a>
54
+ <a class="page-link" href="{{site.header.header_link_3}}">{{site.header.header_name_3}}</a>
55
+ </div>
56
+ ```
57
+
58
+
36
59
 
37
60
  # Customizations
38
61
 
39
62
  ## Customizing '_config.yml'
40
63
 
41
- Cayman will respect the following variables, in your '_config.yml' file:
64
+ Fica Theme will respect the following variables, in your '_config.yml' file:
42
65
 
43
66
  ```
44
67
  title: [The title of your site]
@@ -58,7 +81,9 @@ header:
58
81
  ```
59
82
  ## Customizing the Styles, Vriables and Color Scheme:
60
83
  if you like to override the default styles of the theme, go to '_sass/Custom-Styles.scss'.
84
+
61
85
  if you like to override the default Variables of the theme, go to '_sass/Custom-Variable.scss'.
86
+
62
87
  if you like to change the colors of the site, go to '_sass/Color_scheme.scss'.
63
88
 
64
89
 
@@ -74,15 +99,23 @@ Replace 'assets/img/fica_ad.png'.
74
99
 
75
100
  Google has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into _includes/Google-Analytics.html in your Jekyll site.
76
101
 
77
- # Contributing
102
+ ## Contributing
103
+
104
+ Interested in contributing to Fica Theme? We'd love your help. Fica Theme is an open source project, built one contribution at a time by users like you. See [the contributing file](docs/contributing.md) for instructions on how to contribute.
105
+
106
+ ### Previewing the theme locally
78
107
 
79
- Bug reports and pull requests are welcome on GitHub at [Fica Theme](https://github.com/Involts/hello). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
108
+ If you'd like to preview the theme locally (for example, in the process of proposing a change):
80
109
 
81
- # Development
110
+ 1. Clone down the theme's repository (`git clone https://github.com/Involts/jekyll-theme-fica`)
111
+ 2. `cd` into the theme's directory
112
+ 3. Run `script/bootstrap` to install the necessary dependencies
113
+ 4. Run `script/bootstrap` to start the preview server
114
+ 5. Visit [`localhost:4000`](http://localhost:4000) or [`localhost:4000/jekyll-theme-fica`](http://localhost:4000/jekyll-theme-fica) in your browser to preview the theme
82
115
 
83
- To set up your environment to develop this theme, run `script/bootstrap`.
116
+ ### Running tests
84
117
 
85
- Your theme is setup just like a normal Jekyll site! To test your theme, run `script/build` and open your browser at `http://localhost:4000/jekyll-theme-fica/` or 'http://localhost:4000(site.baseurl)'. This starts a Jekyll server using the Fica Theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
118
+ The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/build`. You'll need to run `script/bootstrap` once before the test script will work.
86
119
  ## License
87
120
 
88
121
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -11,7 +11,7 @@
11
11
  </span>
12
12
  </label>
13
13
  <div class="trigger">
14
- <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
14
+ <a class="page-link" href="{{site.header.header_link_1}}">{{site.header.header_name_1}}</a>
15
15
  <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_2}}">{{site.header.header_name_2}}</a>
16
16
  <a class="page-link" href="{{site.baseurl}}{{site.header.header_link_3}}">{{site.header.header_name_3}}</a>
17
17
  </div>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ {% include Head.html %}
4
+ <body>
5
+ {% include Header.html %}
6
+ <main class="page-content" aria-label="Content">
7
+ <div class="wrapper">
8
+ {{ content }}
9
+ </div>
10
+ </main>
11
+ {% include Footer.html %}
12
+ </body>
13
+ </html>
@@ -2,13 +2,10 @@
2
2
  layout: default
3
3
  ---
4
4
  <div class="home">
5
- {%- if page.title -%}
6
- <h1 class="page-heading">{{ page.title }}</h1>
7
- {%- endif -%}
8
-
5
+ <h1>Posts</h1>
9
6
  {{ content }}
10
7
 
11
- <h1>Posts</h1>
8
+
12
9
 
13
10
  {%- if site.paginate -%}
14
11
  {% assign posts = paginator.posts %}
data/_sass/Base.scss CHANGED
@@ -1,288 +1,315 @@
1
1
  html {
2
- font-size: $base-font-size;
2
+ font-size: $base-font-size;
3
3
  }
4
4
 
5
5
  /**
6
- * Reset some basic elements
7
- */
8
- body, h1, h2, h3, h4, h5, h6,
9
- p, blockquote, pre, hr,
10
- dl, dd, ol, ul, figure {
11
- margin: 0;
12
- padding: 0;
13
-
14
- }
6
+ * Reset some basic elements
7
+ */
8
+ body, h1, h2, h3, h4, h5, h6,
9
+ p, blockquote, pre, hr,
10
+ dl, dd, ol, ul, figure {
11
+ margin: 0;
12
+ padding: 0;
13
+
14
+ }
15
+
15
16
 
16
- body {
17
- font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
18
- color: $text-color;
19
- background-color: $background-color;
20
- -webkit-text-size-adjust: 100%;
21
- -webkit-font-feature-settings: "kern" 1;
22
- -moz-font-feature-settings: "kern" 1;
23
- -o-font-feature-settings: "kern" 1;
24
- font-feature-settings: "kern" 1;
25
- font-kerning: normal;
26
- display: flex;
27
- min-height: 100vh;
28
- flex-direction: column;
29
- overflow-wrap: break-word;
30
- }
17
+ body {
18
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
19
+ color: $text-color;
20
+ background-color: $background-color;
21
+ -webkit-text-size-adjust: 100%;
22
+ -webkit-font-feature-settings: "kern" 1;
23
+ -moz-font-feature-settings: "kern" 1;
24
+ -o-font-feature-settings: "kern" 1;
25
+ font-feature-settings: "kern" 1;
26
+ font-kerning: normal;
27
+ display: flex;
28
+ min-height: 100vh;
29
+ flex-direction: column;
30
+ overflow-wrap: break-word;
31
+ }
31
32
 
32
33
  /**
33
- * Set `margin-bottom` to maintain vertical rhythm
34
- */
35
- h1, h2, h3, h4, h5, h6,
36
- p, blockquote, pre,
37
- ul, ol, dl, figure,
38
- %vertical-rhythm {
39
- margin-bottom: $spacing-unit / 2;
40
- }
41
-
42
- hr {
43
- margin-top: $spacing-unit;
44
- margin-bottom: $spacing-unit;
45
- }
46
-
47
- /**
48
- * `main` element
49
- */
50
- main {
51
- display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
52
- }
53
-
54
- /**
55
- * Images
56
- */
57
- img {
58
- max-width: 100%;
59
- vertical-align: middle;
60
- }
61
-
62
-
63
-
64
- /**
65
- * Figures
66
- */
67
- figure > img {
68
- display: block;
69
- }
70
-
71
- figcaption {
72
- font-size: $small-font-size;
73
- }
74
-
75
-
76
-
77
- /**
78
- * Lists
79
- */
80
- ul, ol {
81
- margin-left: $spacing-unit;
82
- }
83
-
84
- li {
85
- > ul,
86
- > ol {
87
- margin-bottom: 0;
88
- }
89
- }
90
-
91
-
92
-
93
- /**
94
- * Headings
95
- */
96
- h2, h3, h4, h5, h6 {
97
- font-weight: 650;
98
- font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
34
+ * Set `margin-bottom` to maintain vertical rhythm
35
+ */
36
+ h1, h2, h3, h4, h5, h6,
37
+ p, blockquote, pre,
38
+ ul, ol, dl, figure,
39
+ %vertical-rhythm {
40
+ margin-bottom: $spacing-unit / 2;
41
+ }
42
+
43
+ hr {
44
+ margin-top: $spacing-unit;
45
+ margin-bottom: $spacing-unit;
46
+ }
47
+
48
+ /**
49
+ * `main` element
50
+ */
51
+ main {
52
+ display: block;
53
+ /* Default value of `display` of `main` element is 'inline' in IE 11. */
54
+ animation-name: text_trans;
55
+ animation-duration: 1s;
56
+ -webkit-animation-timing-function: ease-in;
57
+ animation-timing-function: ease-in;
58
+ @keyframes text_trans {
59
+ 0% {opacity: 0%;}
60
+ 20% {opacity: 20%;}
61
+ 50% {opacity: 50%;}
62
+ 70% {opacity: 70%;}
63
+ 90% {opacity: 90%;}
64
+ 100% {opacity: 100%;}
65
+ }
66
+ }
67
+
68
+ /**
69
+ * Images
70
+ */
71
+ img {
72
+ max-width: 100%;
73
+ vertical-align: middle;
74
+ }
75
+
76
+
77
+
78
+ /**
79
+ * Figures
80
+ */
81
+ figure > img {
82
+ display: block;
83
+ }
84
+
85
+ figcaption {
86
+ font-size: $small-font-size;
87
+ }
88
+
89
+
90
+
91
+ /**
92
+ * Lists
93
+ */
94
+ ul, ol {
95
+ margin-left: $spacing-unit;
96
+ }
97
+
98
+ li {
99
+ > ul,
100
+ > ol {
101
+ margin-bottom: 0;
99
102
  }
100
-
101
- h1 {
102
- font-weight: 700;
103
- font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
104
- font-size: 35px;
103
+ }
104
+
105
+
106
+
107
+ /**
108
+ * Headings
109
+ */
110
+ h2, h3, h4, h5, h6 {
111
+ font-weight: 650;
112
+ font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
113
+ }
114
+
115
+ h1 {
116
+ font-weight: 700;
117
+ font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
118
+ font-size: 35px;
119
+ }
120
+
121
+
122
+ /**
123
+ * Links
124
+ */
125
+ a {
126
+ color: $link-base-color;
127
+ text-decoration: none;
128
+ transition: $transition-links;
129
+
130
+ &:visited {
131
+ color: $link-visited-color;
105
132
  }
106
-
107
-
108
- /**
109
- * Links
110
- */
111
- a {
112
- color: $link-base-color;
133
+
134
+ &:hover {
135
+ color: $link-hover-color;
113
136
  text-decoration: none;
114
- transition: $transition-links;
115
-
116
- &:visited {
117
- color: $link-visited-color;
118
- }
119
-
120
- &:hover {
121
- color: $link-hover-color;
122
- text-decoration: none;
123
- }
124
137
  }
125
-
126
-
127
- /**
128
- * Blockquotes
129
- */
130
- blockquote {
131
- color: $blockquote-text-color;
132
- border-left: 4px solid $border-color-01;
133
- padding-left: $spacing-unit / 2;
134
- @include relative-font-size(1.125);
135
- font-style: italic;
136
-
137
- > :last-child {
138
- margin-bottom: 0;
139
- }
140
-
141
- i, em {
142
- font-style: normal;
143
- }
144
- }
145
-
146
-
147
-
148
- /**
149
- * Code formatting
150
- */
151
- pre,
152
- code {
153
- font-family: $code-font-family;
154
- font-size: 0.9375em;
155
- border: 1px solid $border-color-01;
156
- border-radius: 4px;
157
- background-color: $code-background-color;
138
+ }
139
+
140
+
141
+ /**
142
+ * Blockquotes
143
+ */
144
+ blockquote {
145
+ color: $blockquote-text-color;
146
+ border-left: 4px solid $border-color-01;
147
+ padding-left: $spacing-unit / 2;
148
+ @include relative-font-size(1.125);
149
+ font-style: italic;
150
+
151
+ > :last-child {
152
+ margin-bottom: 0;
158
153
  }
159
-
160
- code {
161
- padding: 1px 5px;
154
+
155
+ i, em {
156
+ font-style: normal;
162
157
  }
163
-
164
- pre {
165
- padding: 8px 12px;
166
- overflow-x: auto;
167
-
168
- > code {
169
- border: 0;
170
- padding-right: 0;
171
- padding-left: 0;
172
- }
158
+ }
159
+
160
+
161
+
162
+ /**
163
+ * Code formatting
164
+ */
165
+ pre,
166
+ code {
167
+ font-family: $code-font-family;
168
+ font-size: 0.9375em;
169
+ border: 1px solid $border-color-01;
170
+ border-radius: 4px;
171
+ background-color: $code-background-color;
172
+ }
173
+
174
+ code {
175
+ padding: 1px 5px;
176
+ }
177
+
178
+ pre {
179
+ padding: 8px 12px;
180
+ overflow-x: auto;
181
+
182
+ > code {
183
+ border: 0;
184
+ padding-right: 0;
185
+ padding-left: 0;
173
186
  }
174
-
175
- .highlight {
176
- border-radius: 3px;
187
+ }
188
+
189
+ .highlight {
190
+ border-radius: 3px;
191
+ background: $code-background-color;
192
+ @extend %vertical-rhythm;
193
+
194
+ .highlighter-rouge & {
177
195
  background: $code-background-color;
178
- @extend %vertical-rhythm;
179
-
180
- .highlighter-rouge & {
181
- background: $code-background-color;
182
- }
183
- }
184
-
185
-
186
-
187
- /**
188
- * Wrapper
189
- */
190
- .wrapper {
191
- max-width: calc(#{$content-width} - (#{$spacing-unit}));
192
- margin-right: auto;
193
- margin-left: auto;
194
- padding-right: $spacing-unit / 2;
195
- padding-left: $spacing-unit / 2;
196
- @extend %clearfix;
197
-
198
- @media screen and (min-width: $on-large) {
199
- max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
200
- padding-right: $spacing-unit;
201
- padding-left: $spacing-unit;
202
- }
203
196
  }
204
-
205
- .wrapper_header {
206
- padding-left: 20px;
207
- padding-right: auto;
208
- @extend %clearfix;
209
- @media screen and (min-width: $on-medium) {
210
- padding-right: 70px;
211
- padding-left: 70px;
212
- }
213
- }
214
-
215
-
216
-
217
- /**
218
- * Clearfix
219
- */
220
- %clearfix:after {
221
- content: "";
222
- display: table;
223
- clear: both;
197
+ }
198
+
199
+
200
+
201
+ /**
202
+ * Wrapper
203
+ */
204
+ .wrapper {
205
+ max-width: calc(#{$content-width} - (#{$spacing-unit}));
206
+ margin-right: auto;
207
+ margin-left: auto;
208
+ padding-right: $spacing-unit / 2;
209
+ padding-left: $spacing-unit / 2;
210
+ @extend %clearfix;
211
+
212
+ @media screen and (min-width: $on-large) {
213
+ max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
214
+ padding-right: $spacing-unit;
215
+ padding-left: $spacing-unit;
224
216
  }
225
-
226
-
227
-
228
- /**
229
- * Icons
230
- */
231
-
232
- .stackoverflow {
233
- color: #f66a0a;
217
+ }
218
+
219
+ .wrapper_header {
220
+ padding-left: 20px;
221
+ padding-right: auto;
222
+ @extend %clearfix;
223
+ @media screen and (min-width: $on-medium) {
224
+ padding-right: 70px;
225
+ padding-left: 70px;
234
226
  }
235
-
236
- .youtube {
237
- color: #dd0505;
227
+ }
228
+
229
+ .wrapper_footer {
230
+ max-width: calc(#{$content-width} - (#{$spacing-unit}));
231
+ margin-right: auto;
232
+ margin-left: auto;
233
+ padding-right: $spacing-unit / 2;
234
+ padding-left: $spacing-unit / 2;
235
+ @extend %clearfix;
236
+
237
+ @media screen and (min-width: $on-large) {
238
+ max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
239
+ padding-right: $spacing-unit;
240
+ padding-left: $spacing-unit;
241
+ }
242
+ }
243
+
244
+
245
+
246
+ /**
247
+ * Clearfix
248
+ */
249
+ %clearfix:after {
250
+ content: "";
251
+ display: table;
252
+ clear: both;
253
+ }
254
+
255
+
256
+
257
+ /**
258
+ * Icons
259
+ */
260
+
261
+ .stackoverflow {
262
+ color: #f66a0a;
263
+ }
264
+
265
+ .youtube {
266
+ color: #dd0505;
267
+ }
268
+
269
+ .github {
270
+ color: #f9f9f9
271
+ }
272
+
273
+ .svg-icon {
274
+ width: 16px;
275
+ height: 16px;
276
+ display: inline-block;
277
+ fill: currentColor;
278
+ padding: 5px 3px 2px 5px;
279
+ vertical-align: text-bottom;
280
+ }
281
+
282
+
283
+ /**
284
+ * Tables
285
+ */
286
+ table {
287
+ margin-bottom: $spacing-unit;
288
+ width: 100%;
289
+ text-align: $table-text-align;
290
+ color: $table-text-color;
291
+ border-collapse: collapse;
292
+ border: 1px solid $table-border-color;
293
+ tr {
294
+ &:nth-child(even) {
295
+ background-color: $table-zebra-color;
296
+ }
238
297
  }
239
-
240
- .github {
241
- color: #f9f9f9
298
+ th, td {
299
+ padding: ($spacing-unit / 3) ($spacing-unit / 2);
242
300
  }
243
-
244
- .svg-icon {
245
- width: 16px;
246
- height: 16px;
247
- display: inline-block;
248
- fill: currentColor;
249
- padding: 5px 3px 2px 5px;
250
- vertical-align: text-bottom;
301
+ th {
302
+ background-color: $table-header-bg-color;
303
+ border: 1px solid $table-header-border;
251
304
  }
252
-
253
-
254
- /**
255
- * Tables
256
- */
257
- table {
258
- margin-bottom: $spacing-unit;
259
- width: 100%;
260
- text-align: $table-text-align;
261
- color: $table-text-color;
262
- border-collapse: collapse;
305
+ td {
263
306
  border: 1px solid $table-border-color;
264
- tr {
265
- &:nth-child(even) {
266
- background-color: $table-zebra-color;
267
- }
268
- }
269
- th, td {
270
- padding: ($spacing-unit / 3) ($spacing-unit / 2);
271
- }
272
- th {
273
- background-color: $table-header-bg-color;
274
- border: 1px solid $table-header-border;
275
- }
276
- td {
277
- border: 1px solid $table-border-color;
278
- }
279
-
280
- @include media-query($on-laptop) {
281
- display: block;
282
- overflow-x: auto;
283
- -webkit-overflow-scrolling: touch;
284
- -ms-overflow-style: -ms-autohiding-scrollbar;
285
- }
286
- }
307
+ }
287
308
 
288
-
309
+ @include media-query($on-laptop) {
310
+ display: block;
311
+ overflow-x: auto;
312
+ -webkit-overflow-scrolling: touch;
313
+ -ms-overflow-style: -ms-autohiding-scrollbar;
314
+ }
315
+ }
data/logo.png ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Involts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -88,6 +88,7 @@ files:
88
88
  - _includes/Header.html
89
89
  - _layouts/default.html
90
90
  - _layouts/home.html
91
+ - _layouts/page.html
91
92
  - _layouts/post.html
92
93
  - _layouts/post_home.html
93
94
  - _sass/Base.scss
@@ -99,6 +100,7 @@ files:
99
100
  - assets/css/Styles.scss
100
101
  - assets/fica-icons.svg
101
102
  - assets/img/fica_ad.png
103
+ - logo.png
102
104
  homepage: https://github.com/Involts/jekyll-theme-fica
103
105
  licenses:
104
106
  - MIT
@@ -119,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
121
  - !ruby/object:Gem::Version
120
122
  version: '0'
121
123
  requirements: []
122
- rubygems_version: 3.1.6
124
+ rubygems_version: 3.3.10
123
125
  signing_key:
124
126
  specification_version: 4
125
127
  summary: A modern theme with minimal look