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/_config.yml
CHANGED
@@ -1,206 +1,207 @@
|
|
1
|
-
# The Site Configuration
|
2
|
-
|
3
|
-
# Import the theme
|
4
|
-
theme: jekyll-theme-abd3lraouf
|
5
|
-
|
6
|
-
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
|
7
|
-
# and doesn't have a custom domain.
|
8
|
-
baseurl: ''
|
9
|
-
|
10
|
-
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
|
11
|
-
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
|
12
|
-
# otherwise, the layout language will use the default value of 'en'.
|
13
|
-
lang: en
|
14
|
-
|
15
|
-
# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
|
16
|
-
prefer_datetime_locale:
|
17
|
-
|
18
|
-
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
|
19
|
-
timezone: Asia/Shanghai
|
20
|
-
|
21
|
-
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
22
|
-
# ↓ --------------------------
|
23
|
-
|
24
|
-
title: Chirpy # the main title
|
25
|
-
|
26
|
-
tagline: A text-focused Jekyll theme # it will display as the sub-title
|
27
|
-
|
28
|
-
description: >- # used by seo meta and the atom feed
|
29
|
-
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
|
30
|
-
|
31
|
-
# Used to detemine custom excerpt tag. Include `<!-- excerpt-start -->` and `<!-- excerpt-end -->` in the post.
|
32
|
-
# This will be the excepty on home page.
|
33
|
-
excerpt_separator: <!-- excerpt-end -->
|
34
|
-
|
35
|
-
|
36
|
-
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
37
|
-
url: ''
|
38
|
-
|
39
|
-
github:
|
40
|
-
username: github_username # change to your github username
|
41
|
-
|
42
|
-
twitter:
|
43
|
-
username: twitter_username # change to your twitter username
|
44
|
-
|
45
|
-
social:
|
46
|
-
# Change to your full name.
|
47
|
-
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
48
|
-
name: your_full_name
|
49
|
-
email: example@doamin.com # change to your email address
|
50
|
-
links:
|
51
|
-
# The first element serves as the copyright owner's link
|
52
|
-
- https://twitter.com/username # change to your twitter homepage
|
53
|
-
- https://github.com/username # change to your github homepage
|
54
|
-
# Uncomment below to add more social links
|
55
|
-
# - https://www.facebook.com/username
|
56
|
-
# - https://www.linkedin.com/in/username
|
57
|
-
|
58
|
-
google_site_verification: # fill in to your verification string
|
59
|
-
|
60
|
-
# ↑ --------------------------
|
61
|
-
# The end of `jekyll-seo-tag` settings
|
62
|
-
|
63
|
-
google_analytics:
|
64
|
-
id: # fill in your Google Analytics ID
|
65
|
-
# Google Analytics pageviews report settings
|
66
|
-
pv:
|
67
|
-
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
|
68
|
-
cache_path: # the local PV cache data, friendly to visitors from GFW region
|
69
|
-
|
70
|
-
# Prefer color scheme setting.
|
71
|
-
#
|
72
|
-
# Note: Keep empty will follow the system prefer color by default,
|
73
|
-
# and there will be a toggle to switch the theme between dark and light
|
74
|
-
# on the bottom left of the sidebar.
|
75
|
-
#
|
76
|
-
# Available options:
|
77
|
-
#
|
78
|
-
# light - Use the light color scheme
|
79
|
-
# dark - Use the dark color scheme
|
80
|
-
#
|
81
|
-
theme_mode: # [light|dark]
|
82
|
-
|
83
|
-
# The CDN endpoint for images.
|
84
|
-
# Notice that once it is assigned, the CDN url
|
85
|
-
# will be added to all image (site avatar & posts' images) paths starting with '/'
|
86
|
-
#
|
87
|
-
# e.g. 'https://cdn.com'
|
88
|
-
img_cdn: 'https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main'
|
89
|
-
|
90
|
-
|
91
|
-
avatar
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
# The
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
utterances
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
giscus
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
assets
|
117
|
-
|
118
|
-
|
119
|
-
#
|
120
|
-
#
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
#
|
155
|
-
#
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
- '*.
|
191
|
-
-
|
192
|
-
-
|
193
|
-
-
|
194
|
-
-
|
195
|
-
-
|
196
|
-
-
|
197
|
-
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
1
|
+
# The Site Configuration
|
2
|
+
|
3
|
+
# Import the theme
|
4
|
+
theme: jekyll-theme-abd3lraouf
|
5
|
+
|
6
|
+
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
|
7
|
+
# and doesn't have a custom domain.
|
8
|
+
baseurl: ''
|
9
|
+
|
10
|
+
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
|
11
|
+
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
|
12
|
+
# otherwise, the layout language will use the default value of 'en'.
|
13
|
+
lang: en
|
14
|
+
|
15
|
+
# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
|
16
|
+
prefer_datetime_locale:
|
17
|
+
|
18
|
+
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
|
19
|
+
timezone: Asia/Shanghai
|
20
|
+
|
21
|
+
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
22
|
+
# ↓ --------------------------
|
23
|
+
|
24
|
+
title: Chirpy # the main title
|
25
|
+
|
26
|
+
tagline: A text-focused Jekyll theme # it will display as the sub-title
|
27
|
+
|
28
|
+
description: >- # used by seo meta and the atom feed
|
29
|
+
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
|
30
|
+
|
31
|
+
# Used to detemine custom excerpt tag. Include `<!-- excerpt-start -->` and `<!-- excerpt-end -->` in the post.
|
32
|
+
# This will be the excepty on home page.
|
33
|
+
excerpt_separator: <!-- excerpt-end -->
|
34
|
+
|
35
|
+
|
36
|
+
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
37
|
+
url: ''
|
38
|
+
|
39
|
+
github:
|
40
|
+
username: github_username # change to your github username
|
41
|
+
|
42
|
+
twitter:
|
43
|
+
username: twitter_username # change to your twitter username
|
44
|
+
|
45
|
+
social:
|
46
|
+
# Change to your full name.
|
47
|
+
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
48
|
+
name: your_full_name
|
49
|
+
email: example@doamin.com # change to your email address
|
50
|
+
links:
|
51
|
+
# The first element serves as the copyright owner's link
|
52
|
+
- https://twitter.com/username # change to your twitter homepage
|
53
|
+
- https://github.com/username # change to your github homepage
|
54
|
+
# Uncomment below to add more social links
|
55
|
+
# - https://www.facebook.com/username
|
56
|
+
# - https://www.linkedin.com/in/username
|
57
|
+
|
58
|
+
google_site_verification: # fill in to your verification string
|
59
|
+
|
60
|
+
# ↑ --------------------------
|
61
|
+
# The end of `jekyll-seo-tag` settings
|
62
|
+
|
63
|
+
google_analytics:
|
64
|
+
id: # fill in your Google Analytics ID
|
65
|
+
# Google Analytics pageviews report settings
|
66
|
+
pv:
|
67
|
+
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
|
68
|
+
cache_path: # the local PV cache data, friendly to visitors from GFW region
|
69
|
+
|
70
|
+
# Prefer color scheme setting.
|
71
|
+
#
|
72
|
+
# Note: Keep empty will follow the system prefer color by default,
|
73
|
+
# and there will be a toggle to switch the theme between dark and light
|
74
|
+
# on the bottom left of the sidebar.
|
75
|
+
#
|
76
|
+
# Available options:
|
77
|
+
#
|
78
|
+
# light - Use the light color scheme
|
79
|
+
# dark - Use the dark color scheme
|
80
|
+
#
|
81
|
+
theme_mode: # [light|dark]
|
82
|
+
|
83
|
+
# The CDN endpoint for images.
|
84
|
+
# Notice that once it is assigned, the CDN url
|
85
|
+
# will be added to all image (site avatar & posts' images) paths starting with '/'
|
86
|
+
#
|
87
|
+
# e.g. 'https://cdn.com'
|
88
|
+
#img_cdn: 'https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main'
|
89
|
+
img_cdn:
|
90
|
+
|
91
|
+
# the avatar on sidebar, support local or CORS resources
|
92
|
+
avatar:
|
93
|
+
|
94
|
+
# boolean type, the global switch for ToC in posts.
|
95
|
+
toc: true
|
96
|
+
|
97
|
+
comments:
|
98
|
+
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
|
99
|
+
# The active options are as follows:
|
100
|
+
disqus:
|
101
|
+
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
102
|
+
# utterances settings › https://utteranc.es/
|
103
|
+
utterances:
|
104
|
+
repo: # <gh-username>/<repo>
|
105
|
+
issue_term: # < url | pathname | title | ...>
|
106
|
+
# Giscus options › https://giscus.app
|
107
|
+
giscus:
|
108
|
+
repo: # <gh-username>/<repo>
|
109
|
+
repo_id:
|
110
|
+
category:
|
111
|
+
category_id:
|
112
|
+
mapping: # optional, default to 'pathname'
|
113
|
+
input_position: # optional, default to 'bottom'
|
114
|
+
lang: # optional, default to the value of `site.lang`
|
115
|
+
|
116
|
+
# Self-hosted static assets, optional › https://github.com/abd3lraouf/chirpy-static-assets
|
117
|
+
assets:
|
118
|
+
self_host:
|
119
|
+
enabled: # boolean, keep empty means false
|
120
|
+
# specify the Jekyll environment, empty means both
|
121
|
+
# only works if `assets.self_host.enabled` is 'true'
|
122
|
+
env: # [development|production]
|
123
|
+
|
124
|
+
pwa:
|
125
|
+
enabled: true # the option for PWA feature
|
126
|
+
|
127
|
+
paginate: 10
|
128
|
+
|
129
|
+
# ------------ The following options are not recommended to be modified ------------------
|
130
|
+
|
131
|
+
kramdown:
|
132
|
+
syntax_highlighter: rouge
|
133
|
+
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
|
134
|
+
css_class: highlight
|
135
|
+
# default_lang: console
|
136
|
+
span:
|
137
|
+
line_numbers: false
|
138
|
+
block:
|
139
|
+
line_numbers: true
|
140
|
+
start_line: 1
|
141
|
+
|
142
|
+
collections:
|
143
|
+
tabs:
|
144
|
+
output: true
|
145
|
+
sort_by: order
|
146
|
+
|
147
|
+
defaults:
|
148
|
+
- scope:
|
149
|
+
path: '' # An empty string here means all files in the project
|
150
|
+
type: posts
|
151
|
+
values:
|
152
|
+
layout: post
|
153
|
+
comments: true # Enable comments in posts.
|
154
|
+
toc: true # Display TOC column in posts.
|
155
|
+
# DO NOT modify the following parameter unless you are confident enough
|
156
|
+
# to update the code of all other post links in this project.
|
157
|
+
permalink: /posts/:title/
|
158
|
+
- scope:
|
159
|
+
path: _drafts
|
160
|
+
values:
|
161
|
+
comments: false
|
162
|
+
- scope:
|
163
|
+
path: ''
|
164
|
+
type: tabs # see `site.collections`
|
165
|
+
values:
|
166
|
+
layout: page
|
167
|
+
permalink: /:title/
|
168
|
+
- scope:
|
169
|
+
path: assets/img/favicons
|
170
|
+
values:
|
171
|
+
swcache: true
|
172
|
+
- scope:
|
173
|
+
path: assets/js/dist
|
174
|
+
values:
|
175
|
+
swcache: true
|
176
|
+
|
177
|
+
sass:
|
178
|
+
style: compressed
|
179
|
+
|
180
|
+
compress_html:
|
181
|
+
clippings: all
|
182
|
+
comments: all
|
183
|
+
endings: all
|
184
|
+
profile: false
|
185
|
+
blanklines: false
|
186
|
+
ignore:
|
187
|
+
envs: [development]
|
188
|
+
|
189
|
+
exclude:
|
190
|
+
- '*.gem'
|
191
|
+
- '*.gemspec'
|
192
|
+
- tools
|
193
|
+
- README.md
|
194
|
+
- CHANGELOG.md
|
195
|
+
- LICENSE
|
196
|
+
- gulpfile.js
|
197
|
+
- node_modules
|
198
|
+
- package*.json
|
199
|
+
|
200
|
+
jekyll-archives:
|
201
|
+
enabled: [categories, tags]
|
202
|
+
layouts:
|
203
|
+
category: category
|
204
|
+
tag: tag
|
205
|
+
permalinks:
|
206
|
+
tag: /tags/:name/
|
207
|
+
category: /categories/:name/
|
@@ -1,62 +1,62 @@
|
|
1
|
-
# CDNs
|
2
|
-
|
3
|
-
cdns:
|
4
|
-
# Google Fonts
|
5
|
-
- url: https://fonts.googleapis.com
|
6
|
-
- url: https://fonts.gstatic.com
|
7
|
-
args: crossorigin
|
8
|
-
- url: https://fonts.googleapis.com
|
9
|
-
# jsDelivr CDN
|
10
|
-
- url: https://cdn.jsdelivr.net
|
11
|
-
|
12
|
-
# fonts
|
13
|
-
|
14
|
-
webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
|
15
|
-
|
16
|
-
# Libraries
|
17
|
-
|
18
|
-
jquery:
|
19
|
-
js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
|
20
|
-
|
21
|
-
bootstrap:
|
22
|
-
css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
|
23
|
-
js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
|
24
|
-
|
25
|
-
bootstrap-toc:
|
26
|
-
css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
|
27
|
-
js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
|
28
|
-
|
29
|
-
fontawesome:
|
30
|
-
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
|
31
|
-
|
32
|
-
search:
|
33
|
-
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
|
34
|
-
|
35
|
-
mermaid:
|
36
|
-
js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
|
37
|
-
|
38
|
-
dayjs:
|
39
|
-
js:
|
40
|
-
common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
|
41
|
-
locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
|
42
|
-
relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
|
43
|
-
localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
|
44
|
-
|
45
|
-
countup:
|
46
|
-
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
|
47
|
-
|
48
|
-
magnific-popup:
|
49
|
-
css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
|
50
|
-
js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
|
51
|
-
|
52
|
-
lozad:
|
53
|
-
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
|
54
|
-
|
55
|
-
clipboard:
|
56
|
-
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
|
57
|
-
|
58
|
-
polyfill:
|
59
|
-
js: https://polyfill.io/v3/polyfill.min.js?features=es6
|
60
|
-
|
61
|
-
mathjax:
|
62
|
-
js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
|
1
|
+
# CDNs
|
2
|
+
|
3
|
+
cdns:
|
4
|
+
# Google Fonts
|
5
|
+
- url: https://fonts.googleapis.com
|
6
|
+
- url: https://fonts.gstatic.com
|
7
|
+
args: crossorigin
|
8
|
+
- url: https://fonts.googleapis.com
|
9
|
+
# jsDelivr CDN
|
10
|
+
- url: https://cdn.jsdelivr.net
|
11
|
+
|
12
|
+
# fonts
|
13
|
+
|
14
|
+
webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
|
15
|
+
|
16
|
+
# Libraries
|
17
|
+
|
18
|
+
jquery:
|
19
|
+
js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
|
20
|
+
|
21
|
+
bootstrap:
|
22
|
+
css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
|
23
|
+
js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
|
24
|
+
|
25
|
+
bootstrap-toc:
|
26
|
+
css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
|
27
|
+
js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
|
28
|
+
|
29
|
+
fontawesome:
|
30
|
+
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
|
31
|
+
|
32
|
+
search:
|
33
|
+
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
|
34
|
+
|
35
|
+
mermaid:
|
36
|
+
js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
|
37
|
+
|
38
|
+
dayjs:
|
39
|
+
js:
|
40
|
+
common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
|
41
|
+
locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
|
42
|
+
relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
|
43
|
+
localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
|
44
|
+
|
45
|
+
countup:
|
46
|
+
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
|
47
|
+
|
48
|
+
magnific-popup:
|
49
|
+
css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
|
50
|
+
js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
|
51
|
+
|
52
|
+
lozad:
|
53
|
+
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
|
54
|
+
|
55
|
+
clipboard:
|
56
|
+
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
|
57
|
+
|
58
|
+
polyfill:
|
59
|
+
js: https://polyfill.io/v3/polyfill.min.js?features=es6
|
60
|
+
|
61
|
+
mathjax:
|
62
|
+
js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
|
data/_data/assets/self_host.yml
CHANGED
@@ -1,51 +1,51 @@
|
|
1
|
-
# fonts
|
2
|
-
|
3
|
-
webfonts: /assets/lib/fonts/main.css
|
4
|
-
|
5
|
-
# Libraries
|
6
|
-
|
7
|
-
jquery:
|
8
|
-
js: /assets/lib/jquery-3.6.0/jquery.min.js
|
9
|
-
|
10
|
-
bootstrap:
|
11
|
-
css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
|
12
|
-
js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
|
13
|
-
|
14
|
-
bootstrap-toc:
|
15
|
-
css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
|
16
|
-
js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
|
17
|
-
|
18
|
-
fontawesome:
|
19
|
-
css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css
|
20
|
-
|
21
|
-
search:
|
22
|
-
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
|
23
|
-
|
24
|
-
mermaid:
|
25
|
-
js: /assets/lib/mermaid-8.13.10/mermaid.min.js
|
26
|
-
|
27
|
-
dayjs:
|
28
|
-
js:
|
29
|
-
common: /assets/lib/dayjs-1.10.7/dayjs.min.js
|
30
|
-
locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
|
31
|
-
relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
|
32
|
-
localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
|
33
|
-
|
34
|
-
countup:
|
35
|
-
js: /assets/lib/countup.js-1.9.3/countUp.min.js
|
36
|
-
|
37
|
-
magnific-popup:
|
38
|
-
css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
|
39
|
-
js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
|
40
|
-
|
41
|
-
lozad:
|
42
|
-
js: /assets/lib/lozad-1.16.0/lozad.min.js
|
43
|
-
|
44
|
-
clipboard:
|
45
|
-
js: /assets/lib/clipboard-2.0.9/clipboard.min.js
|
46
|
-
|
47
|
-
polyfill:
|
48
|
-
js: /assets/lib/polyfill-v3-es6/polyfill.min.js
|
49
|
-
|
50
|
-
mathjax:
|
51
|
-
js: /assets/lib/mathjax-3.2.0/tex-chtml.js
|
1
|
+
# fonts
|
2
|
+
|
3
|
+
webfonts: /assets/lib/fonts/main.css
|
4
|
+
|
5
|
+
# Libraries
|
6
|
+
|
7
|
+
jquery:
|
8
|
+
js: /assets/lib/jquery-3.6.0/jquery.min.js
|
9
|
+
|
10
|
+
bootstrap:
|
11
|
+
css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
|
12
|
+
js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
|
13
|
+
|
14
|
+
bootstrap-toc:
|
15
|
+
css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
|
16
|
+
js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
|
17
|
+
|
18
|
+
fontawesome:
|
19
|
+
css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css
|
20
|
+
|
21
|
+
search:
|
22
|
+
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
|
23
|
+
|
24
|
+
mermaid:
|
25
|
+
js: /assets/lib/mermaid-8.13.10/mermaid.min.js
|
26
|
+
|
27
|
+
dayjs:
|
28
|
+
js:
|
29
|
+
common: /assets/lib/dayjs-1.10.7/dayjs.min.js
|
30
|
+
locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
|
31
|
+
relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
|
32
|
+
localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
|
33
|
+
|
34
|
+
countup:
|
35
|
+
js: /assets/lib/countup.js-1.9.3/countUp.min.js
|
36
|
+
|
37
|
+
magnific-popup:
|
38
|
+
css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
|
39
|
+
js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
|
40
|
+
|
41
|
+
lozad:
|
42
|
+
js: /assets/lib/lozad-1.16.0/lozad.min.js
|
43
|
+
|
44
|
+
clipboard:
|
45
|
+
js: /assets/lib/clipboard-2.0.9/clipboard.min.js
|
46
|
+
|
47
|
+
polyfill:
|
48
|
+
js: /assets/lib/polyfill-v3-es6/polyfill.min.js
|
49
|
+
|
50
|
+
mathjax:
|
51
|
+
js: /assets/lib/mathjax-3.2.0/tex-chtml.js
|