File tree 6 files changed +145
-95
lines changed
6 files changed +145
-95
lines changed Original file line number Diff line number Diff line change 53
53
"hast-util-to-string" : " ^3.0.0" ,
54
54
"is-absolute-url" : " ^4.0.1" ,
55
55
"js-yaml" : " ^4.1.0" ,
56
- "lightningcss" : " ^1.24 .1" ,
56
+ "lightningcss" : " ^1.25 .1" ,
57
57
"mdast-util-find-and-replace" : " ^3.0.1" ,
58
- "mdast-util-to-hast" : " ^13.1 .0" ,
58
+ "mdast-util-to-hast" : " ^13.2 .0" ,
59
59
"mdast-util-to-string" : " ^4.0.0" ,
60
60
"micromorph" : " ^0.4.5" ,
61
- "preact" : " ^10.22.0 " ,
61
+ "preact" : " ^10.22.1 " ,
62
62
"preact-render-to-string" : " ^6.5.5" ,
63
63
"pretty-bytes" : " ^6.1.1" ,
64
64
"pretty-time" : " ^1.1.0" ,
89
89
"unist-util-visit" : " ^5.0.0" ,
90
90
"vfile" : " ^6.0.1" ,
91
91
"workerpool" : " ^9.1.2" ,
92
- "ws" : " ^8.17.1 " ,
92
+ "ws" : " ^8.18.0 " ,
93
93
"yargs" : " ^17.7.2"
94
94
},
95
95
"devDependencies" : {
100
100
"@types/node" : " ^20.12.5" ,
101
101
"@types/pretty-time" : " ^1.1.5" ,
102
102
"@types/source-map-support" : " ^0.5.10" ,
103
- "@types/ws" : " ^8.5.10 " ,
103
+ "@types/ws" : " ^8.5.11 " ,
104
104
"@types/yargs" : " ^17.0.32" ,
105
105
"esbuild" : " ^0.19.9" ,
106
106
"prettier" : " ^3.3.2" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ import * as Component from "./quartz/components"
5
5
export const sharedPageComponents : SharedLayout = {
6
6
head : Component . Head ( ) ,
7
7
header : [ Component . LinksHeader ( ) ] ,
8
- afterBody : [ ] ,
8
+ afterBody : [ Component . Comments ( {
9
+ provider : 'giscus' ,
10
+ options : {
11
+ // from data-repo
12
+ repo : 'morrowind-modding/wiki' ,
13
+ // from data-repo-id
14
+ repoId : 'R_kgDOLP1-Jw' ,
15
+ // from data-category
16
+ category : 'General' ,
17
+ // from data-category-id
18
+ categoryId : 'DIC_kwDOLP1-J84CdRF9' ,
19
+ reactionsEnabled : true ,
20
+ }
21
+ } ) ,
22
+ ] ,
9
23
footer : Component . Footer ( {
10
24
links : {
11
25
GitHub : "https://github.com/morrowind-modding/wiki" ,
@@ -36,7 +50,6 @@ export const defaultContentPageLayout: PageLayout = {
36
50
Component . Graph ( ) ,
37
51
Component . DesktopOnly ( Component . TableOfContents ( ) ) ,
38
52
Component . Backlinks ( ) ,
39
- Component . Comments ( ) ,
40
53
] ,
41
54
}
42
55
@@ -57,6 +70,5 @@ export const defaultListPageLayout: PageLayout = {
57
70
Component . Graph ( ) ,
58
71
Component . DesktopOnly ( Component . TableOfContents ( ) ) ,
59
72
Component . Backlinks ( ) ,
60
- Component . Comments ( ) ,
61
73
] ,
62
74
}
You can’t perform that action at this time.
0 commit comments