summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 93a265f..ddf6999 100644
--- a/README.md
+++ b/README.md
@@ -59,12 +59,18 @@ Here are the options that can be stored in this file:
"plugins": [],
// Global configuration for plugins
- "pluginsConfig": {},
+ "pluginsConfig": {
+ "fontSettings": {
+ "theme": "sepia", "night" or "white",
+ "family": "serif" or "sans",
+ "size": 1 to 4
+ }
+ },
// set another theme with your own layout
// it's recommended to use plugins or add more options for default theme, though
// see https://github.com/GitbookIO/gitbook/issues/209
- // "theme": "./localtheme",
+ "theme": "./localtheme",
// Links in template (null: default, false: remove, string: new value)
"links": {