@@ -3,38 +3,38 @@ import {
3
3
DefaultConfig ,
4
4
DefaultMarkdownCustomInlineComponents ,
5
5
DefaultMarkdownCustomComponents ,
6
- } from " @codedoc/core" ;
6
+ } from ' @codedoc/core' ;
7
7
8
- import { Loading , formulaPlugin } from " @codedoc/core/components" ;
8
+ import { Loading , formulaPlugin } from ' @codedoc/core/components' ;
9
9
10
- import { theme } from " ./theme" ;
11
- import { Big } from " ./components/big" ;
12
- import { PersonCard } from " ./components/person-card" ;
13
- import { JoinButton$ } from " ./components/join-beta/button" ;
14
- import { JoinCreatorButton$ } from " ./components/join-creator/button" ;
10
+ import { theme } from ' ./theme' ;
11
+ import { Big } from ' ./components/big' ;
12
+ import { PersonCard } from ' ./components/person-card' ;
13
+ import { JoinButton$ } from ' ./components/join-beta/button' ;
14
+ import { JoinCreatorButton$ } from ' ./components/join-creator/button' ;
15
15
16
- import { LogoutButton$ } from " ./components/account/logout" ;
17
- import { LoginButton$ } from " ./components/account/login" ;
18
- import { AccountStatusBound } from " ./components/account/status-bound" ;
19
- import { AccountPropBound } from " ./components/account/prop-bound" ;
16
+ import { LogoutButton$ } from ' ./components/account/logout' ;
17
+ import { LoginButton$ } from ' ./components/account/login' ;
18
+ import { AccountStatusBound } from ' ./components/account/status-bound' ;
19
+ import { AccountPropBound } from ' ./components/account/prop-bound' ;
20
20
import {
21
21
AccountProp$ ,
22
22
AccountPropCode$ ,
23
- } from " ./components/account/account-prop" ;
24
- import { EditNameButton$ } from " ./components/account/edit-name" ;
25
- import { BindRepoButton$ } from " ./components/account/bind-repo" ;
23
+ } from ' ./components/account/account-prop' ;
24
+ import { EditNameButton$ } from ' ./components/account/edit-name' ;
25
+ import { BindRepoButton$ } from ' ./components/account/bind-repo' ;
26
26
import {
27
27
PublishButton$ ,
28
28
RefreshPublishWebhookButton$ ,
29
- } from " ./components/account/publish-blog" ;
30
- import { PublishStatus$ } from " ./components/account/publish-status" ;
29
+ } from ' ./components/account/publish-blog' ;
30
+ import { PublishStatus$ } from ' ./components/account/publish-status' ;
31
31
import {
32
32
ArticlePreview ,
33
33
ArticlePreviewRow ,
34
34
deferBgImages$ ,
35
- } from " ./components/article-preview" ;
35
+ } from ' ./components/article-preview' ;
36
36
37
- import { googleAnalytics } from " ./plugins/ga" ;
37
+ import { googleAnalytics } from ' ./plugins/ga' ;
38
38
39
39
export const config = /*#__PURE__*/ configuration ( {
40
40
theme,
@@ -43,42 +43,42 @@ export const config = /*#__PURE__*/ configuration({
43
43
} ,
44
44
page : {
45
45
title : {
46
- base : " coding.blog" ,
46
+ base : ' coding.blog' ,
47
47
} ,
48
48
scripts : [ ] ,
49
- favicon : " /favicon.ico" ,
49
+ favicon : ' /favicon.ico' ,
50
50
meta : {
51
- subject : " A Blog for Everything Coding" ,
51
+ subject : ' A Blog for Everything Coding' ,
52
52
description :
53
- " An open-source blog system for coding and coders. No content-marketing, no ads in disguise. Pure quality articles." ,
53
+ ' An open-source blog system for coding and coders. No content-marketing, no ads in disguise. Pure quality articles.' ,
54
54
keywords : [
55
- " blog" ,
56
- " article" ,
57
- " software" ,
58
- " programming" ,
59
- " code" ,
60
- " open-source" ,
61
- " open source" ,
62
- " coding" ,
63
- " tech" ,
64
- "IT" ,
65
- " blogging" ,
66
- " tutorials" ,
67
- " articles" ,
68
- " convenient" ,
69
- " beautiful" ,
70
- " modern" ,
55
+ ' blog' ,
56
+ ' article' ,
57
+ ' software' ,
58
+ ' programming' ,
59
+ ' code' ,
60
+ ' open-source' ,
61
+ ' open source' ,
62
+ ' coding' ,
63
+ ' tech' ,
64
+ 'IT' ,
65
+ ' blogging' ,
66
+ ' tutorials' ,
67
+ ' articles' ,
68
+ ' convenient' ,
69
+ ' beautiful' ,
70
+ ' modern' ,
71
71
] ,
72
72
} ,
73
73
} ,
74
74
dest : {
75
- html : " dist" ,
76
- assets : " dist" ,
75
+ html : ' dist' ,
76
+ assets : ' dist' ,
77
77
} ,
78
78
bundle : {
79
79
init : [ ...DefaultConfig . bundle . init , deferBgImages$ ] ,
80
80
} ,
81
- plugins : [ formulaPlugin , googleAnalytics ( " UA-177467962-1" ) ] ,
81
+ plugins : [ formulaPlugin , googleAnalytics ( ' UA-177467962-1' ) ] ,
82
82
markdown : {
83
83
customInlineComponents : {
84
84
...DefaultMarkdownCustomInlineComponents ,
@@ -109,8 +109,8 @@ export const config = /*#__PURE__*/ configuration({
109
109
} ,
110
110
misc : {
111
111
github : {
112
- user : " CONNECT-platform" ,
113
- repo : " coding-blog" ,
112
+ user : ' CONNECT-platform' ,
113
+ repo : ' coding-blog' ,
114
114
} ,
115
115
} ,
116
116
} ) ;
0 commit comments