hexo-theme-shokax 0.4.6-dev6 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CODE_OF_CONDUCT.md +128 -128
- package/CONTRIBUTING.md +58 -58
- package/LICENSE +660 -660
- package/LICENSE-shoka +21 -21
- package/README.md +76 -99
- package/README_en.MD +75 -91
- package/UsageRestrictions.md +25 -25
- package/_config.yml +381 -381
- package/_images.yml +9 -9
- package/eslint.config.mjs +55 -55
- package/languages/README.md +19 -19
- package/languages/default.yml +1 -1
- package/languages/en.yml +153 -153
- package/languages/ja.yml +153 -153
- package/languages/zh-CN.yml +153 -153
- package/languages/zh-HK.yml +153 -153
- package/languages/zh-TW.yml +153 -153
- package/layout/_alternate/atom.ejs +30 -30
- package/layout/_alternate/json.ejs +16 -16
- package/layout/_alternate/rss.ejs +34 -34
- package/layout/_mixin/breadcrumb.pug +33 -33
- package/layout/_mixin/card.pug +38 -38
- package/layout/_mixin/comment.pug +6 -6
- package/layout/_mixin/postmeta.pug +29 -29
- package/layout/_mixin/segment.pug +35 -35
- package/layout/_mixin/sidebar.pug +40 -40
- package/layout/_mixin/widgets.pug +28 -28
- package/layout/_partials/footer.pug +43 -43
- package/layout/_partials/head/head.pug +55 -55
- package/layout/_partials/head/head_com.pug +24 -24
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +140 -140
- package/layout/_partials/loading.pug +13 -13
- package/layout/_partials/pagination.pug +4 -4
- package/layout/_partials/post/copyright.pug +20 -20
- package/layout/_partials/post/footer.pug +17 -17
- package/layout/_partials/post/nav.pug +13 -13
- package/layout/_partials/post/post.pug +41 -41
- package/layout/_partials/post/reward.pug +18 -18
- package/layout/_partials/sidebar/menu.pug +37 -37
- package/layout/_partials/sidebar/overview.pug +42 -42
- package/layout/_partials/third-party/baidu-analytics.pug +11 -11
- package/layout/_partials/third-party/clarity.pug +8 -8
- package/layout/_partials/third-party/google-analytics.pug +9 -9
- package/layout/archive.pug +118 -118
- package/layout/category.pug +59 -59
- package/layout/index.pug +33 -33
- package/layout/page.pug +55 -55
- package/layout/post.pug +36 -36
- package/layout/tag.pug +43 -43
- package/package.json +72 -72
- package/scripts/filters/locals.js +52 -0
- package/scripts/filters/post.js +5 -0
- package/scripts/generaters/archive.js +133 -0
- package/scripts/generaters/config.js +51 -0
- package/scripts/generaters/images.js +23 -0
- package/scripts/generaters/index.js +107 -0
- package/scripts/generaters/pages.js +15 -0
- package/scripts/generaters/script.js +156 -0
- package/scripts/helpers/asset.js +73 -0
- package/scripts/helpers/engine.js +177 -0
- package/scripts/helpers/list_categories.js +80 -0
- package/scripts/helpers/summary_ai.js +107 -0
- package/scripts/helpers/symbols_count_time.js +69 -0
- package/scripts/plugin/check.js +32 -0
- package/scripts/plugin/index.js +81 -0
- package/scripts/plugin/lib/injects-point.js +20 -0
- package/scripts/plugin/lib/injects.js +89 -0
- package/scripts/tags/links.js +44 -0
- package/scripts/tags/media.js +19 -0
- package/scripts/utils.js +13 -0
- package/source/assets/algolia_logo.svg +9 -9
- package/source/assets/logo.svg +16 -16
- package/source/css/_colors.styl +207 -207
- package/source/css/_common/components/components.styl +6 -6
- package/source/css/_common/components/highlight/highlight.styl +357 -357
- package/source/css/_common/components/highlight/operation.styl +21 -21
- package/source/css/_common/components/pages/collapse.styl +119 -119
- package/source/css/_common/components/pages/home.styl +391 -391
- package/source/css/_common/components/pages/pages.styl +56 -56
- package/source/css/_common/components/pages/tag-cloud.styl +12 -12
- package/source/css/_common/components/post/breadcrumb.styl +39 -39
- package/source/css/_common/components/post/copyright.styl +41 -41
- package/source/css/_common/components/post/expand.styl +263 -263
- package/source/css/_common/components/post/footer.styl +11 -11
- package/source/css/_common/components/post/header.styl +79 -79
- package/source/css/_common/components/post/nav.styl +64 -64
- package/source/css/_common/components/post/post.styl +29 -29
- package/source/css/_common/components/post/reward.styl +50 -50
- package/source/css/_common/components/post/rtl.styl +12 -12
- package/source/css/_common/components/post/tags.styl +39 -39
- package/source/css/_common/components/tags/collapse.styl +72 -72
- package/source/css/_common/components/tags/container.styl +49 -49
- package/source/css/_common/components/tags/label.styl +12 -12
- package/source/css/_common/components/tags/links.styl +77 -77
- package/source/css/_common/components/tags/list.styl +131 -131
- package/source/css/_common/components/tags/note.styl +70 -70
- package/source/css/_common/components/tags/player.styl +361 -361
- package/source/css/_common/components/tags/quiz.styl +200 -200
- package/source/css/_common/components/tags/tabs.styl +89 -89
- package/source/css/_common/components/tags/tags.styl +9 -9
- package/source/css/_common/components/third-party/loading.styl +222 -222
- package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
- package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
- package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
- package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
- package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
- package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
- package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
- package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
- package/source/css/_common/components/third-party/pace.styl +18 -18
- package/source/css/_common/components/third-party/search.styl +167 -167
- package/source/css/_common/components/third-party/theme.styl +151 -151
- package/source/css/_common/components/third-party/third-party.styl +22 -22
- package/source/css/_common/components/third-party/widgets.styl +57 -57
- package/source/css/_common/outline/footer/footer.styl +67 -67
- package/source/css/_common/outline/header/brand.styl +77 -77
- package/source/css/_common/outline/header/header.styl +20 -20
- package/source/css/_common/outline/header/image.styl +85 -85
- package/source/css/_common/outline/header/menu.styl +117 -117
- package/source/css/_common/outline/header/nav.styl +81 -81
- package/source/css/_common/outline/header/right.styl +15 -15
- package/source/css/_common/outline/header/tool.styl +207 -207
- package/source/css/_common/outline/header/waves.styl +57 -57
- package/source/css/_common/outline/mobile.styl +46 -46
- package/source/css/_common/outline/outline.styl +78 -78
- package/source/css/_common/outline/sidebar/author.styl +59 -59
- package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
- package/source/css/_common/outline/sidebar/menu.styl +63 -63
- package/source/css/_common/outline/sidebar/quick.styl +43 -43
- package/source/css/_common/outline/sidebar/related.styl +56 -56
- package/source/css/_common/outline/sidebar/sidebar.styl +80 -80
- package/source/css/_common/outline/sidebar/social.styl +69 -69
- package/source/css/_common/outline/sidebar/state.styl +37 -37
- package/source/css/_common/outline/sidebar/tab.styl +71 -71
- package/source/css/_common/outline/sidebar/toc.styl +47 -47
- package/source/css/_common/scaffolding/animate.styl +322 -322
- package/source/css/_common/scaffolding/base.styl +190 -190
- package/source/css/_common/scaffolding/buttons.styl +48 -48
- package/source/css/_common/scaffolding/divider.styl +36 -36
- package/source/css/_common/scaffolding/iconfont.styl +443 -443
- package/source/css/_common/scaffolding/normalize.styl +273 -273
- package/source/css/_common/scaffolding/pagination.styl +81 -81
- package/source/css/_common/scaffolding/ribbon.styl +38 -38
- package/source/css/_common/scaffolding/scaffolding.styl +14 -14
- package/source/css/_common/scaffolding/scrollbar.styl +37 -37
- package/source/css/_common/scaffolding/tables.styl +50 -50
- package/source/css/_common/scaffolding/tip.styl +19 -19
- package/source/css/_common/scaffolding/toggles.styl +59 -59
- package/source/css/_iconfont.styl +455 -455
- package/source/css/_mixins.styl +148 -148
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +41 -41
- package/source/css/mermaid.styl +5 -5
- package/source/css/optimize.styl +5 -5
- package/source/js/_app/components/comments.ts +88 -88
- package/source/js/_app/components/sidebar.ts +239 -239
- package/source/js/_app/components/tcomments.ts +54 -54
- package/source/js/_app/globals/globalVars.ts +99 -99
- package/source/js/_app/globals/handles.ts +124 -124
- package/source/js/_app/globals/themeColor.ts +63 -63
- package/source/js/_app/globals/thirdparty.ts +63 -63
- package/source/js/_app/globals/tools.ts +75 -75
- package/source/js/_app/library/anime.ts +110 -110
- package/source/js/_app/library/declare.d.ts +128 -128
- package/source/js/_app/library/dom.ts +28 -28
- package/source/js/_app/library/loadFile.ts +47 -47
- package/source/js/_app/library/proto.ts +137 -137
- package/source/js/_app/library/scriptPjax.ts +72 -72
- package/source/js/_app/library/storage.ts +12 -12
- package/source/js/_app/library/vue.ts +49 -49
- package/source/js/_app/page/common.ts +43 -43
- package/source/js/_app/page/fancybox.ts +72 -72
- package/source/js/_app/page/post.ts +266 -266
- package/source/js/_app/page/search.ts +115 -115
- package/source/js/_app/page/tab.ts +60 -60
- package/source/js/_app/pjax/domInit.ts +97 -97
- package/source/js/_app/pjax/refresh.ts +140 -140
- package/source/js/_app/pjax/siteInit.ts +106 -106
- package/source/js/_app/player.ts +798 -798
- package/toolbox/compiler.mjs +10 -6
- package/toolbox/hoistdep.mjs +5 -5
- package/toolbox/lib.mjs +63 -63
- package/index.html +0 -231
- package/meta.json +0 -6431
@@ -1,55 +1,55 @@
|
|
1
|
-
- var msValidate = theme?.seo?.bing,googleValid = theme?.seo?.google
|
2
|
-
- var yandexValid = theme?.seo?.yandex,baiduValid = theme?.seo?.baidu
|
3
|
-
- var siteTitle = config.title,noBaiduT = theme?.seo?.disable_baidu_transformation
|
4
|
-
- var feedLink = full_url_for("/feed.json")
|
5
|
-
- var tk= theme?.twikoo?.enable
|
6
|
-
- var wl = theme.waline.enable
|
7
|
-
meta(charset="UTF-8")
|
8
|
-
meta(name="viewport" content="width=device-width,initial-scale=1,maximum-scale=2")
|
9
|
-
meta(name="theme-color" content="#222")
|
10
|
-
|
11
|
-
meta(http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1")
|
12
|
-
meta(name="renderer" content="webkit")
|
13
|
-
link(rel="icon" type="image/ico" sizes="32x32" href=url_for(theme.statics + theme.assets + theme.icon.favicon))
|
14
|
-
if theme.icon.apple_touch_icon
|
15
|
-
link(rel="apple-touch-icon" sizes="180x180" href=url_for(theme.statics + theme.assets + theme.icon.apple_touch_icon))
|
16
|
-
|
17
|
-
if msValidate
|
18
|
-
meta(name="msvalidate.01" content=msValidate)
|
19
|
-
if googleValid
|
20
|
-
meta(name="google-site-verification" content=googleValid)
|
21
|
-
if yandexValid
|
22
|
-
meta(name="yandex-verification" content=yandexValid)
|
23
|
-
if baiduValid
|
24
|
-
meta(name="baidu-site-verification" content=baiduValid)
|
25
|
-
if noBaiduT
|
26
|
-
meta(http-equiv="Cache-Control" content="no-transform")
|
27
|
-
meta(http-equiv="Cache-Control" content="no-siteapp")
|
28
|
-
|
29
|
-
!= feed_tag('rss.xml')
|
30
|
-
!= feed_tag('atom.xml')
|
31
|
-
link(rel="alternate" type="application/json" title=siteTitle href=feedLink)
|
32
|
-
|
33
|
-
- var prelinks = theme.performance.preConnect || []
|
34
|
-
each prelink in prelinks
|
35
|
-
link(rel="preconnect" href=prelink)
|
36
|
-
|
37
|
-
- var dnslinks = theme.performance.dnsPrefetch || []
|
38
|
-
each dnsLink in dnslinks
|
39
|
-
link(rel="dns-prefetch" href=dnsLink)
|
40
|
-
|
41
|
-
- var fontConfig = theme.font?.loadFromGoogle
|
42
|
-
if fontConfig
|
43
|
-
!= _vendor_font()
|
44
|
-
!= _css('app.css')
|
45
|
-
!= preloadjs()
|
46
|
-
!= load_async_css()
|
47
|
-
|
48
|
-
include pwa.pug
|
49
|
-
|
50
|
-
- var qw = theme?.qweather?.enable
|
51
|
-
if qw
|
52
|
-
style.
|
53
|
-
img[data-v-7d48daab] {
|
54
|
-
max-width: 2em !important;
|
55
|
-
}
|
1
|
+
- var msValidate = theme?.seo?.bing,googleValid = theme?.seo?.google
|
2
|
+
- var yandexValid = theme?.seo?.yandex,baiduValid = theme?.seo?.baidu
|
3
|
+
- var siteTitle = config.title,noBaiduT = theme?.seo?.disable_baidu_transformation
|
4
|
+
- var feedLink = full_url_for("/feed.json")
|
5
|
+
- var tk= theme?.twikoo?.enable
|
6
|
+
- var wl = theme.waline.enable
|
7
|
+
meta(charset="UTF-8")
|
8
|
+
meta(name="viewport" content="width=device-width,initial-scale=1,maximum-scale=2")
|
9
|
+
meta(name="theme-color" content="#222")
|
10
|
+
|
11
|
+
meta(http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1")
|
12
|
+
meta(name="renderer" content="webkit")
|
13
|
+
link(rel="icon" type="image/ico" sizes="32x32" href=url_for(theme.statics + theme.assets + theme.icon.favicon))
|
14
|
+
if theme.icon.apple_touch_icon
|
15
|
+
link(rel="apple-touch-icon" sizes="180x180" href=url_for(theme.statics + theme.assets + theme.icon.apple_touch_icon))
|
16
|
+
|
17
|
+
if msValidate
|
18
|
+
meta(name="msvalidate.01" content=msValidate)
|
19
|
+
if googleValid
|
20
|
+
meta(name="google-site-verification" content=googleValid)
|
21
|
+
if yandexValid
|
22
|
+
meta(name="yandex-verification" content=yandexValid)
|
23
|
+
if baiduValid
|
24
|
+
meta(name="baidu-site-verification" content=baiduValid)
|
25
|
+
if noBaiduT
|
26
|
+
meta(http-equiv="Cache-Control" content="no-transform")
|
27
|
+
meta(http-equiv="Cache-Control" content="no-siteapp")
|
28
|
+
|
29
|
+
!= feed_tag('rss.xml')
|
30
|
+
!= feed_tag('atom.xml')
|
31
|
+
link(rel="alternate" type="application/json" title=siteTitle href=feedLink)
|
32
|
+
|
33
|
+
- var prelinks = theme.performance.preConnect || []
|
34
|
+
each prelink in prelinks
|
35
|
+
link(rel="preconnect" href=prelink)
|
36
|
+
|
37
|
+
- var dnslinks = theme.performance.dnsPrefetch || []
|
38
|
+
each dnsLink in dnslinks
|
39
|
+
link(rel="dns-prefetch" href=dnsLink)
|
40
|
+
|
41
|
+
- var fontConfig = theme.font?.loadFromGoogle
|
42
|
+
if fontConfig
|
43
|
+
!= _vendor_font()
|
44
|
+
!= _css('app.css')
|
45
|
+
!= preloadjs()
|
46
|
+
!= load_async_css()
|
47
|
+
|
48
|
+
include pwa.pug
|
49
|
+
|
50
|
+
- var qw = theme?.qweather?.enable
|
51
|
+
if qw
|
52
|
+
style.
|
53
|
+
img[data-v-7d48daab] {
|
54
|
+
max-width: 2em !important;
|
55
|
+
}
|
@@ -1,24 +1,24 @@
|
|
1
|
-
- var keywords='',tmp=page?.tags?.toArray()
|
2
|
-
if tmp
|
3
|
-
each tag,index in tmp
|
4
|
-
- keywords += tag.name
|
5
|
-
- index++
|
6
|
-
- if (index < tmp.length) keywords += ','
|
7
|
-
if page.keywords
|
8
|
-
meta(name="keywords" content=page.keywords)
|
9
|
-
else if page.tags && page.tags.length
|
10
|
-
meta(name="keywords" content=keywords)
|
11
|
-
else if config.keywords
|
12
|
-
meta(name="keywords" content=config.keywords)
|
13
|
-
|
14
|
-
if page.description
|
15
|
-
meta(name="description" content=page.description)
|
16
|
-
else if page.excerpt
|
17
|
-
meta(name="description" content=page.excerpt)
|
18
|
-
else if config.description
|
19
|
-
meta(name="description" content=config.description)
|
20
|
-
|
21
|
-
!= canonical()
|
22
|
-
|
23
|
-
if theme.open_graph
|
24
|
-
!= open_graph(theme.open_graph)
|
1
|
+
- var keywords='',tmp=page?.tags?.toArray()
|
2
|
+
if tmp
|
3
|
+
each tag,index in tmp
|
4
|
+
- keywords += tag.name
|
5
|
+
- index++
|
6
|
+
- if (index < tmp.length) keywords += ','
|
7
|
+
if page.keywords
|
8
|
+
meta(name="keywords" content=page.keywords)
|
9
|
+
else if page.tags && page.tags.length
|
10
|
+
meta(name="keywords" content=keywords)
|
11
|
+
else if config.keywords
|
12
|
+
meta(name="keywords" content=config.keywords)
|
13
|
+
|
14
|
+
if page.description
|
15
|
+
meta(name="description" content=page.description)
|
16
|
+
else if page.excerpt
|
17
|
+
meta(name="description" content=page.excerpt)
|
18
|
+
else if config.description
|
19
|
+
meta(name="description" content=config.description)
|
20
|
+
|
21
|
+
!= canonical()
|
22
|
+
|
23
|
+
if theme.open_graph
|
24
|
+
!= open_graph(theme.open_graph)
|
@@ -1,18 +1,18 @@
|
|
1
|
-
//- https://blog.cyfan.top/p/c0af86bb.html#%E5%AE%89%E8%A3%85-Install
|
2
|
-
- var timeNow = new Date().getTime()
|
3
|
-
if theme.pwa.enable
|
4
|
-
- var sworker = theme.pwa.serviceworker
|
5
|
-
script(data-pjax async).
|
6
|
-
if ('serviceWorker' in navigator) {
|
7
|
-
navigator.serviceWorker.register("/#{sworker}?time=#{timeNow}").then(async (reg) => {
|
8
|
-
if (window.localStorage.getItem('install') !== 'true') {
|
9
|
-
window.localStorage.setItem('install', 'true');
|
10
|
-
setTimeout(() => {
|
11
|
-
window.location.reload()
|
12
|
-
}, 500)
|
13
|
-
}
|
14
|
-
}).catch(err => {
|
15
|
-
console.log(err)
|
16
|
-
});
|
17
|
-
}
|
18
|
-
link(rel="manifest" href=`/${theme.pwa.manifest}`)
|
1
|
+
//- https://blog.cyfan.top/p/c0af86bb.html#%E5%AE%89%E8%A3%85-Install
|
2
|
+
- var timeNow = new Date().getTime()
|
3
|
+
if theme.pwa.enable
|
4
|
+
- var sworker = theme.pwa.serviceworker
|
5
|
+
script(data-pjax async).
|
6
|
+
if ('serviceWorker' in navigator) {
|
7
|
+
navigator.serviceWorker.register("/#{sworker}?time=#{timeNow}").then(async (reg) => {
|
8
|
+
if (window.localStorage.getItem('install') !== 'true') {
|
9
|
+
window.localStorage.setItem('install', 'true');
|
10
|
+
setTimeout(() => {
|
11
|
+
window.location.reload()
|
12
|
+
}, 500)
|
13
|
+
}
|
14
|
+
}).catch(err => {
|
15
|
+
console.log(err)
|
16
|
+
});
|
17
|
+
}
|
18
|
+
link(rel="manifest" href=`/${theme.pwa.manifest}`)
|
@@ -1,18 +1,18 @@
|
|
1
|
-
nav(id="nav")
|
2
|
-
div(class="inner")
|
3
|
-
div(class="toggle")
|
4
|
-
div(class="lines" aria-label!=__('accessibility.nav_toggle'))
|
5
|
-
span(class="line")
|
6
|
-
span(class="line")
|
7
|
-
span(class="line")
|
8
|
-
ul(class="menu")
|
9
|
-
li(class="item title")
|
10
|
-
a(href=config.root rel="start")
|
11
|
-
!= alternate || title
|
12
|
-
ul(class="right" id="rightNav")
|
13
|
-
li(class="item theme")
|
14
|
-
i(class="ic i-sun")
|
15
|
-
li(class="item search")
|
16
|
-
i(class="ic i-search")
|
17
|
-
!= shokax_inject('rightNav')
|
18
|
-
|
1
|
+
nav(id="nav")
|
2
|
+
div(class="inner")
|
3
|
+
div(class="toggle")
|
4
|
+
div(class="lines" aria-label!=__('accessibility.nav_toggle'))
|
5
|
+
span(class="line")
|
6
|
+
span(class="line")
|
7
|
+
span(class="line")
|
8
|
+
ul(class="menu")
|
9
|
+
li(class="item title")
|
10
|
+
a(href=config.root rel="start")
|
11
|
+
!= alternate || title
|
12
|
+
ul(class="right" id="rightNav")
|
13
|
+
li(class="item theme")
|
14
|
+
i(class="ic i-sun")
|
15
|
+
li(class="item search")
|
16
|
+
i(class="ic i-search")
|
17
|
+
!= shokax_inject('rightNav')
|
18
|
+
|
@@ -1,140 +1,140 @@
|
|
1
|
-
include ../_mixin/breadcrumb.pug
|
2
|
-
include ../_mixin/sidebar.pug
|
3
|
-
include ../_mixin/widgets.pug
|
4
|
-
|
5
|
-
- ignores = []
|
6
|
-
if (theme.quicklink.ignores)
|
7
|
-
- ignores.push(theme.quicklink.ignores)
|
8
|
-
|
9
|
-
- var covers = _cover_index(page, 6)
|
10
|
-
- var enableFixedCover = theme.homeConfig?.fixedCover
|
11
|
-
|
12
|
-
doctype html
|
13
|
-
html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'filter: grayscale(1);':'' )
|
14
|
-
head
|
15
|
-
!= partial('_partials/head/head.pug', {}, {cache: true})
|
16
|
-
if enableFixedCover
|
17
|
-
link(rel="preload" href=theme.homeConfig.fixedCover as="image" fetchpriority="high")
|
18
|
-
else
|
19
|
-
each image in covers
|
20
|
-
link(rel="preload" href=image as="image" fetchpriority="high")
|
21
|
-
|
22
|
-
!= partial('_partials/head/head_com.pug')
|
23
|
-
!= shokax_inject('head')
|
24
|
-
title
|
25
|
-
block title
|
26
|
-
!= `${alternate?alternate + " = ":""}${title}${subtitle?" = "+subtitle:""}`
|
27
|
-
body(itemscope itemtype="http://schema.org/WebPage")
|
28
|
-
!= partial('_partials/loading.pug', {}, {cache: true})
|
29
|
-
div(id="container")
|
30
|
-
header(id="header" itemscope itemtype="http://schema.org/WPHeader")
|
31
|
-
div(class="inner")
|
32
|
-
div(id="brand")
|
33
|
-
div(class="pjax")
|
34
|
-
block header
|
35
|
-
a(href=config.root class="logo" rel="start")
|
36
|
-
if alternate
|
37
|
-
p(class="artboard")
|
38
|
-
!= alternate
|
39
|
-
h1(itemprop="name headline" class="title")
|
40
|
-
!= title
|
41
|
-
if subtitle
|
42
|
-
p(class="meta" itemprop="description")
|
43
|
-
!= `= ${subtitle} =`
|
44
|
-
|
45
|
-
!= partial('_partials/header.pug', {}, {cache: true})
|
46
|
-
div(id="imgs" class="pjax")
|
47
|
-
if theme.homeConfig.gradient || enableFixedCover
|
48
|
-
//- cover不可用时用Bing随机图片代替
|
49
|
-
- var coverImage = theme.homeConfig?.fixedCover || "https://7ed.net/bing/api"
|
50
|
-
img(src=coverImage loading="eager" decoding="async" fetchpriority="high" alt=title)
|
51
|
-
else
|
52
|
-
if covers.length === 6
|
53
|
-
ul
|
54
|
-
each image in covers
|
55
|
-
li(class="item" style=`background-image: url("${image}");`)
|
56
|
-
else
|
57
|
-
img(src=covers loading="eager" decoding="async" fetchpriority="high" alt=title)
|
58
|
-
div(id="waves")
|
59
|
-
svg(class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto")
|
60
|
-
defs
|
61
|
-
path(id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z")
|
62
|
-
g(class="parallax")
|
63
|
-
use(xlink:href="#gentle-wave" x="48" y="0")
|
64
|
-
use(xlink:href="#gentle-wave" x="48" y="3")
|
65
|
-
use(xlink:href="#gentle-wave" x="48" y="5")
|
66
|
-
use(xlink:href="#gentle-wave" x="48" y="7")
|
67
|
-
main
|
68
|
-
div(class="inner")
|
69
|
-
div(id="main" class="pjax")
|
70
|
-
block content
|
71
|
-
div(id="sidebar")
|
72
|
-
block sidebar
|
73
|
-
+sidebarRender
|
74
|
-
div(class="dimmer")
|
75
|
-
footer(id="footer")
|
76
|
-
div(class="inner")
|
77
|
-
div(class="widgets")
|
78
|
-
+WRender
|
79
|
-
!= partial('_partials/footer.pug', {}, {cache: true})
|
80
|
-
- var ccIcon = '<i class="ic i-creative-commons"></i>'
|
81
|
-
- var ccText = theme.creative_commons.license.toUpperCase()
|
82
|
-
- var audioValue
|
83
|
-
if page.audio
|
84
|
-
- audioValue = JSON.stringify(page.audio);
|
85
|
-
|
86
|
-
else if page.audio === false
|
87
|
-
- audioValue = JSON.stringify({});
|
88
|
-
else
|
89
|
-
- audioValue = "undefined"
|
90
|
-
|
91
|
-
script(data-config type="text/javascript").
|
92
|
-
var LOCAL = {
|
93
|
-
ispost: !{is_post()},
|
94
|
-
path: `#{_permapath(page.path)}`,
|
95
|
-
favicon: {
|
96
|
-
show: `#{__('favicon.show')}`,
|
97
|
-
hide: `#{__('favicon.hide')}`
|
98
|
-
},
|
99
|
-
search: {
|
100
|
-
placeholder: "!{__('search.placeholder')}",
|
101
|
-
empty: "!{__('search.empty')}",
|
102
|
-
stats: "!{__('search.stats')}"
|
103
|
-
},
|
104
|
-
copy_tex: #{!!page.math},
|
105
|
-
katex: #{!!page.math},
|
106
|
-
mermaid: #{!!page.mermaid},
|
107
|
-
audio: !{audioValue},
|
108
|
-
fancybox: #{page.fancybox !== false},
|
109
|
-
nocopy: #{!!page.nocopy},
|
110
|
-
outime: #{page.outime !== false},
|
111
|
-
template: `!{__('outime.template')}`,
|
112
|
-
quiz: {
|
113
|
-
choice: `#{__('quiz.choice')}`,
|
114
|
-
multiple: `#{__('quiz.multiple')}`,
|
115
|
-
true_false: `#{__('quiz.true_false')}`,
|
116
|
-
essay: `#{__('quiz.essay')}`,
|
117
|
-
gap_fill: `#{__('quiz.gap_fill')}`,
|
118
|
-
mistake: `#{__('quiz.mistake')}`
|
119
|
-
},
|
120
|
-
ignores: [
|
121
|
-
(uri) => uri.includes('#'),
|
122
|
-
(uri) => new RegExp(LOCAL.path + '$').test(uri),
|
123
|
-
!{JSON.stringify(ignores)}
|
124
|
-
]
|
125
|
-
};
|
126
|
-
|
127
|
-
!= partial('_partials/third-party/baidu-analytics.pug', {}, {cache: true})
|
128
|
-
!= partial('_partials/third-party/clarity.pug', {}, {cache: true})
|
129
|
-
!= partial('_partials/third-party/google-analytics.pug', {}, {cache: true})
|
130
|
-
|
131
|
-
!= vendor_js()
|
132
|
-
if theme.polyfill.enable
|
133
|
-
script(src=`https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=${theme.polyfill.features}` defer)
|
134
|
-
|
135
|
-
!= _js('siteInit.js')
|
136
|
-
|
137
|
-
!= shokax_inject('bodyEnd')
|
138
|
-
|
139
|
-
|
140
|
-
|
1
|
+
include ../_mixin/breadcrumb.pug
|
2
|
+
include ../_mixin/sidebar.pug
|
3
|
+
include ../_mixin/widgets.pug
|
4
|
+
|
5
|
+
- ignores = []
|
6
|
+
if (theme.quicklink.ignores)
|
7
|
+
- ignores.push(theme.quicklink.ignores)
|
8
|
+
|
9
|
+
- var covers = _cover_index(page, 6)
|
10
|
+
- var enableFixedCover = theme.homeConfig?.fixedCover
|
11
|
+
|
12
|
+
doctype html
|
13
|
+
html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'filter: grayscale(1);':'' )
|
14
|
+
head
|
15
|
+
!= partial('_partials/head/head.pug', {}, {cache: true})
|
16
|
+
if enableFixedCover
|
17
|
+
link(rel="preload" href=theme.homeConfig.fixedCover as="image" fetchpriority="high")
|
18
|
+
else
|
19
|
+
each image in covers
|
20
|
+
link(rel="preload" href=image as="image" fetchpriority="high")
|
21
|
+
|
22
|
+
!= partial('_partials/head/head_com.pug')
|
23
|
+
!= shokax_inject('head')
|
24
|
+
title
|
25
|
+
block title
|
26
|
+
!= `${alternate?alternate + " = ":""}${title}${subtitle?" = "+subtitle:""}`
|
27
|
+
body(itemscope itemtype="http://schema.org/WebPage")
|
28
|
+
!= partial('_partials/loading.pug', {}, {cache: true})
|
29
|
+
div(id="container")
|
30
|
+
header(id="header" itemscope itemtype="http://schema.org/WPHeader")
|
31
|
+
div(class="inner")
|
32
|
+
div(id="brand")
|
33
|
+
div(class="pjax")
|
34
|
+
block header
|
35
|
+
a(href=config.root class="logo" rel="start")
|
36
|
+
if alternate
|
37
|
+
p(class="artboard")
|
38
|
+
!= alternate
|
39
|
+
h1(itemprop="name headline" class="title")
|
40
|
+
!= title
|
41
|
+
if subtitle
|
42
|
+
p(class="meta" itemprop="description")
|
43
|
+
!= `= ${subtitle} =`
|
44
|
+
|
45
|
+
!= partial('_partials/header.pug', {}, {cache: true})
|
46
|
+
div(id="imgs" class="pjax")
|
47
|
+
if theme.homeConfig.gradient || enableFixedCover
|
48
|
+
//- cover不可用时用Bing随机图片代替
|
49
|
+
- var coverImage = theme.homeConfig?.fixedCover || "https://7ed.net/bing/api"
|
50
|
+
img(src=coverImage loading="eager" decoding="async" fetchpriority="high" alt=title)
|
51
|
+
else
|
52
|
+
if covers.length === 6
|
53
|
+
ul
|
54
|
+
each image in covers
|
55
|
+
li(class="item" style=`background-image: url("${image}");`)
|
56
|
+
else
|
57
|
+
img(src=covers loading="eager" decoding="async" fetchpriority="high" alt=title)
|
58
|
+
div(id="waves")
|
59
|
+
svg(class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto")
|
60
|
+
defs
|
61
|
+
path(id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z")
|
62
|
+
g(class="parallax")
|
63
|
+
use(xlink:href="#gentle-wave" x="48" y="0")
|
64
|
+
use(xlink:href="#gentle-wave" x="48" y="3")
|
65
|
+
use(xlink:href="#gentle-wave" x="48" y="5")
|
66
|
+
use(xlink:href="#gentle-wave" x="48" y="7")
|
67
|
+
main
|
68
|
+
div(class="inner")
|
69
|
+
div(id="main" class="pjax")
|
70
|
+
block content
|
71
|
+
div(id="sidebar")
|
72
|
+
block sidebar
|
73
|
+
+sidebarRender
|
74
|
+
div(class="dimmer")
|
75
|
+
footer(id="footer")
|
76
|
+
div(class="inner")
|
77
|
+
div(class="widgets")
|
78
|
+
+WRender
|
79
|
+
!= partial('_partials/footer.pug', {}, {cache: true})
|
80
|
+
- var ccIcon = '<i class="ic i-creative-commons"></i>'
|
81
|
+
- var ccText = theme.creative_commons.license.toUpperCase()
|
82
|
+
- var audioValue
|
83
|
+
if page.audio
|
84
|
+
- audioValue = JSON.stringify(page.audio);
|
85
|
+
|
86
|
+
else if page.audio === false
|
87
|
+
- audioValue = JSON.stringify({});
|
88
|
+
else
|
89
|
+
- audioValue = "undefined"
|
90
|
+
|
91
|
+
script(data-config type="text/javascript").
|
92
|
+
var LOCAL = {
|
93
|
+
ispost: !{is_post()},
|
94
|
+
path: `#{_permapath(page.path)}`,
|
95
|
+
favicon: {
|
96
|
+
show: `#{__('favicon.show')}`,
|
97
|
+
hide: `#{__('favicon.hide')}`
|
98
|
+
},
|
99
|
+
search: {
|
100
|
+
placeholder: "!{__('search.placeholder')}",
|
101
|
+
empty: "!{__('search.empty')}",
|
102
|
+
stats: "!{__('search.stats')}"
|
103
|
+
},
|
104
|
+
copy_tex: #{!!page.math},
|
105
|
+
katex: #{!!page.math},
|
106
|
+
mermaid: #{!!page.mermaid},
|
107
|
+
audio: !{audioValue},
|
108
|
+
fancybox: #{page.fancybox !== false},
|
109
|
+
nocopy: #{!!page.nocopy},
|
110
|
+
outime: #{page.outime !== false},
|
111
|
+
template: `!{__('outime.template')}`,
|
112
|
+
quiz: {
|
113
|
+
choice: `#{__('quiz.choice')}`,
|
114
|
+
multiple: `#{__('quiz.multiple')}`,
|
115
|
+
true_false: `#{__('quiz.true_false')}`,
|
116
|
+
essay: `#{__('quiz.essay')}`,
|
117
|
+
gap_fill: `#{__('quiz.gap_fill')}`,
|
118
|
+
mistake: `#{__('quiz.mistake')}`
|
119
|
+
},
|
120
|
+
ignores: [
|
121
|
+
(uri) => uri.includes('#'),
|
122
|
+
(uri) => new RegExp(LOCAL.path + '$').test(uri),
|
123
|
+
!{JSON.stringify(ignores)}
|
124
|
+
]
|
125
|
+
};
|
126
|
+
|
127
|
+
!= partial('_partials/third-party/baidu-analytics.pug', {}, {cache: true})
|
128
|
+
!= partial('_partials/third-party/clarity.pug', {}, {cache: true})
|
129
|
+
!= partial('_partials/third-party/google-analytics.pug', {}, {cache: true})
|
130
|
+
|
131
|
+
!= vendor_js()
|
132
|
+
if theme.polyfill.enable
|
133
|
+
script(src=`https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=${theme.polyfill.features}` defer)
|
134
|
+
|
135
|
+
!= _js('siteInit.js')
|
136
|
+
|
137
|
+
!= shokax_inject('bodyEnd')
|
138
|
+
|
139
|
+
|
140
|
+
|
@@ -1,13 +1,13 @@
|
|
1
|
-
div(id="loading")
|
2
|
-
div(class="cat")
|
3
|
-
div(class="body")
|
4
|
-
div(class="head")
|
5
|
-
div(class="face")
|
6
|
-
div(class="foot")
|
7
|
-
div(class="tummy-end")
|
8
|
-
div(class="bottom")
|
9
|
-
div(class="legs left")
|
10
|
-
div(class="legs right")
|
11
|
-
div(class="paw")
|
12
|
-
div(class="hands left")
|
13
|
-
div(class="hands right")
|
1
|
+
div(id="loading")
|
2
|
+
div(class="cat")
|
3
|
+
div(class="body")
|
4
|
+
div(class="head")
|
5
|
+
div(class="face")
|
6
|
+
div(class="foot")
|
7
|
+
div(class="tummy-end")
|
8
|
+
div(class="bottom")
|
9
|
+
div(class="legs left")
|
10
|
+
div(class="legs right")
|
11
|
+
div(class="paw")
|
12
|
+
div(class="hands left")
|
13
|
+
div(class="hands right")
|
@@ -1,4 +1,4 @@
|
|
1
|
-
if page.prev || page.next
|
2
|
-
nav(class="pagination")
|
3
|
-
div(class="inner")
|
4
|
-
!= paginator({prev_text: '<i class="ic i-angle-left" aria-label="' + __('accessibility.prev_page') + '"></i>',next_text: '<i class="ic i-angle-right" aria-label="' + __('accessibility.next_page') + '"></i>',mid_size : 1,escape : false})
|
1
|
+
if page.prev || page.next
|
2
|
+
nav(class="pagination")
|
3
|
+
div(class="inner")
|
4
|
+
!= paginator({prev_text: '<i class="ic i-angle-left" aria-label="' + __('accessibility.prev_page') + '"></i>',next_text: '<i class="ic i-angle-right" aria-label="' + __('accessibility.next_page') + '"></i>',mid_size : 1,escape : false})
|
@@ -1,20 +1,20 @@
|
|
1
|
-
if page.copyright !== false
|
2
|
-
- var ccIcon = '<i class="ic i-creative-commons"><em>(CC)</em></i>'
|
3
|
-
- var ccText = theme.creative_commons.license.toUpperCase()
|
4
|
-
div(id="copyright")
|
5
|
-
ul
|
6
|
-
li(class="author")
|
7
|
-
strong
|
8
|
-
!= __('post.copyright.author') + __('symbol.colon')
|
9
|
-
!= page.author || author
|
10
|
-
i(class="ic i-at")
|
11
|
-
em @
|
12
|
-
!= title
|
13
|
-
li(class="link")
|
14
|
-
strong
|
15
|
-
!= __('post.copyright.link') + __('symbol.colon')
|
16
|
-
!= _url(page.permalink, page.permalink, {title: page.title})
|
17
|
-
li(class="license")
|
18
|
-
strong
|
19
|
-
!= __('post.copyright.license_title') + __('symbol.colon')
|
20
|
-
!= page.copyright !== true ? __('post.copyright.license_content', _url(ccURL, ccIcon + ccText)) : __("post.copyright.nocopy")
|
1
|
+
if page.copyright !== false
|
2
|
+
- var ccIcon = '<i class="ic i-creative-commons"><em>(CC)</em></i>'
|
3
|
+
- var ccText = theme.creative_commons.license.toUpperCase()
|
4
|
+
div(id="copyright")
|
5
|
+
ul
|
6
|
+
li(class="author")
|
7
|
+
strong
|
8
|
+
!= __('post.copyright.author') + __('symbol.colon')
|
9
|
+
!= page.author || author
|
10
|
+
i(class="ic i-at")
|
11
|
+
em @
|
12
|
+
!= title
|
13
|
+
li(class="link")
|
14
|
+
strong
|
15
|
+
!= __('post.copyright.link') + __('symbol.colon')
|
16
|
+
!= _url(page.permalink, page.permalink, {title: page.title})
|
17
|
+
li(class="license")
|
18
|
+
strong
|
19
|
+
!= __('post.copyright.license_title') + __('symbol.colon')
|
20
|
+
!= page.copyright !== true ? __('post.copyright.license_content', _url(ccURL, ccIcon + ccText)) : __("post.copyright.nocopy")
|
@@ -1,17 +1,17 @@
|
|
1
|
-
div(class="meta")
|
2
|
-
if date(post.date) !== date(post.updated) || time(post.date) !== time(post.updated)
|
3
|
-
if theme.twikoo.enable || theme.waline.pageview
|
4
|
-
span(class="icon")
|
5
|
-
i(class="ic i-eye")
|
6
|
-
span 此文章已被阅读次数:
|
7
|
-
- var prefixedPath = post.path.startsWith('/') ? post.path : '/' + post.path
|
8
|
-
span(id="twikoo_visitors" class="waline-pageview-count" data-path=prefixedPath) 正在加载...
|
9
|
-
span(class="item")
|
10
|
-
span(class="icon")
|
11
|
-
i(class="ic i-calendar-check")
|
12
|
-
span(class="text")
|
13
|
-
!= __('post.edited')
|
14
|
-
time(title=__('post.modified') + __('symbol.colon') + full_date(post.updated) itemprop="dateModified" datetime=moment(post.updated).format())
|
15
|
-
!= date(post.updated)
|
16
|
-
|
17
|
-
!= shokax_inject('postMeta')
|
1
|
+
div(class="meta")
|
2
|
+
if date(post.date) !== date(post.updated) || time(post.date) !== time(post.updated)
|
3
|
+
if theme.twikoo.enable || theme.waline.pageview
|
4
|
+
span(class="icon")
|
5
|
+
i(class="ic i-eye")
|
6
|
+
span 此文章已被阅读次数:
|
7
|
+
- var prefixedPath = post.path.startsWith('/') ? post.path : '/' + post.path
|
8
|
+
span(id="twikoo_visitors" class="waline-pageview-count" data-path=prefixedPath) 正在加载...
|
9
|
+
span(class="item")
|
10
|
+
span(class="icon")
|
11
|
+
i(class="ic i-calendar-check")
|
12
|
+
span(class="text")
|
13
|
+
!= __('post.edited')
|
14
|
+
time(title=__('post.modified') + __('symbol.colon') + full_date(post.updated) itemprop="dateModified" datetime=moment(post.updated).format())
|
15
|
+
!= date(post.updated)
|
16
|
+
|
17
|
+
!= shokax_inject('postMeta')
|