jekyll-theme-abd3lraouf 5.2.4 → 5.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -21
- data/README.md +105 -105
- data/_config.yml +207 -206
- data/_data/assets/cross_origin.yml +62 -62
- data/_data/assets/self_host.yml +51 -51
- data/_data/authors.yml +17 -17
- data/_data/contact.yml +30 -30
- data/_data/locales/bg-BG.yml +83 -83
- data/_data/locales/en.yml +83 -83
- data/_data/locales/es-ES.yml +79 -79
- data/_data/locales/fr-FR.yml +79 -79
- data/_data/locales/hu-HU.yml +81 -81
- data/_data/locales/id-ID.yml +79 -79
- data/_data/locales/ko-KR.yml +79 -79
- data/_data/locales/my-MM.yml +79 -79
- data/_data/locales/pt-BR.yml +79 -79
- data/_data/locales/ru-RU.yml +79 -79
- data/_data/locales/tr-TR.yml +79 -79
- data/_data/locales/uk-UA.yml +79 -79
- data/_data/locales/vi-VN.yml +77 -77
- data/_data/locales/zh-CN.yml +78 -78
- data/_data/share.yml +27 -27
- data/_includes/assets-origin.html +12 -12
- data/_includes/comments/disqus.html +54 -54
- data/_includes/comments/giscus.html +56 -56
- data/_includes/comments/utterances.html +51 -51
- data/_includes/comments.html +5 -5
- data/_includes/datetime.html +21 -21
- data/_includes/favicons.html +17 -17
- data/_includes/footer.html +17 -36
- data/_includes/google-analytics.html +14 -14
- data/_includes/head.html +116 -116
- data/_includes/js-selector.html +104 -104
- data/_includes/jsdelivr-combine.html +32 -32
- data/_includes/lang.html +8 -8
- data/_includes/language-alias.html +70 -70
- data/_includes/mermaid.html +57 -57
- data/_includes/mode-toggle.html +129 -129
- data/_includes/no-linenos.html +10 -10
- data/_includes/post-nav.html +30 -30
- data/_includes/post-paginator.html +88 -88
- data/_includes/post-sharing.html +27 -27
- data/_includes/read-time.html +30 -30
- data/_includes/refactor-content.html +282 -282
- data/_includes/related-posts.html +103 -103
- data/_includes/search-loader.html +46 -46
- data/_includes/search-results.html +11 -11
- data/_includes/sidebar.html +93 -93
- data/_includes/toc.html +16 -16
- data/_includes/topbar.html +70 -70
- data/_includes/trending-tags.html +50 -50
- data/_includes/update-list.html +40 -40
- data/_layouts/archives.html +48 -48
- data/_layouts/categories.html +120 -120
- data/_layouts/category.html +24 -24
- data/_layouts/compress.html +10 -10
- data/_layouts/default.html +74 -74
- data/_layouts/home.html +103 -103
- data/_layouts/page.html +64 -64
- data/_layouts/post.html +159 -159
- data/_layouts/tag.html +23 -23
- data/_layouts/tags.html +23 -23
- data/_plugins/posts-lastmod-hook.rb +14 -14
- data/_sass/addon/commons.scss +1678 -1680
- data/_sass/addon/module.scss +151 -151
- data/_sass/addon/syntax.scss +289 -289
- data/_sass/addon/variables.scss +34 -34
- data/_sass/colors/dark-syntax.scss +88 -88
- data/_sass/colors/dark-typography.scss +157 -157
- data/_sass/colors/light-syntax.scss +84 -84
- data/_sass/colors/light-typography.scss +94 -94
- data/_sass/jekyll-theme-abd3lraouf.scss +1 -1
- data/_sass/layout/archives.scss +147 -147
- data/_sass/layout/categories.scss +67 -67
- data/_sass/layout/category-tag.scss +73 -73
- data/_sass/layout/home.scss +184 -184
- data/_sass/layout/post.scss +369 -369
- data/_sass/layout/tags.scss +19 -19
- data/_sass/variables-hook.scss +3 -3
- data/_tabs/about.md +8 -8
- data/_tabs/archives.md +7 -7
- data/_tabs/categories.md +6 -6
- data/_tabs/tags.md +6 -6
- data/assets/404.html +16 -16
- data/assets/css/style.scss +12 -12
- data/assets/feed.xml +61 -61
- data/assets/img/favicons/browserconfig.xml +13 -13
- data/assets/img/favicons/site.webmanifest +26 -26
- data/assets/js/data/search.json +18 -18
- data/assets/js/data/swcache.js +55 -55
- data/assets/js/dist/categories.min.js +1 -1
- data/assets/js/dist/commons.min.js +1 -1
- data/assets/js/dist/home.min.js +1 -1
- data/assets/js/dist/misc.min.js +1 -1
- data/assets/js/dist/page.min.js +1 -1
- data/assets/js/dist/post.min.js +1 -1
- data/assets/js/dist/pvreport.min.js +1 -1
- data/assets/js/pwa/app.js +47 -47
- data/assets/js/pwa/sw.js +89 -89
- data/assets/js/pwa/unregister.js +12 -12
- data/assets/robots.txt +10 -10
- data/index.html +4 -4
- metadata +7 -7
data/_sass/addon/module.scss
CHANGED
@@ -1,151 +1,151 @@
|
|
1
|
-
/*
|
2
|
-
* Mainly scss modules, only imported to `assets/css/main.scss`
|
3
|
-
*/
|
4
|
-
|
5
|
-
/* ---------- scss placeholder --------- */
|
6
|
-
|
7
|
-
%heading {
|
8
|
-
color: var(--heading-color);
|
9
|
-
font-weight: 400;
|
10
|
-
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
|
11
|
-
}
|
12
|
-
|
13
|
-
%section {
|
14
|
-
#core-wrapper & {
|
15
|
-
margin-top: 2.5rem;
|
16
|
-
margin-bottom: 1.25rem;
|
17
|
-
|
18
|
-
&:focus {
|
19
|
-
outline: none; /* avoid outline in Safari */
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
%anchor {
|
25
|
-
.anchor {
|
26
|
-
font-size: 80%;
|
27
|
-
}
|
28
|
-
|
29
|
-
@media (hover: hover) {
|
30
|
-
.anchor {
|
31
|
-
visibility: hidden;
|
32
|
-
opacity: 0;
|
33
|
-
transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
|
34
|
-
}
|
35
|
-
|
36
|
-
&:hover {
|
37
|
-
.anchor {
|
38
|
-
visibility: visible;
|
39
|
-
opacity: 1;
|
40
|
-
transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
%tag-hover {
|
47
|
-
background: var(--tag-hover);
|
48
|
-
transition: background 0.35s ease-in-out;
|
49
|
-
}
|
50
|
-
|
51
|
-
%table-cell {
|
52
|
-
padding: 0.4rem 1rem;
|
53
|
-
font-size: 95%;
|
54
|
-
white-space: nowrap;
|
55
|
-
}
|
56
|
-
|
57
|
-
%link-hover {
|
58
|
-
color: #d2603a !important;
|
59
|
-
border-bottom: 1px solid #d2603a;
|
60
|
-
text-decoration: none;
|
61
|
-
}
|
62
|
-
|
63
|
-
%link-color {
|
64
|
-
color: var(--link-color);
|
65
|
-
}
|
66
|
-
|
67
|
-
%link-underline {
|
68
|
-
border-bottom: 1px solid var(--link-underline-color);
|
69
|
-
}
|
70
|
-
|
71
|
-
%clickable-transition {
|
72
|
-
transition: color 0.35s ease-in-out;
|
73
|
-
}
|
74
|
-
|
75
|
-
%no-cursor {
|
76
|
-
user-select: none;
|
77
|
-
}
|
78
|
-
|
79
|
-
%no-bottom-border {
|
80
|
-
border-bottom: none;
|
81
|
-
}
|
82
|
-
|
83
|
-
%cursor-pointer {
|
84
|
-
cursor: pointer;
|
85
|
-
}
|
86
|
-
|
87
|
-
%normal-font-style {
|
88
|
-
font-style: normal;
|
89
|
-
}
|
90
|
-
|
91
|
-
%img-caption {
|
92
|
-
+ em {
|
93
|
-
display: block;
|
94
|
-
text-align: center;
|
95
|
-
font-style: normal;
|
96
|
-
font-size: 80%;
|
97
|
-
padding: 0;
|
98
|
-
color: #6d6c6c;
|
99
|
-
}
|
100
|
-
}
|
101
|
-
|
102
|
-
%sidebar-links {
|
103
|
-
color: rgba(117, 117, 117, 0.9);
|
104
|
-
user-select: none;
|
105
|
-
}
|
106
|
-
|
107
|
-
/* ---------- scss mixin --------- */
|
108
|
-
|
109
|
-
@mixin no-text-decoration {
|
110
|
-
text-decoration: none;
|
111
|
-
}
|
112
|
-
|
113
|
-
@mixin ml-mr($value) {
|
114
|
-
margin-left: $value;
|
115
|
-
margin-right: $value;
|
116
|
-
}
|
117
|
-
|
118
|
-
@mixin pl-pr($val) {
|
119
|
-
padding-left: $val;
|
120
|
-
padding-right: $val;
|
121
|
-
}
|
122
|
-
|
123
|
-
@mixin input-placeholder {
|
124
|
-
opacity: 0.6;
|
125
|
-
}
|
126
|
-
|
127
|
-
@mixin label($font-size: 1rem, $font-weight: 600, $color: var(--label-color)) {
|
128
|
-
color: $color;
|
129
|
-
font-size: $font-size;
|
130
|
-
font-weight: $font-weight;
|
131
|
-
}
|
132
|
-
|
133
|
-
@mixin align-center {
|
134
|
-
position: relative;
|
135
|
-
left: 50%;
|
136
|
-
-webkit-transform: translateX(-50%);
|
137
|
-
-ms-transform: translateX(-50%);
|
138
|
-
transform: translateX(-50%);
|
139
|
-
}
|
140
|
-
|
141
|
-
@mixin prompt($type, $fw-icon, $icon-weight: 900) {
|
142
|
-
&.prompt-#{$type} {
|
143
|
-
background-color: var(--prompt-#{$type}-bg);
|
144
|
-
|
145
|
-
&::before {
|
146
|
-
content: $fw-icon;
|
147
|
-
color: var(--prompt-#{$type}-icon-color);
|
148
|
-
font-weight: $icon-weight;
|
149
|
-
}
|
150
|
-
}
|
151
|
-
}
|
1
|
+
/*
|
2
|
+
* Mainly scss modules, only imported to `assets/css/main.scss`
|
3
|
+
*/
|
4
|
+
|
5
|
+
/* ---------- scss placeholder --------- */
|
6
|
+
|
7
|
+
%heading {
|
8
|
+
color: var(--heading-color);
|
9
|
+
font-weight: 400;
|
10
|
+
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
|
11
|
+
}
|
12
|
+
|
13
|
+
%section {
|
14
|
+
#core-wrapper & {
|
15
|
+
margin-top: 2.5rem;
|
16
|
+
margin-bottom: 1.25rem;
|
17
|
+
|
18
|
+
&:focus {
|
19
|
+
outline: none; /* avoid outline in Safari */
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
%anchor {
|
25
|
+
.anchor {
|
26
|
+
font-size: 80%;
|
27
|
+
}
|
28
|
+
|
29
|
+
@media (hover: hover) {
|
30
|
+
.anchor {
|
31
|
+
visibility: hidden;
|
32
|
+
opacity: 0;
|
33
|
+
transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
|
34
|
+
}
|
35
|
+
|
36
|
+
&:hover {
|
37
|
+
.anchor {
|
38
|
+
visibility: visible;
|
39
|
+
opacity: 1;
|
40
|
+
transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
%tag-hover {
|
47
|
+
background: var(--tag-hover);
|
48
|
+
transition: background 0.35s ease-in-out;
|
49
|
+
}
|
50
|
+
|
51
|
+
%table-cell {
|
52
|
+
padding: 0.4rem 1rem;
|
53
|
+
font-size: 95%;
|
54
|
+
white-space: nowrap;
|
55
|
+
}
|
56
|
+
|
57
|
+
%link-hover {
|
58
|
+
color: #d2603a !important;
|
59
|
+
border-bottom: 1px solid #d2603a;
|
60
|
+
text-decoration: none;
|
61
|
+
}
|
62
|
+
|
63
|
+
%link-color {
|
64
|
+
color: var(--link-color);
|
65
|
+
}
|
66
|
+
|
67
|
+
%link-underline {
|
68
|
+
border-bottom: 1px solid var(--link-underline-color);
|
69
|
+
}
|
70
|
+
|
71
|
+
%clickable-transition {
|
72
|
+
transition: color 0.35s ease-in-out;
|
73
|
+
}
|
74
|
+
|
75
|
+
%no-cursor {
|
76
|
+
user-select: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
%no-bottom-border {
|
80
|
+
border-bottom: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
%cursor-pointer {
|
84
|
+
cursor: pointer;
|
85
|
+
}
|
86
|
+
|
87
|
+
%normal-font-style {
|
88
|
+
font-style: normal;
|
89
|
+
}
|
90
|
+
|
91
|
+
%img-caption {
|
92
|
+
+ em {
|
93
|
+
display: block;
|
94
|
+
text-align: center;
|
95
|
+
font-style: normal;
|
96
|
+
font-size: 80%;
|
97
|
+
padding: 0;
|
98
|
+
color: #6d6c6c;
|
99
|
+
}
|
100
|
+
}
|
101
|
+
|
102
|
+
%sidebar-links {
|
103
|
+
color: rgba(117, 117, 117, 0.9);
|
104
|
+
user-select: none;
|
105
|
+
}
|
106
|
+
|
107
|
+
/* ---------- scss mixin --------- */
|
108
|
+
|
109
|
+
@mixin no-text-decoration {
|
110
|
+
text-decoration: none;
|
111
|
+
}
|
112
|
+
|
113
|
+
@mixin ml-mr($value) {
|
114
|
+
margin-left: $value;
|
115
|
+
margin-right: $value;
|
116
|
+
}
|
117
|
+
|
118
|
+
@mixin pl-pr($val) {
|
119
|
+
padding-left: $val;
|
120
|
+
padding-right: $val;
|
121
|
+
}
|
122
|
+
|
123
|
+
@mixin input-placeholder {
|
124
|
+
opacity: 0.6;
|
125
|
+
}
|
126
|
+
|
127
|
+
@mixin label($font-size: 1rem, $font-weight: 600, $color: var(--label-color)) {
|
128
|
+
color: $color;
|
129
|
+
font-size: $font-size;
|
130
|
+
font-weight: $font-weight;
|
131
|
+
}
|
132
|
+
|
133
|
+
@mixin align-center {
|
134
|
+
position: relative;
|
135
|
+
left: 50%;
|
136
|
+
-webkit-transform: translateX(-50%);
|
137
|
+
-ms-transform: translateX(-50%);
|
138
|
+
transform: translateX(-50%);
|
139
|
+
}
|
140
|
+
|
141
|
+
@mixin prompt($type, $fw-icon, $icon-weight: 900) {
|
142
|
+
&.prompt-#{$type} {
|
143
|
+
background-color: var(--prompt-#{$type}-bg);
|
144
|
+
|
145
|
+
&::before {
|
146
|
+
content: $fw-icon;
|
147
|
+
color: var(--prompt-#{$type}-icon-color);
|
148
|
+
font-weight: $icon-weight;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
}
|