Signed-off-by: twowater <347073565@qq.com>

pull/1/head
twowater 2017-09-11 10:05:02 +08:00
parent 794096b4f2
commit e38217771e
1 changed files with 8 additions and 1 deletions

View File

@ -2,11 +2,18 @@
"plugins": [
"github",
"toggle-chapters",
"github-buttons"
"github-buttons",
"prism",
"-highlight"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/TwoWater/Python"
},
"prism": {
"css": [
"prism-themes/themes/prism-cb.css"
]
}
}
}