Skip to content

Commit 606fdb5

Browse files
committed
config
1 parent bea47e7 commit 606fdb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var Config = {
22
"plugins": [
33
"theme",
4-
"template",
4+
"md_theme",
55
"import_leanote",
66
"import_evernote",
77
"import_html",
@@ -36,5 +36,6 @@ var Config = {
3636
],
3737
"lang": "en-us",
3838
"theme": "",
39-
"view": "snippet"
39+
"view": "snippet",
40+
"mdTheme": "github2"
4041
};

0 commit comments

Comments
 (0)