add default config

This commit is contained in:
life
2015-05-03 22:48:15 +08:00
parent 49aaf81c28
commit 37ac21ae0e
2 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
var Config = {
"plugins": [
"theme",
"import_evernote",
"export_pdf",
"langs"
],
"langs": [
{
"filename": "en-us",
"name": "English"
},
{
"filename": "zh-cn",
"name": "简体中文"
},
{
"filename": "zh-hk",
"name": "繁体中文"
}
],
"lang": "en-us",
"theme": "default"
};

View File

@@ -20,5 +20,5 @@ var Config = {
}
],
"lang": "en-us",
"theme": "vegetables"
"theme": "default"
};