diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-04 18:21:40 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-04 18:21:40 -0700 |
commit | 881a0c6f6d8934b6ddccda8c4822bce1a3d54ff6 (patch) | |
tree | 1bd149ab04c7ff9cb913decf2060ba498829f5e8 /theme | |
parent | 00715943006156039fddf08a25af42e9e35daa58 (diff) | |
download | gitbook-881a0c6f6d8934b6ddccda8c4822bce1a3d54ff6.zip gitbook-881a0c6f6d8934b6ddccda8c4822bce1a3d54ff6.tar.gz gitbook-881a0c6f6d8934b6ddccda8c4822bce1a3d54ff6.tar.bz2 |
Add info about --theme option
Diffstat (limited to 'theme')
-rw-r--r-- | theme/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/README.md b/theme/README.md index 2e08b02..3fdb69c 100644 --- a/theme/README.md +++ b/theme/README.md @@ -1,3 +1,5 @@ # GitBook Theme For creating a theme for GitBook, just copy this folder. The theme folder should at least contains two folders: `assets` and `templates`. + +The theme can be changed using the option ```--theme=<path>``` |