summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-08 13:16:30 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-08 13:16:30 +0200
commit7416b826e073712cf30e8734f5358e25226f5f3d (patch)
treebedb60245b9dde2e8401eda81bd745c876ee0f9c /README.md
parent82afc34755d96365c7f00c40c036ec08f093721b (diff)
downloadgitbook-7416b826e073712cf30e8734f5358e25226f5f3d.zip
gitbook-7416b826e073712cf30e8734f5358e25226f5f3d.tar.gz
gitbook-7416b826e073712cf30e8734f5358e25226f5f3d.tar.bz2
Fix #218: Add settings for client theme (font family, size, theme)
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": {