File tree 4 files changed +27
-13
lines changed
4 files changed +27
-13
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,29 @@ module.exports = {
91
91
editUrl :
92
92
'https://github.com/simplexspatial/osm4scala/edit/master/website/' ,
93
93
} ,
94
- // blog: {
95
- // showReadingTime: true,
96
- // // Please change this to your repo.
97
- // editUrl:
98
- // 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
99
- // },
94
+ blog : {
95
+ feedOptions : {
96
+ type : null ,
97
+ } ,
98
+ // showReadingTime: true,
99
+ // // Please change this to your repo.
100
+ // editUrl:
101
+ // 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
102
+ } ,
100
103
theme : {
101
104
customCss : require . resolve ( './src/css/custom.css' ) ,
102
105
} ,
103
106
} ,
104
107
] ,
105
108
] ,
109
+ scripts : [
110
+ 'gitter_conf.js' ,
111
+ {
112
+ src : 'https://sidecar.gitter.im/dist/sidecar.v1.js' ,
113
+ async : true ,
114
+ defer : true
115
+ } ,
116
+ ] ,
106
117
} ;
118
+
119
+
Original file line number Diff line number Diff line change 23
23
margin : 0 calc (-1 * var (--ifm-pre-padding ));
24
24
padding : 0 var (--ifm-pre-padding );
25
25
}
26
+
27
+
28
+ .gitter-chat-embed {
29
+ z-index : 10000 ;
30
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ( ( window . gitter = { } ) . chat = { } ) . options = {
2
+ room : 'osm4scala/talk' ,
3
+ } ;
You can’t perform that action at this time.
0 commit comments