jekyll-theme-fica 0.2.2 → 0.3.1
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 +4 -4
- data/.github/workflows/ci.yaml +5 -9
- data/404.html +12 -10
- data/LICENSE.txt +1 -1
- data/License.md +2 -8
- data/README.md +56 -53
- data/_includes/Footer.html +85 -109
- data/_includes/Head.html +15 -2
- data/_includes/Header.html +14 -10
- data/_includes/assets/BTT.html +1 -1
- data/_includes/assets/comments.html +1 -1
- data/_layouts/home.html +2 -2
- data/_layouts/post.html +5 -7
- data/_layouts/post_list.html +103 -0
- data/_posts/2022-03-31-To-Know-if-the-nav-works.md +9 -8
- data/_posts/{2022-04-1-Demo.md → 2022-04-1-Elements-of-Fica-Theme.md} +111 -113
- data/_posts/2022-04-5-Getting-Started.md +8 -9
- data/_posts/2022-04-6-Creating-a-new-post.md +144 -136
- data/_posts/2023-04-24-Fica-Customization.md +43 -0
- data/_sass/base.scss +79 -114
- data/_sass/jekyll-theme-fica.scss +1 -1
- data/_sass/layouts/Google-fonts.scss +103 -138
- data/_sass/layouts/component.scss +49 -30
- data/_sass/layouts/layout.scss +206 -161
- data/_sass/layouts/typography.scss +492 -0
- data/_sass/layouts/variable.scss +22 -8
- data/assets/css/Style.scss +1 -9
- data/assets/favicons/android-chrome-192x192.png +0 -0
- data/assets/favicons/android-chrome-512x512.png +0 -0
- data/assets/favicons/apple-touch-icon.png +0 -0
- data/assets/favicons/browserconfig.xml +9 -0
- data/assets/favicons/favicon-16x16.png +0 -0
- data/assets/favicons/favicon-32x32.png +0 -0
- data/assets/favicons/favicon.ico +0 -0
- data/assets/favicons/mstile-150x150.png +0 -0
- data/assets/favicons/safari-pinned-tab.svg +32 -0
- data/assets/favicons/site.webmanifest +19 -0
- data/assets/img/homepage-pic.png +0 -0
- data/js/Main.js +55 -2
- data/logo.png +0 -0
- data/post/index.html +3 -3
- metadata +24 -33
- data/.github/workflows/.ci_BASE_2002.yaml.swp +0 -0
- data/.github/workflows/.ci_LOCAL_2002.yaml.swp +0 -0
- data/.github/workflows/.ci_REMOTE_2002.yaml.swp +0 -0
- data/.github/workflows/ci_BACKUP_2002.yaml +0 -34
- data/.github/workflows/ci_BASE_2002.yaml +0 -27
- data/.github/workflows/ci_LOCAL_2002.yaml +0 -27
- data/.github/workflows/ci_REMOTE_2002.yaml +0 -27
- data/_layouts/post_home.html +0 -113
@@ -1,139 +1,104 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
font-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
.material-icons {
|
33
|
-
|
34
|
-
}
|
35
|
-
|
36
|
-
/*
|
37
|
-
|
38
|
-
font-
|
39
|
-
|
40
|
-
|
41
|
-
.
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
font-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
}
|
57
|
-
|
58
|
-
.material-icons
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
font-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
font-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
font-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
direction: ltr;
|
105
|
-
-webkit-font-feature-settings: 'liga';
|
106
|
-
-webkit-font-smoothing: antialiased;
|
107
|
-
}
|
108
|
-
|
109
|
-
.material-icons-outlined {
|
110
|
-
font-family: 'Material Icons Outlined';
|
111
|
-
font-weight: normal;
|
112
|
-
font-style: normal;
|
113
|
-
font-size: 24px;
|
114
|
-
line-height: 1;
|
115
|
-
letter-spacing: normal;
|
116
|
-
text-transform: none;
|
117
|
-
display: inline-block;
|
118
|
-
white-space: nowrap;
|
119
|
-
word-wrap: normal;
|
120
|
-
direction: ltr;
|
121
|
-
-webkit-font-feature-settings: 'liga';
|
122
|
-
-webkit-font-smoothing: antialiased;
|
123
|
-
}
|
124
|
-
|
125
|
-
.material-icons-round {
|
126
|
-
font-family: 'Material Icons Round';
|
127
|
-
font-weight: normal;
|
128
|
-
font-style: normal;
|
129
|
-
font-size: 24px;
|
130
|
-
line-height: 1;
|
131
|
-
letter-spacing: normal;
|
132
|
-
text-transform: none;
|
133
|
-
display: inline-block;
|
134
|
-
white-space: nowrap;
|
135
|
-
word-wrap: normal;
|
136
|
-
direction: ltr;
|
137
|
-
-webkit-font-feature-settings: 'liga';
|
138
|
-
-webkit-font-smoothing: antialiased;
|
1
|
+
/* Rules for sizing the icon. */
|
2
|
+
.material-icons.md-18 {
|
3
|
+
font-size: 18px;
|
4
|
+
}
|
5
|
+
|
6
|
+
.material-icons.md-24 {
|
7
|
+
font-size: 24px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.material-icons.md-36 {
|
11
|
+
font-size: 36px;
|
12
|
+
}
|
13
|
+
|
14
|
+
.material-icons.md-48 {
|
15
|
+
font-size: 48px;
|
16
|
+
}
|
17
|
+
|
18
|
+
/* Rules for using icons as black on a light background. */
|
19
|
+
.material-icons.md-dark {
|
20
|
+
color: rgba(0, 0, 0, 0.54);
|
21
|
+
}
|
22
|
+
|
23
|
+
.material-icons.md-dark.md-inactive {
|
24
|
+
color: rgba(0, 0, 0, 0.26);
|
25
|
+
}
|
26
|
+
|
27
|
+
/* Rules for using icons as white on a dark background. */
|
28
|
+
.material-icons.md-light {
|
29
|
+
color: rgba(255, 255, 255, 1);
|
30
|
+
}
|
31
|
+
|
32
|
+
.material-icons.md-light.md-inactive {
|
33
|
+
color: rgba(255, 255, 255, 0.3);
|
34
|
+
}
|
35
|
+
|
36
|
+
/* fallback */
|
37
|
+
@font-face {
|
38
|
+
font-family: 'Material Icons';
|
39
|
+
font-style: normal;
|
40
|
+
font-weight: 400;
|
41
|
+
src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
|
42
|
+
}
|
43
|
+
/* fallback */
|
44
|
+
@font-face {
|
45
|
+
font-family: 'Material Icons Outlined';
|
46
|
+
font-style: normal;
|
47
|
+
font-weight: 400;
|
48
|
+
src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v103/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
|
49
|
+
}
|
50
|
+
/* fallback */
|
51
|
+
@font-face {
|
52
|
+
font-family: 'Material Icons Round';
|
53
|
+
font-style: normal;
|
54
|
+
font-weight: 400;
|
55
|
+
src: url(https://fonts.gstatic.com/s/materialiconsround/v102/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
|
56
|
+
}
|
57
|
+
|
58
|
+
.material-icons {
|
59
|
+
font-family: 'Material Icons';
|
60
|
+
font-weight: normal;
|
61
|
+
font-style: normal;
|
62
|
+
font-size: 24px;
|
63
|
+
line-height: 1;
|
64
|
+
letter-spacing: normal;
|
65
|
+
text-transform: none;
|
66
|
+
display: inline-block;
|
67
|
+
white-space: nowrap;
|
68
|
+
word-wrap: normal;
|
69
|
+
direction: ltr;
|
70
|
+
-webkit-font-feature-settings: 'liga';
|
71
|
+
-webkit-font-smoothing: antialiased;
|
72
|
+
}
|
73
|
+
|
74
|
+
.material-icons-outlined {
|
75
|
+
font-family: 'Material Icons Outlined';
|
76
|
+
font-weight: normal;
|
77
|
+
font-style: normal;
|
78
|
+
font-size: 24px;
|
79
|
+
line-height: 1;
|
80
|
+
letter-spacing: normal;
|
81
|
+
text-transform: none;
|
82
|
+
display: inline-block;
|
83
|
+
white-space: nowrap;
|
84
|
+
word-wrap: normal;
|
85
|
+
direction: ltr;
|
86
|
+
-webkit-font-feature-settings: 'liga';
|
87
|
+
-webkit-font-smoothing: antialiased;
|
88
|
+
}
|
89
|
+
|
90
|
+
.material-icons-round {
|
91
|
+
font-family: 'Material Icons Round';
|
92
|
+
font-weight: normal;
|
93
|
+
font-style: normal;
|
94
|
+
font-size: 24px;
|
95
|
+
line-height: 1;
|
96
|
+
letter-spacing: normal;
|
97
|
+
text-transform: none;
|
98
|
+
display: inline-block;
|
99
|
+
white-space: nowrap;
|
100
|
+
word-wrap: normal;
|
101
|
+
direction: ltr;
|
102
|
+
-webkit-font-feature-settings: 'liga';
|
103
|
+
-webkit-font-smoothing: antialiased;
|
139
104
|
}
|
@@ -82,7 +82,6 @@ table {
|
|
82
82
|
}
|
83
83
|
}
|
84
84
|
|
85
|
-
|
86
85
|
.btn {
|
87
86
|
padding: 8px 25px;
|
88
87
|
border: none;
|
@@ -200,40 +199,42 @@ table {
|
|
200
199
|
margin: 0px;
|
201
200
|
}
|
202
201
|
|
203
|
-
|
204
|
-
//
|
202
|
+
//
|
205
203
|
// Table Of Contents(Toc)
|
206
|
-
//
|
204
|
+
//
|
207
205
|
.post-toc {
|
208
|
-
|
206
|
+
position: sticky;
|
207
|
+
top: 2rem;
|
209
208
|
border-left: 1px solid $text-color;
|
210
209
|
margin-left: 10px;
|
211
210
|
padding-left: 10px;
|
212
|
-
|
213
|
-
|
211
|
+
align-self: start;
|
212
|
+
margin-bottom: 15px;
|
214
213
|
|
215
|
-
|
214
|
+
li {
|
215
|
+
margin-left: 1rem;
|
216
|
+
margin: 7px;
|
217
|
+
padding-left: 1rem;
|
216
218
|
list-style: none;
|
217
|
-
|
218
|
-
|
219
|
-
|
219
|
+
}
|
220
|
+
ul,
|
221
|
+
ol {
|
222
|
+
list-style: none;
|
223
|
+
margin: 0;
|
224
|
+
padding: 0;
|
225
|
+
}
|
226
|
+
a {
|
227
|
+
padding-left: 1rem;
|
228
|
+
color: $text-mute-color;
|
220
229
|
|
221
|
-
|
230
|
+
&:visited {
|
222
231
|
color: $text-mute-color;
|
223
|
-
|
224
|
-
font-weight: 400;
|
225
|
-
word-spacing: 0px;
|
226
|
-
|
227
|
-
&:visited {
|
228
|
-
color: $text-mute-color;
|
229
|
-
}
|
232
|
+
}
|
230
233
|
|
231
|
-
|
232
|
-
|
233
|
-
}
|
234
|
+
&:hover {
|
235
|
+
color: $text-color;
|
234
236
|
}
|
235
237
|
}
|
236
|
-
|
237
238
|
ul {
|
238
239
|
padding: 0;
|
239
240
|
}
|
@@ -241,13 +242,31 @@ table {
|
|
241
242
|
li {
|
242
243
|
padding-bottom: 5px;
|
243
244
|
}
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
245
|
+
li.active > a {
|
246
|
+
border-radius: 5px;
|
247
|
+
display: flex;
|
248
|
+
border: 1px solid;
|
249
|
+
animation-duration: 0.3s;
|
250
|
+
animation-fill-mode: both;
|
251
|
+
animation-name: TOC-Entrance;
|
248
252
|
}
|
253
|
+
li.decative {
|
254
|
+
a {
|
255
|
+
animation-duration: 0.3s;
|
256
|
+
animation-fill-mode: both;
|
257
|
+
animation-name: TOC-Exit;
|
258
|
+
opacity: 0.5;
|
249
259
|
|
250
|
-
|
251
|
-
|
260
|
+
&:hover {
|
261
|
+
opacity: 1;
|
262
|
+
}
|
263
|
+
}
|
264
|
+
ul {
|
265
|
+
display: none;
|
266
|
+
}
|
252
267
|
}
|
253
|
-
|
268
|
+
@media screen and (max-width: 1111px) {
|
269
|
+
display: none;
|
270
|
+
width: 0px;
|
271
|
+
}
|
272
|
+
}
|