hexo-theme-shokax 0.3.12 → 0.3.14
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 +99 -92
- package/README_en.MD +90 -82
- package/UsageRestrictions.md +25 -25
- package/_config.yml +370 -373
- package/_images.yml +9 -9
- 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 +41 -41
- package/layout/_mixin/postmeta.pug +29 -29
- package/layout/_mixin/segment.pug +32 -32
- package/layout/_mixin/sidebar.pug +40 -40
- package/layout/_mixin/widgets.pug +33 -33
- package/layout/_partials/footer.pug +42 -42
- package/layout/_partials/head/head.pug +57 -58
- package/layout/_partials/head/head_com.pug +17 -17
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +139 -139
- 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 +25 -25
- 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 +47 -47
- 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 +63 -63
- 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 -87
- 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 +69 -69
- 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 +75 -75
- 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 -451
- package/source/css/_mixins.styl +148 -148
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +41 -41
- package/source/css/comment.styl +3 -3
- package/source/css/mermaid.styl +5 -5
- package/source/css/optimize.styl +5 -5
- package/scripts/filters/locals.js +0 -52
- package/scripts/filters/post.js +0 -5
- package/scripts/generaters/archive.js +0 -133
- package/scripts/generaters/config.js +0 -48
- package/scripts/generaters/images.js +0 -23
- package/scripts/generaters/index.js +0 -107
- package/scripts/generaters/pages.js +0 -15
- package/scripts/generaters/script.js +0 -115
- package/scripts/helpers/asset.js +0 -147
- package/scripts/helpers/engine.js +0 -153
- package/scripts/helpers/list_categories.js +0 -84
- package/scripts/helpers/summary_ai.js +0 -107
- package/scripts/helpers/symbols_count_time.js +0 -69
- package/scripts/plugin/check.js +0 -32
- package/scripts/plugin/index.js +0 -78
- package/scripts/plugin/lib/injects-point.js +0 -20
- package/scripts/plugin/lib/injects.js +0 -89
- package/scripts/tags/links.js +0 -44
- package/scripts/tags/media.js +0 -19
- package/scripts/utils.js +0 -14
- package/source/css/twikoo.css +0 -2002
- package/source/js/_app/components/sidebar.js +0 -210
- package/source/js/_app/fireworks.js +0 -10
- package/source/js/_app/globals/globalVars.js +0 -80
- package/source/js/_app/globals/handles.js +0 -138
- package/source/js/_app/globals/themeColor.js +0 -62
- package/source/js/_app/globals/thirdparty.js +0 -71
- package/source/js/_app/globals/tools.js +0 -92
- package/source/js/_app/library/anime.js +0 -109
- package/source/js/_app/library/dom.js +0 -34
- package/source/js/_app/library/loadFile.js +0 -36
- package/source/js/_app/library/proto.js +0 -163
- package/source/js/_app/library/scriptPjax.js +0 -70
- package/source/js/_app/library/storage.js +0 -12
- package/source/js/_app/library/vue.js +0 -53
- package/source/js/_app/page/comment.js +0 -23
- package/source/js/_app/page/common.js +0 -41
- package/source/js/_app/page/fancybox.js +0 -65
- package/source/js/_app/page/post.js +0 -244
- package/source/js/_app/page/search.js +0 -118
- package/source/js/_app/page/tab.js +0 -53
- package/source/js/_app/pjax/domInit.js +0 -76
- package/source/js/_app/pjax/refresh.js +0 -53
- package/source/js/_app/pjax/siteInit.js +0 -49
- package/source/js/_app/player.js +0 -774
@@ -1,41 +1,41 @@
|
|
1
|
-
mixin CommentRender()
|
2
|
-
!= shokax_inject('comment')
|
3
|
-
- var tk = theme?.twikoo?.enable,wl = theme?.waline?.enable
|
4
|
-
if page.comment !== false && !theme.experiments.disableThemeComment
|
5
|
-
if tk
|
6
|
-
div(class="wrap" id="tcomments")
|
7
|
-
script(type="text/javascript" data-pjax).
|
8
|
-
setTimeout(function () {
|
9
|
-
twikoo.init({
|
10
|
-
envId: '#{ theme.twikoo.envId }',
|
11
|
-
el: '#tcomments',
|
12
|
-
region: '#{theme.twikoo.region}'
|
13
|
-
})
|
14
|
-
}, 1000)
|
15
|
-
else if wl
|
16
|
-
div(class="wrap" id="wcomments")
|
17
|
-
- var locale = JSON.stringify(theme.waline.locale)
|
18
|
-
- var emoji = JSON.stringify(theme.waline.emoji)
|
19
|
-
- var meta = JSON.stringify(theme.waline.meta)
|
20
|
-
- var requiredMeta = JSON.stringify(theme.waline.requiredMeta)
|
21
|
-
script(type="module" data-pjax).
|
22
|
-
import { init } from 'https://npm.webcache.cn/@waline/client@v2/dist/waline.mjs';
|
23
|
-
|
24
|
-
setTimeout(function () {
|
25
|
-
init({
|
26
|
-
el: '#wcomments',
|
27
|
-
serverURL: '#{theme.waline.serverURL.replace(/\/+$/, '')}',
|
28
|
-
lang: '#{theme.waline.lang}',
|
29
|
-
locale: !{locale},
|
30
|
-
emoji: !{emoji},
|
31
|
-
meta: !{meta},
|
32
|
-
requiredMeta: !{requiredMeta},
|
33
|
-
wordLimit: #{theme.waline.wordLimit},
|
34
|
-
pageSize: #{theme.waline.pageSize},
|
35
|
-
pageview: #{theme.waline.pageview},
|
36
|
-
path: window.location.pathname,
|
37
|
-
dark: 'html[data-theme="dark"]'
|
38
|
-
});
|
39
|
-
}, 1000)
|
40
|
-
|
41
|
-
|
1
|
+
mixin CommentRender()
|
2
|
+
!= shokax_inject('comment')
|
3
|
+
- var tk = theme?.twikoo?.enable,wl = theme?.waline?.enable
|
4
|
+
if page.comment !== false && !theme.experiments.disableThemeComment
|
5
|
+
if tk
|
6
|
+
div(class="wrap" id="tcomments")
|
7
|
+
script(type="text/javascript" data-pjax).
|
8
|
+
setTimeout(function () {
|
9
|
+
twikoo.init({
|
10
|
+
envId: '#{ theme.twikoo.envId }',
|
11
|
+
el: '#tcomments',
|
12
|
+
region: '#{theme.twikoo.region}'
|
13
|
+
})
|
14
|
+
}, 1000)
|
15
|
+
else if wl
|
16
|
+
div(class="wrap" id="wcomments")
|
17
|
+
- var locale = JSON.stringify(theme.waline.locale)
|
18
|
+
- var emoji = JSON.stringify(theme.waline.emoji)
|
19
|
+
- var meta = JSON.stringify(theme.waline.meta)
|
20
|
+
- var requiredMeta = JSON.stringify(theme.waline.requiredMeta)
|
21
|
+
script(type="module" data-pjax).
|
22
|
+
import { init } from 'https://npm.webcache.cn/@waline/client@v2/dist/waline.mjs';
|
23
|
+
|
24
|
+
setTimeout(function () {
|
25
|
+
init({
|
26
|
+
el: '#wcomments',
|
27
|
+
serverURL: '#{theme.waline.serverURL.replace(/\/+$/, '')}',
|
28
|
+
lang: '#{theme.waline.lang}',
|
29
|
+
locale: !{locale},
|
30
|
+
emoji: !{emoji},
|
31
|
+
meta: !{meta},
|
32
|
+
requiredMeta: !{requiredMeta},
|
33
|
+
wordLimit: #{theme.waline.wordLimit},
|
34
|
+
pageSize: #{theme.waline.pageSize},
|
35
|
+
pageview: #{theme.waline.pageview},
|
36
|
+
path: window.location.pathname,
|
37
|
+
dark: 'html[data-theme="dark"]'
|
38
|
+
});
|
39
|
+
}, 1000)
|
40
|
+
|
41
|
+
|
@@ -1,29 +1,29 @@
|
|
1
|
-
mixin PMRender(item, full)
|
2
|
-
- full ||= false
|
3
|
-
div(class="meta")
|
4
|
-
- var create_title = __('post.created') + __('symbol.colon') + full_date(item.date)
|
5
|
-
span(class="item" title=create_title)
|
6
|
-
span(class="icon")
|
7
|
-
i(class="ic i-calendar")
|
8
|
-
if full
|
9
|
-
span(class="text")
|
10
|
-
!= __('post.posted')
|
11
|
-
time(itemprop="dateCreated datePublished" datetime=moment(item.date).format())
|
12
|
-
!= date(item.date)
|
13
|
-
if theme.post.count
|
14
|
-
span(class="item" title=__('symbols_count_time.count'))
|
15
|
-
span(class="icon")
|
16
|
-
i(class="ic i-pen")
|
17
|
-
if full
|
18
|
-
span(class="text")
|
19
|
-
!= __('symbols_count_time.count')
|
20
|
-
span= symbolsCount(item)
|
21
|
-
span(class="text")
|
22
|
-
!= __('symbols_count_time.word')
|
23
|
-
span(class="item" title=__('symbols_count_time.time'))
|
24
|
-
span(class="icon")
|
25
|
-
i(class="ic i-clock")
|
26
|
-
if full
|
27
|
-
span(class="text")
|
28
|
-
!= __('symbols_count_time.time')
|
29
|
-
span= symbolsTime(item, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes'))
|
1
|
+
mixin PMRender(item, full)
|
2
|
+
- full ||= false
|
3
|
+
div(class="meta")
|
4
|
+
- var create_title = __('post.created') + __('symbol.colon') + full_date(item.date)
|
5
|
+
span(class="item" title=create_title)
|
6
|
+
span(class="icon")
|
7
|
+
i(class="ic i-calendar")
|
8
|
+
if full
|
9
|
+
span(class="text")
|
10
|
+
!= __('post.posted')
|
11
|
+
time(itemprop="dateCreated datePublished" datetime=moment(item.date).format())
|
12
|
+
!= date(item.date)
|
13
|
+
if theme.post.count
|
14
|
+
span(class="item" title=__('symbols_count_time.count'))
|
15
|
+
span(class="icon")
|
16
|
+
i(class="ic i-pen")
|
17
|
+
if full
|
18
|
+
span(class="text")
|
19
|
+
!= __('symbols_count_time.count')
|
20
|
+
span= symbolsCount(item)
|
21
|
+
span(class="text")
|
22
|
+
!= __('symbols_count_time.word')
|
23
|
+
span(class="item" title=__('symbols_count_time.time'))
|
24
|
+
span(class="icon")
|
25
|
+
i(class="ic i-clock")
|
26
|
+
if full
|
27
|
+
span(class="text")
|
28
|
+
!= __('symbols_count_time.time')
|
29
|
+
span= symbolsTime(item, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes'))
|
@@ -1,32 +1,32 @@
|
|
1
|
-
include postmeta.pug
|
2
|
-
|
3
|
-
mixin SMRender(item)
|
4
|
-
- var link1 = item.link || item.path
|
5
|
-
- var gradient = theme?.experiments?.gradient
|
6
|
-
if item.link
|
7
|
-
- var postTitleIcon = '<i class="ic i-link-alt"></i>'
|
8
|
-
- var postText = item.title || item.link || __('post.untitled')
|
9
|
-
article(class="item")
|
10
|
-
if gradient
|
11
|
-
div(class="cover" style=`background: linear-gradient(to bottom right, ${random_color()}, ${random_color()});`)
|
12
|
-
else
|
13
|
-
div(class="cover")
|
14
|
-
!= _url(link1, '<img data-src="'+ _cover(item) +'" alt="article cover">', {itemprop: 'url', title: postText})
|
15
|
-
div(class="info")
|
16
|
-
+PMRender(item)
|
17
|
-
h3
|
18
|
-
!= _url(link1, postText + (postTitleIcon || ''), {itemprop: 'url', title: postText})
|
19
|
-
div(class="excerpt")
|
20
|
-
if item.description
|
21
|
-
!= item.description
|
22
|
-
else if item.excerpt
|
23
|
-
!= item.excerpt
|
24
|
-
else
|
25
|
-
!= _truncate(escape_html(_striptags(item.content)),300)
|
26
|
-
if item.categories.length > 0
|
27
|
-
div(class="meta footer")
|
28
|
-
span
|
29
|
-
- var lastcat = item.categories.last()
|
30
|
-
!= _url(lastcat.path, '<i class="ic i-flag"></i>' + lastcat.name, {itemprop: 'url', title: lastcat.name})
|
31
|
-
!= _url(link1, 'more...', {itemprop: 'url', title: postText, class: 'btn'})
|
32
|
-
|
1
|
+
include postmeta.pug
|
2
|
+
|
3
|
+
mixin SMRender(item)
|
4
|
+
- var link1 = item.link || item.path
|
5
|
+
- var gradient = theme?.experiments?.gradient
|
6
|
+
if item.link
|
7
|
+
- var postTitleIcon = '<i class="ic i-link-alt"></i>'
|
8
|
+
- var postText = item.title || item.link || __('post.untitled')
|
9
|
+
article(class="item")
|
10
|
+
if gradient
|
11
|
+
div(class="cover" style=`background: linear-gradient(to bottom right, ${random_color()}, ${random_color()});`)
|
12
|
+
else
|
13
|
+
div(class="cover")
|
14
|
+
!= _url(link1, '<img loading="lazy" data-src="'+ _cover(item) +'" alt="article cover">', {itemprop: 'url', title: postText})
|
15
|
+
div(class="info")
|
16
|
+
+PMRender(item)
|
17
|
+
h3
|
18
|
+
!= _url(link1, postText + (postTitleIcon || ''), {itemprop: 'url', title: postText})
|
19
|
+
div(class="excerpt")
|
20
|
+
if item.description
|
21
|
+
!= item.description
|
22
|
+
else if item.excerpt
|
23
|
+
!= item.excerpt
|
24
|
+
else
|
25
|
+
!= _truncate(escape_html(_striptags(item.content)),300)
|
26
|
+
if item.categories.length > 0
|
27
|
+
div(class="meta footer")
|
28
|
+
span
|
29
|
+
- var lastcat = item.categories.last()
|
30
|
+
!= _url(lastcat.path, '<i class="ic i-flag"></i>' + lastcat.name, {itemprop: 'url', title: lastcat.name})
|
31
|
+
!= _url(link1, 'more...', {itemprop: 'url', title: postText, class: 'btn'})
|
32
|
+
|
@@ -1,40 +1,40 @@
|
|
1
|
-
mixin sidebarRender(display_toc)
|
2
|
-
- var related = _category_posts(page)
|
3
|
-
if page && page.prev
|
4
|
-
- var prevlink = page?.prev_link
|
5
|
-
if !prevlink && is_home()
|
6
|
-
if page.prev === 1
|
7
|
-
- prevlink = '/'
|
8
|
-
else
|
9
|
-
- prevlink = `/page/${page.prev}/`
|
10
|
-
if is_page() || is_post()
|
11
|
-
- prevlink = page.prev.path
|
12
|
-
if page && page.next
|
13
|
-
- var nextlink = page?.next_link
|
14
|
-
if is_page() || is_post()
|
15
|
-
- nextlink = page.next.path
|
16
|
-
div(class="inner")
|
17
|
-
div(class="panels")
|
18
|
-
div(class="inner")
|
19
|
-
div(class="contents panel pjax" data-title=__('sidebar.toc'))
|
20
|
-
if display_toc
|
21
|
-
!= toc(page.content)
|
22
|
-
|
23
|
-
div(class="related panel pjax" data-title=__('sidebar.related'))
|
24
|
-
if related
|
25
|
-
ul
|
26
|
-
!= related
|
27
|
-
div(class="overview panel" data-title=__('sidebar.overview'))
|
28
|
-
!= partial('_partials/sidebar/overview.pug', {}, {cache: true})
|
29
|
-
ul(id="quick")
|
30
|
-
li(class="prev pjax")
|
31
|
-
if prevlink
|
32
|
-
!= _url(prevlink, '<i class="ic i-chevron-left"></i>', {rel: 'prev', title: __('post.prev')})
|
33
|
-
li(class="up")
|
34
|
-
i(class="ic i-arrow-up")
|
35
|
-
li(class="down")
|
36
|
-
i(class="ic i-arrow-down")
|
37
|
-
li(class="next pjax")
|
38
|
-
if nextlink
|
39
|
-
!= _url(nextlink, '<i class="ic i-chevron-right"></i>', {rel: 'next', title: __('post.next')})
|
40
|
-
li(class="percent")
|
1
|
+
mixin sidebarRender(display_toc)
|
2
|
+
- var related = _category_posts(page)
|
3
|
+
if page && page.prev
|
4
|
+
- var prevlink = page?.prev_link
|
5
|
+
if !prevlink && is_home()
|
6
|
+
if page.prev === 1
|
7
|
+
- prevlink = '/'
|
8
|
+
else
|
9
|
+
- prevlink = `/page/${page.prev}/`
|
10
|
+
if is_page() || is_post()
|
11
|
+
- prevlink = page.prev.path
|
12
|
+
if page && page.next
|
13
|
+
- var nextlink = page?.next_link
|
14
|
+
if is_page() || is_post()
|
15
|
+
- nextlink = page.next.path
|
16
|
+
div(class="inner")
|
17
|
+
div(class="panels")
|
18
|
+
div(class="inner")
|
19
|
+
div(class="contents panel pjax" data-title=__('sidebar.toc'))
|
20
|
+
if display_toc
|
21
|
+
!= toc(page.content)
|
22
|
+
|
23
|
+
div(class="related panel pjax" data-title=__('sidebar.related'))
|
24
|
+
if related
|
25
|
+
ul
|
26
|
+
!= related
|
27
|
+
div(class="overview panel" data-title=__('sidebar.overview'))
|
28
|
+
!= partial('_partials/sidebar/overview.pug', {}, {cache: true})
|
29
|
+
ul(id="quick")
|
30
|
+
li(class="prev pjax")
|
31
|
+
if prevlink
|
32
|
+
!= _url(prevlink, '<i class="ic i-chevron-left"></i>', {rel: 'prev', title: __('post.prev')})
|
33
|
+
li(class="up")
|
34
|
+
i(class="ic i-arrow-up")
|
35
|
+
li(class="down")
|
36
|
+
i(class="ic i-arrow-down")
|
37
|
+
li(class="next pjax")
|
38
|
+
if nextlink
|
39
|
+
!= _url(nextlink, '<i class="ic i-chevron-right"></i>', {rel: 'next', title: __('post.next')})
|
40
|
+
li(class="percent")
|
@@ -1,33 +1,33 @@
|
|
1
|
-
mixin field(item)
|
2
|
-
if item.link
|
3
|
-
- var postTitleIcon = '<i class="ic i-link-alt"></i>'
|
4
|
-
li(class="item")
|
5
|
-
+BCRender(item, false)
|
6
|
-
- var postText = item.title || item.link || __('post.untitled')
|
7
|
-
- var link1 = item.link || item.path
|
8
|
-
span
|
9
|
-
!= _url(link1, postText + (postTitleIcon || ''))
|
10
|
-
|
11
|
-
mixin WRender(item)
|
12
|
-
- var tk = theme?.twikoo?.enable
|
13
|
-
- var waline = theme.waline.enable
|
14
|
-
if theme.widgets.random_posts
|
15
|
-
div(class="rpost pjax")
|
16
|
-
h2
|
17
|
-
!= __('index.random_posts')
|
18
|
-
ul
|
19
|
-
- var posts = site.posts.shuffle().limit(10).toArray()
|
20
|
-
each item in posts
|
21
|
-
+field(item)
|
22
|
-
if theme.widgets.recent_comments
|
23
|
-
div(class="rpost pjax")
|
24
|
-
h2
|
25
|
-
!= __('index.recent_comments')
|
26
|
-
ul(class="leancloud-recent-comment" id="new-comment")
|
27
|
-
if tk || waline
|
28
|
-
li(v-for="com in coms" class="item")
|
29
|
-
a(v-bind:href="root + com.href" data-pjax-state="data-pjax-state")
|
30
|
-
span(class="breadcrumb") {{com.nick}} @ {{com.time}}
|
31
|
-
span {{com.text}}
|
32
|
-
br
|
33
|
-
|
1
|
+
mixin field(item)
|
2
|
+
if item.link
|
3
|
+
- var postTitleIcon = '<i class="ic i-link-alt"></i>'
|
4
|
+
li(class="item")
|
5
|
+
+BCRender(item, false)
|
6
|
+
- var postText = item.title || item.link || __('post.untitled')
|
7
|
+
- var link1 = item.link || item.path
|
8
|
+
span
|
9
|
+
!= _url(link1, postText + (postTitleIcon || ''))
|
10
|
+
|
11
|
+
mixin WRender(item)
|
12
|
+
- var tk = theme?.twikoo?.enable
|
13
|
+
- var waline = theme.waline.enable
|
14
|
+
if theme.widgets.random_posts
|
15
|
+
div(class="rpost pjax")
|
16
|
+
h2
|
17
|
+
!= __('index.random_posts')
|
18
|
+
ul
|
19
|
+
- var posts = site.posts.shuffle().limit(10).toArray()
|
20
|
+
each item in posts
|
21
|
+
+field(item)
|
22
|
+
if theme.widgets.recent_comments
|
23
|
+
div(class="rpost pjax")
|
24
|
+
h2
|
25
|
+
!= __('index.recent_comments')
|
26
|
+
ul(class="leancloud-recent-comment" id="new-comment")
|
27
|
+
if tk || waline
|
28
|
+
li(v-for="com in coms" class="item")
|
29
|
+
a(v-bind:href="root + com.href" data-pjax-state="data-pjax-state")
|
30
|
+
span(class="breadcrumb") {{com.nick}} @ {{com.time}}
|
31
|
+
span {{com.text}}
|
32
|
+
br
|
33
|
+
|
@@ -1,42 +1,42 @@
|
|
1
|
-
div(class="status")
|
2
|
-
div(class="copyright")
|
3
|
-
- var copyright_year = date(null, 'YYYY')
|
4
|
-
if theme.footer.since && theme.footer.since !== copyright_year
|
5
|
-
!= `© ${theme.footer.since} -`
|
6
|
-
span(itemprop="copyrightYear")
|
7
|
-
!= copyright_year
|
8
|
-
span(class="with-love")
|
9
|
-
i(class=`ic i-${ theme.footer.icon.name }`)
|
10
|
-
span(class="author" itemprop="copyrightHolder")
|
11
|
-
!= `${author} @ ${ alternate?alternate:title}`
|
12
|
-
if theme.footer.count
|
13
|
-
div(class="count")
|
14
|
-
span(class="post-meta-item-icon")
|
15
|
-
i(class="ic i-chart-area")
|
16
|
-
span(title=__('symbols_count_time.count_total'))
|
17
|
-
!= `${ symbolsCountTotal(site) } ${__('symbols_count_time.word')}`
|
18
|
-
span(class="post-meta-divider") |
|
19
|
-
span(class="post-meta-item-icon")
|
20
|
-
i(class="ic i-coffee")
|
21
|
-
span(title=__('symbols_count_time.time_total'))
|
22
|
-
!= symbolsTimeTotal(site, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes'))
|
23
|
-
//- span(id="timeDate")
|
24
|
-
//- span(id="times")
|
25
|
-
if theme.footer.powered
|
26
|
-
div(class="powered-by")
|
27
|
-
!= __('footer.powered', _url('https://hexo.io', 'Hexo') + ' & Theme.' + _url('https://github.com/theme-shoka-x/hexo-theme-shokaX/', 'ShokaX'))
|
28
|
-
if theme.footer.icp.enable
|
29
|
-
br
|
30
|
-
span(style="display:inline;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;")
|
31
|
-
a(href="https://beian.miit.gov.cn")
|
32
|
-
!= theme.footer.icp.icpnumber
|
33
|
-
- var beianN = theme.footer.icp?.beian, RC=theme.footer.icp?.recordcode
|
34
|
-
if beianN && RC
|
35
|
-
br
|
36
|
-
a(target="_blank" href=`https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=${RC}`)
|
37
|
-
img(src=theme.statics + theme.assets + '/' + theme.footer.icp.icon style="max-width: 2em;display:inline;" width="20" height="20")
|
38
|
-
!= beianN
|
39
|
-
!= shokax_inject('status')
|
40
|
-
|
41
|
-
!= shokax_inject('footer')
|
42
|
-
|
1
|
+
div(class="status")
|
2
|
+
div(class="copyright")
|
3
|
+
- var copyright_year = date(null, 'YYYY')
|
4
|
+
if theme.footer.since && theme.footer.since !== copyright_year
|
5
|
+
!= `© ${theme.footer.since} -`
|
6
|
+
span(itemprop="copyrightYear")
|
7
|
+
!= copyright_year
|
8
|
+
span(class="with-love")
|
9
|
+
i(class=`ic i-${ theme.footer.icon.name }`)
|
10
|
+
span(class="author" itemprop="copyrightHolder")
|
11
|
+
!= `${author} @ ${ alternate?alternate:title}`
|
12
|
+
if theme.footer.count
|
13
|
+
div(class="count")
|
14
|
+
span(class="post-meta-item-icon")
|
15
|
+
i(class="ic i-chart-area")
|
16
|
+
span(title=__('symbols_count_time.count_total'))
|
17
|
+
!= `${ symbolsCountTotal(site) } ${__('symbols_count_time.word')}`
|
18
|
+
span(class="post-meta-divider") |
|
19
|
+
span(class="post-meta-item-icon")
|
20
|
+
i(class="ic i-coffee")
|
21
|
+
span(title=__('symbols_count_time.time_total'))
|
22
|
+
!= symbolsTimeTotal(site, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes'))
|
23
|
+
//- span(id="timeDate")
|
24
|
+
//- span(id="times")
|
25
|
+
if theme.footer.powered
|
26
|
+
div(class="powered-by")
|
27
|
+
!= __('footer.powered', _url('https://hexo.io', 'Hexo') + ' & Theme.' + _url('https://github.com/theme-shoka-x/hexo-theme-shokaX/', 'ShokaX'))
|
28
|
+
if theme.footer.icp.enable
|
29
|
+
br
|
30
|
+
span(style="display:inline;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;")
|
31
|
+
a(href="https://beian.miit.gov.cn")
|
32
|
+
!= theme.footer.icp.icpnumber
|
33
|
+
- var beianN = theme.footer.icp?.beian, RC=theme.footer.icp?.recordcode
|
34
|
+
if beianN && RC
|
35
|
+
br
|
36
|
+
a(target="_blank" href=`https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=${RC}`)
|
37
|
+
img(src=theme.statics + theme.assets + '/' + theme.footer.icp.icon style="max-width: 2em;display:inline;" width="20" height="20")
|
38
|
+
!= beianN
|
39
|
+
!= shokax_inject('status')
|
40
|
+
|
41
|
+
!= shokax_inject('footer')
|
42
|
+
|
@@ -1,58 +1,57 @@
|
|
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
|
-
|
46
|
-
include pwa.pug
|
47
|
-
if tk
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
}
|
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
|
+
|
46
|
+
include pwa.pug
|
47
|
+
if tk
|
48
|
+
script(src=theme.twikoo.link )
|
49
|
+
else if wl
|
50
|
+
link(rel="stylesheet" href="https://npm.webcache.cn/@waline/client@v2/dist/waline.css" media="none" onload="this.media='all'")
|
51
|
+
|
52
|
+
- var qw = theme?.qweather?.enable
|
53
|
+
if qw
|
54
|
+
style.
|
55
|
+
img[data-v-7d48daab] {
|
56
|
+
max-width: 2em !important;
|
57
|
+
}
|
@@ -1,17 +1,17 @@
|
|
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
|
-
!= canonical()
|
15
|
-
|
16
|
-
if theme.open_graph
|
17
|
-
!= 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
|
+
!= canonical()
|
15
|
+
|
16
|
+
if theme.open_graph
|
17
|
+
!= 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}`)
|