From 7a4eb5b109f862819d9ea9c5287fa421244238aa Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Nov 2013 23:21:07 +0800 Subject: [PATCH] Add docs on how to configure Life --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ed1c3df..d65def7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ How to upgrade your *Life* [Learn more](https://help.github.com/articles/fork-a-repo). +How to configure your *Life* +---------------------------- + +Modify `config.json`. The configuration: + +- `customStylesheetURL` - (*string*, default to `null`) Path to a custom stylesheet file, for those who doesn't like the default *theme*. +- `yearLength` - (*number*, default to `120`) The width of the year grids, in pixels. + Datetime "syntax" -----------------