hexo-theme-shokax 0.3.13 → 0.3.15
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 -99
- package/README_en.MD +90 -90
- package/UsageRestrictions.md +25 -25
- package/_config.yml +370 -370
- 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 -57
- 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/scripts/helpers/asset.js +61 -61
- package/scripts/plugin/check.js +2 -2
- package/scripts/tags/links.js +4 -4
- 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 -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 +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 -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/comment.styl +3 -3
- package/source/css/mermaid.styl +5 -5
- package/source/css/optimize.styl +5 -5
- package/source/js/_app/pjax/refresh.js +1 -1
@@ -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" @click="changeThemeByBtn")
|
14
|
-
i(class="ic" :class="{'i-sun': !themeStatus,'i-moon': themeStatus}")
|
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" @click="changeThemeByBtn")
|
14
|
+
i(class="ic" :class="{'i-sun': !themeStatus,'i-moon': themeStatus}")
|
15
|
+
li(class="item search")
|
16
|
+
i(class="ic i-search")
|
17
|
+
!= shokax_inject('rightNav')
|
18
|
+
|
@@ -1,139 +1,139 @@
|
|
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
|
-
doctype html
|
10
|
-
html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'filter: grayscale(1);':'' )
|
11
|
-
head
|
12
|
-
!= partial('_partials/head/head.pug', {}, {cache: true})
|
13
|
-
!= partial('_partials/head/head_com.pug')
|
14
|
-
!= shokax_inject('head')
|
15
|
-
title
|
16
|
-
block title
|
17
|
-
!= `${alternate?alternate + " = ":""}${title}${subtitle?" = "+subtitle:""}`
|
18
|
-
body(itemscope itemtype="http://schema.org/WebPage")
|
19
|
-
!= partial('_partials/loading.pug', {}, {cache: true})
|
20
|
-
div(id="container")
|
21
|
-
header(id="header" itemscope itemtype="http://schema.org/WPHeader")
|
22
|
-
div(class="inner")
|
23
|
-
div(id="brand")
|
24
|
-
div(class="pjax")
|
25
|
-
block header
|
26
|
-
a(href=config.root class="logo" rel="start")
|
27
|
-
if alternate
|
28
|
-
p(class="artboard")
|
29
|
-
!= alternate
|
30
|
-
h1(itemprop="name headline" class="title")
|
31
|
-
!= title
|
32
|
-
if subtitle
|
33
|
-
p(class="meta" itemprop="description")
|
34
|
-
!= `= ${subtitle} =`
|
35
|
-
|
36
|
-
!= partial('_partials/header.pug', {}, {cache: true})
|
37
|
-
div(id="imgs" class="pjax")
|
38
|
-
if theme.experiments.gradient || theme.experiments.fixedCover
|
39
|
-
//- cover不可用时用Bing随机图片代替
|
40
|
-
- var coverImage = theme.experiments.fixedCover || "https://7ed.net/bing/api"
|
41
|
-
img(src=coverImage)
|
42
|
-
else
|
43
|
-
- var covers = _cover_index(page, 6)
|
44
|
-
if covers.length === 6
|
45
|
-
ul
|
46
|
-
each image in covers
|
47
|
-
li(class="item" data-background-image=image)
|
48
|
-
else
|
49
|
-
img(src=covers)
|
50
|
-
div(id="waves")
|
51
|
-
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")
|
52
|
-
defs
|
53
|
-
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")
|
54
|
-
g(class="parallax")
|
55
|
-
use(xlink:href="#gentle-wave" x="48" y="0")
|
56
|
-
use(xlink:href="#gentle-wave" x="48" y="3")
|
57
|
-
use(xlink:href="#gentle-wave" x="48" y="5")
|
58
|
-
use(xlink:href="#gentle-wave" x="48" y="7")
|
59
|
-
main
|
60
|
-
div(class="inner")
|
61
|
-
div(id="main" class="pjax")
|
62
|
-
block content
|
63
|
-
div(id="sidebar")
|
64
|
-
block sidebar
|
65
|
-
+sidebarRender
|
66
|
-
div(class="dimmer")
|
67
|
-
footer(id="footer")
|
68
|
-
div(class="inner")
|
69
|
-
div(class="widgets")
|
70
|
-
+WRender
|
71
|
-
!= partial('_partials/footer.pug', {}, {cache: true})
|
72
|
-
- var ccIcon = '<i class="ic i-creative-commons"></i>'
|
73
|
-
- var ccText = theme.creative_commons.license.toUpperCase()
|
74
|
-
- var audioValue
|
75
|
-
if page.audio
|
76
|
-
- audioValue = JSON.stringify(page.audio);
|
77
|
-
|
78
|
-
else if page.audio === false
|
79
|
-
- audioValue = JSON.stringify({});
|
80
|
-
else
|
81
|
-
- audioValue = "undefined"
|
82
|
-
|
83
|
-
script(data-config type="text/javascript").
|
84
|
-
var LOCAL = {
|
85
|
-
path: `#{_permapath(page.path)}`,
|
86
|
-
favicon: {
|
87
|
-
show: `#{__('favicon.show')}`,
|
88
|
-
hide: `#{__('favicon.hide')}`
|
89
|
-
},
|
90
|
-
search: {
|
91
|
-
placeholder: "!{__('search.placeholder')}",
|
92
|
-
empty: "!{__('search.empty')}",
|
93
|
-
stats: "!{__('search.stats')}"
|
94
|
-
},
|
95
|
-
copy_tex: #{!!page.math},
|
96
|
-
katex: #{!!page.math},
|
97
|
-
mermaid: #{!!page.mermaid},
|
98
|
-
audio: !{audioValue},
|
99
|
-
fancybox: #{page.fancybox !== false},
|
100
|
-
nocopy: #{!!page.nocopy},
|
101
|
-
outime: #{page.outime !== false},
|
102
|
-
template: `!{__('outime.template')}`,
|
103
|
-
quiz: {
|
104
|
-
choice: `#{__('quiz.choice')}`,
|
105
|
-
multiple: `#{__('quiz.multiple')}`,
|
106
|
-
true_false: `#{__('quiz.true_false')}`,
|
107
|
-
essay: `#{__('quiz.essay')}`,
|
108
|
-
gap_fill: `#{__('quiz.gap_fill')}`,
|
109
|
-
mistake: `#{__('quiz.mistake')}`
|
110
|
-
},
|
111
|
-
ignores: [
|
112
|
-
(uri) => uri.includes('#'),
|
113
|
-
(uri) => new RegExp(LOCAL.path + '$').test(uri),
|
114
|
-
!{JSON.stringify(ignores)}
|
115
|
-
]
|
116
|
-
};
|
117
|
-
|
118
|
-
if theme.polyfill.enable
|
119
|
-
script(src=`https://polyfill.io/v3/polyfill.min.js?features=${theme.polyfill.features}`)
|
120
|
-
|
121
|
-
- debugVue = theme?.experiments?.debug
|
122
|
-
if debugVue
|
123
|
-
script(src="https://cdn.bootcdn.net/ajax/libs/vue/3.3.4/vue.global.min.js")
|
124
|
-
else
|
125
|
-
script(src="https://cdn.bootcdn.net/ajax/libs/vue/3.3.4/vue.global.prod.min.js")
|
126
|
-
!= vendor_js()
|
127
|
-
!= _js('app.js')
|
128
|
-
!= partial('_partials/third-party/baidu-analytics.pug', {}, {cache: true})
|
129
|
-
!= partial('_partials/third-party/clarity.pug', {}, {cache: true})
|
130
|
-
!= partial('_partials/third-party/google-analytics.pug', {}, {cache: true})
|
131
|
-
if theme.twikoo.enable
|
132
|
-
!= _new_comments('twikoo')
|
133
|
-
else if theme.waline.enable
|
134
|
-
!= _new_comments('waline')
|
135
|
-
|
136
|
-
!= shokax_inject('bodyEnd')
|
137
|
-
|
138
|
-
|
139
|
-
|
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
|
+
doctype html
|
10
|
+
html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'filter: grayscale(1);':'' )
|
11
|
+
head
|
12
|
+
!= partial('_partials/head/head.pug', {}, {cache: true})
|
13
|
+
!= partial('_partials/head/head_com.pug')
|
14
|
+
!= shokax_inject('head')
|
15
|
+
title
|
16
|
+
block title
|
17
|
+
!= `${alternate?alternate + " = ":""}${title}${subtitle?" = "+subtitle:""}`
|
18
|
+
body(itemscope itemtype="http://schema.org/WebPage")
|
19
|
+
!= partial('_partials/loading.pug', {}, {cache: true})
|
20
|
+
div(id="container")
|
21
|
+
header(id="header" itemscope itemtype="http://schema.org/WPHeader")
|
22
|
+
div(class="inner")
|
23
|
+
div(id="brand")
|
24
|
+
div(class="pjax")
|
25
|
+
block header
|
26
|
+
a(href=config.root class="logo" rel="start")
|
27
|
+
if alternate
|
28
|
+
p(class="artboard")
|
29
|
+
!= alternate
|
30
|
+
h1(itemprop="name headline" class="title")
|
31
|
+
!= title
|
32
|
+
if subtitle
|
33
|
+
p(class="meta" itemprop="description")
|
34
|
+
!= `= ${subtitle} =`
|
35
|
+
|
36
|
+
!= partial('_partials/header.pug', {}, {cache: true})
|
37
|
+
div(id="imgs" class="pjax")
|
38
|
+
if theme.experiments.gradient || theme.experiments.fixedCover
|
39
|
+
//- cover不可用时用Bing随机图片代替
|
40
|
+
- var coverImage = theme.experiments.fixedCover || "https://7ed.net/bing/api"
|
41
|
+
img(src=coverImage)
|
42
|
+
else
|
43
|
+
- var covers = _cover_index(page, 6)
|
44
|
+
if covers.length === 6
|
45
|
+
ul
|
46
|
+
each image in covers
|
47
|
+
li(class="item" data-background-image=image)
|
48
|
+
else
|
49
|
+
img(src=covers)
|
50
|
+
div(id="waves")
|
51
|
+
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")
|
52
|
+
defs
|
53
|
+
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")
|
54
|
+
g(class="parallax")
|
55
|
+
use(xlink:href="#gentle-wave" x="48" y="0")
|
56
|
+
use(xlink:href="#gentle-wave" x="48" y="3")
|
57
|
+
use(xlink:href="#gentle-wave" x="48" y="5")
|
58
|
+
use(xlink:href="#gentle-wave" x="48" y="7")
|
59
|
+
main
|
60
|
+
div(class="inner")
|
61
|
+
div(id="main" class="pjax")
|
62
|
+
block content
|
63
|
+
div(id="sidebar")
|
64
|
+
block sidebar
|
65
|
+
+sidebarRender
|
66
|
+
div(class="dimmer")
|
67
|
+
footer(id="footer")
|
68
|
+
div(class="inner")
|
69
|
+
div(class="widgets")
|
70
|
+
+WRender
|
71
|
+
!= partial('_partials/footer.pug', {}, {cache: true})
|
72
|
+
- var ccIcon = '<i class="ic i-creative-commons"></i>'
|
73
|
+
- var ccText = theme.creative_commons.license.toUpperCase()
|
74
|
+
- var audioValue
|
75
|
+
if page.audio
|
76
|
+
- audioValue = JSON.stringify(page.audio);
|
77
|
+
|
78
|
+
else if page.audio === false
|
79
|
+
- audioValue = JSON.stringify({});
|
80
|
+
else
|
81
|
+
- audioValue = "undefined"
|
82
|
+
|
83
|
+
script(data-config type="text/javascript").
|
84
|
+
var LOCAL = {
|
85
|
+
path: `#{_permapath(page.path)}`,
|
86
|
+
favicon: {
|
87
|
+
show: `#{__('favicon.show')}`,
|
88
|
+
hide: `#{__('favicon.hide')}`
|
89
|
+
},
|
90
|
+
search: {
|
91
|
+
placeholder: "!{__('search.placeholder')}",
|
92
|
+
empty: "!{__('search.empty')}",
|
93
|
+
stats: "!{__('search.stats')}"
|
94
|
+
},
|
95
|
+
copy_tex: #{!!page.math},
|
96
|
+
katex: #{!!page.math},
|
97
|
+
mermaid: #{!!page.mermaid},
|
98
|
+
audio: !{audioValue},
|
99
|
+
fancybox: #{page.fancybox !== false},
|
100
|
+
nocopy: #{!!page.nocopy},
|
101
|
+
outime: #{page.outime !== false},
|
102
|
+
template: `!{__('outime.template')}`,
|
103
|
+
quiz: {
|
104
|
+
choice: `#{__('quiz.choice')}`,
|
105
|
+
multiple: `#{__('quiz.multiple')}`,
|
106
|
+
true_false: `#{__('quiz.true_false')}`,
|
107
|
+
essay: `#{__('quiz.essay')}`,
|
108
|
+
gap_fill: `#{__('quiz.gap_fill')}`,
|
109
|
+
mistake: `#{__('quiz.mistake')}`
|
110
|
+
},
|
111
|
+
ignores: [
|
112
|
+
(uri) => uri.includes('#'),
|
113
|
+
(uri) => new RegExp(LOCAL.path + '$').test(uri),
|
114
|
+
!{JSON.stringify(ignores)}
|
115
|
+
]
|
116
|
+
};
|
117
|
+
|
118
|
+
if theme.polyfill.enable
|
119
|
+
script(src=`https://polyfill.io/v3/polyfill.min.js?features=${theme.polyfill.features}`)
|
120
|
+
|
121
|
+
- debugVue = theme?.experiments?.debug
|
122
|
+
if debugVue
|
123
|
+
script(src="https://cdn.bootcdn.net/ajax/libs/vue/3.3.4/vue.global.min.js")
|
124
|
+
else
|
125
|
+
script(src="https://cdn.bootcdn.net/ajax/libs/vue/3.3.4/vue.global.prod.min.js")
|
126
|
+
!= vendor_js()
|
127
|
+
!= _js('app.js')
|
128
|
+
!= partial('_partials/third-party/baidu-analytics.pug', {}, {cache: true})
|
129
|
+
!= partial('_partials/third-party/clarity.pug', {}, {cache: true})
|
130
|
+
!= partial('_partials/third-party/google-analytics.pug', {}, {cache: true})
|
131
|
+
if theme.twikoo.enable
|
132
|
+
!= _new_comments('twikoo')
|
133
|
+
else if theme.waline.enable
|
134
|
+
!= _new_comments('waline')
|
135
|
+
|
136
|
+
!= shokax_inject('bodyEnd')
|
137
|
+
|
138
|
+
|
139
|
+
|
@@ -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,25 +1,25 @@
|
|
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
|
-
span(id="twikoo_visitors" class="waline-pageview-count" data-path=post.path) 正在加载...
|
8
|
-
span(class="item")
|
9
|
-
span(class="icon")
|
10
|
-
i(class="ic i-calendar-check")
|
11
|
-
span(class="text")
|
12
|
-
!= __('post.edited')
|
13
|
-
time(title=__('post.modified') + __('symbol.colon') + full_date(post.updated) itemprop="dateModified" datetime=moment(post.updated).format())
|
14
|
-
!= date(post.updated)
|
15
|
-
if theme.waline.pageview && !theme.waline.enable && !theme.twikoo.enable
|
16
|
-
script(type = "module" data-pjax).
|
17
|
-
import { pageviewCount } from 'https://unpkg.com/@waline/client@2/dist/pageview.mjs';
|
18
|
-
|
19
|
-
const path = document.getElementById("twikoo_visitors").getAttribute("data-path");
|
20
|
-
pageviewCount({
|
21
|
-
serverURL: '#{theme.waline.serverURL}',
|
22
|
-
path: path,
|
23
|
-
});
|
24
|
-
|
25
|
-
!= 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
|
+
span(id="twikoo_visitors" class="waline-pageview-count" data-path=post.path) 正在加载...
|
8
|
+
span(class="item")
|
9
|
+
span(class="icon")
|
10
|
+
i(class="ic i-calendar-check")
|
11
|
+
span(class="text")
|
12
|
+
!= __('post.edited')
|
13
|
+
time(title=__('post.modified') + __('symbol.colon') + full_date(post.updated) itemprop="dateModified" datetime=moment(post.updated).format())
|
14
|
+
!= date(post.updated)
|
15
|
+
if theme.waline.pageview && !theme.waline.enable && !theme.twikoo.enable
|
16
|
+
script(type = "module" data-pjax).
|
17
|
+
import { pageviewCount } from 'https://unpkg.com/@waline/client@2/dist/pageview.mjs';
|
18
|
+
|
19
|
+
const path = document.getElementById("twikoo_visitors").getAttribute("data-path");
|
20
|
+
pageviewCount({
|
21
|
+
serverURL: '#{theme.waline.serverURL}',
|
22
|
+
path: path,
|
23
|
+
});
|
24
|
+
|
25
|
+
!= shokax_inject('postMeta')
|
@@ -1,13 +1,13 @@
|
|
1
|
-
mixin navpost(item, type)
|
2
|
-
- var postText = item.title || item.link || __('post.untitled')
|
3
|
-
- var lastcat = item.categories.last()
|
4
|
-
- var itemlink = `<span class="type">${__('post.' + type)}</span>${lastcat && lastcat.name ? `<span class="category"><i class="ic i-flag"></i>${lastcat.name}</span>` : ''}<h3>${postText}</h3>`
|
5
|
-
!= _url(item.path, itemlink, {itemprop: 'url', rel: type, 'data-background-image': _cover(item), title: postText})
|
6
|
-
|
7
|
-
div(class="post-nav")
|
8
|
-
div(class="item left")
|
9
|
-
if post.next
|
10
|
-
+navpost(post.next, 'prev')
|
11
|
-
div(class="item right")
|
12
|
-
if post.prev
|
13
|
-
+navpost(post.prev, 'next')
|
1
|
+
mixin navpost(item, type)
|
2
|
+
- var postText = item.title || item.link || __('post.untitled')
|
3
|
+
- var lastcat = item.categories.last()
|
4
|
+
- var itemlink = `<span class="type">${__('post.' + type)}</span>${lastcat && lastcat.name ? `<span class="category"><i class="ic i-flag"></i>${lastcat.name}</span>` : ''}<h3>${postText}</h3>`
|
5
|
+
!= _url(item.path, itemlink, {itemprop: 'url', rel: type, 'data-background-image': _cover(item), title: postText})
|
6
|
+
|
7
|
+
div(class="post-nav")
|
8
|
+
div(class="item left")
|
9
|
+
if post.next
|
10
|
+
+navpost(post.next, 'prev')
|
11
|
+
div(class="item right")
|
12
|
+
if post.prev
|
13
|
+
+navpost(post.prev, 'next')
|
@@ -1,41 +1,41 @@
|
|
1
|
-
- var temp = post.lang || config.language
|
2
|
-
article(itemscope itemtype="http://schema.org/Article" class="post block" lang=temp)
|
3
|
-
link(itemprop="mainEntityOfPage" href!=post.permalink)
|
4
|
-
span(hidden itemprop="author" itemscope itemtype="http://schema.org/Person")
|
5
|
-
meta(itemprop="image" content=url_for(theme.statics + theme.assets + '/' + theme.sidebar.avatar))
|
6
|
-
meta(itemprop="name" content=author)
|
7
|
-
meta(itemprop="description" content=`${ subtitle }, ${ description }`)
|
8
|
-
span(hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization")
|
9
|
-
meta(itemprop="name" content=title)
|
10
|
-
div(class=`body md${post.direction && post.direction.toLowerCase() === 'rtl'? rtl:""}` itemprop="articleBody")
|
11
|
-
if post.photos && post.photos.length
|
12
|
-
div(class="gallery" itemscope itemtype="http://schema.org/ImageGallery")
|
13
|
-
each photo in post.photos
|
14
|
-
img(loading="lazy" data-src=_image_url(photo, post.path) itemprop="contentUrl")
|
15
|
-
if theme.summary.enable && page.layout === 'post'
|
16
|
-
div(class='tabs' id='summary')
|
17
|
-
div(class="show-btn")
|
18
|
-
div(class="nav")
|
19
|
-
ul(class="special")
|
20
|
-
div(class="tab" data-id="summary" data-title="自我介绍")
|
21
|
-
p
|
22
|
-
!= get_introduce()
|
23
|
-
div(class="tab active" data-id="summary" data-title="文章概括")
|
24
|
-
p
|
25
|
-
!= get_summary(page)
|
26
|
-
|
27
|
-
|
28
|
-
!= post.content
|
29
|
-
if post.tags && post.tags.length
|
30
|
-
div(class="tags")
|
31
|
-
each tag in post.tags.toArray()
|
32
|
-
a(href!=url_for(tag.path) rel="tag")
|
33
|
-
i(class="ic i-tag")
|
34
|
-
!= tag.name
|
35
|
-
footer
|
36
|
-
!= partial('_partials/post/footer.pug')
|
37
|
-
if theme.reward.enable
|
38
|
-
!= partial('_partials/post/reward.pug', {}, {cache: true})
|
39
|
-
if theme.creative_commons.license
|
40
|
-
!= partial('_partials/post/copyright.pug')
|
41
|
-
!= shokax_inject('postBodyEnd')
|
1
|
+
- var temp = post.lang || config.language
|
2
|
+
article(itemscope itemtype="http://schema.org/Article" class="post block" lang=temp)
|
3
|
+
link(itemprop="mainEntityOfPage" href!=post.permalink)
|
4
|
+
span(hidden itemprop="author" itemscope itemtype="http://schema.org/Person")
|
5
|
+
meta(itemprop="image" content=url_for(theme.statics + theme.assets + '/' + theme.sidebar.avatar))
|
6
|
+
meta(itemprop="name" content=author)
|
7
|
+
meta(itemprop="description" content=`${ subtitle }, ${ description }`)
|
8
|
+
span(hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization")
|
9
|
+
meta(itemprop="name" content=title)
|
10
|
+
div(class=`body md${post.direction && post.direction.toLowerCase() === 'rtl'? rtl:""}` itemprop="articleBody")
|
11
|
+
if post.photos && post.photos.length
|
12
|
+
div(class="gallery" itemscope itemtype="http://schema.org/ImageGallery")
|
13
|
+
each photo in post.photos
|
14
|
+
img(loading="lazy" data-src=_image_url(photo, post.path) itemprop="contentUrl")
|
15
|
+
if theme.summary.enable && page.layout === 'post'
|
16
|
+
div(class='tabs' id='summary')
|
17
|
+
div(class="show-btn")
|
18
|
+
div(class="nav")
|
19
|
+
ul(class="special")
|
20
|
+
div(class="tab" data-id="summary" data-title="自我介绍")
|
21
|
+
p
|
22
|
+
!= get_introduce()
|
23
|
+
div(class="tab active" data-id="summary" data-title="文章概括")
|
24
|
+
p
|
25
|
+
!= get_summary(page)
|
26
|
+
|
27
|
+
|
28
|
+
!= post.content
|
29
|
+
if post.tags && post.tags.length
|
30
|
+
div(class="tags")
|
31
|
+
each tag in post.tags.toArray()
|
32
|
+
a(href!=url_for(tag.path) rel="tag")
|
33
|
+
i(class="ic i-tag")
|
34
|
+
!= tag.name
|
35
|
+
footer
|
36
|
+
!= partial('_partials/post/footer.pug')
|
37
|
+
if theme.reward.enable
|
38
|
+
!= partial('_partials/post/reward.pug', {}, {cache: true})
|
39
|
+
if theme.creative_commons.license
|
40
|
+
!= partial('_partials/post/copyright.pug')
|
41
|
+
!= shokax_inject('postBodyEnd')
|
@@ -1,18 +1,18 @@
|
|
1
|
-
if page.reward !== false
|
2
|
-
div(class="reward")
|
3
|
-
button
|
4
|
-
i(class="ic i-heartbeat")
|
5
|
-
!= __('reward.donate')
|
6
|
-
p
|
7
|
-
!= __('reward.text')
|
8
|
-
div(id="qr")
|
9
|
-
each image, name in theme.reward.account
|
10
|
-
- var builtin = ['wechatpay', 'alipay', 'paypal', 'bitcoin']
|
11
|
-
if builtin.includes(name)
|
12
|
-
- var translation = __('reward.' + name)
|
13
|
-
else
|
14
|
-
- var translation = name
|
15
|
-
div
|
16
|
-
img(loading="lazy" data-src=`${url_for(theme.statics + theme.assets + image) }` alt=`${ author } ${ translation }`)
|
17
|
-
p
|
18
|
-
!= translation
|
1
|
+
if page.reward !== false
|
2
|
+
div(class="reward")
|
3
|
+
button
|
4
|
+
i(class="ic i-heartbeat")
|
5
|
+
!= __('reward.donate')
|
6
|
+
p
|
7
|
+
!= __('reward.text')
|
8
|
+
div(id="qr")
|
9
|
+
each image, name in theme.reward.account
|
10
|
+
- var builtin = ['wechatpay', 'alipay', 'paypal', 'bitcoin']
|
11
|
+
if builtin.includes(name)
|
12
|
+
- var translation = __('reward.' + name)
|
13
|
+
else
|
14
|
+
- var translation = name
|
15
|
+
div
|
16
|
+
img(loading="lazy" data-src=`${url_for(theme.statics + theme.assets + image) }` alt=`${ author } ${ translation }`)
|
17
|
+
p
|
18
|
+
!= translation
|