diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-21 08:33:44 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-21 08:36:55 -0500 |
commit | 0d896a8d2a1140c972d66f7a5f371d00d1f6faf1 (patch) | |
tree | 12f053da8f4b2d880c033196f0ab7d6fa79655f9 | |
parent | 3a438f5e84cef433d5c396f14dec8cd8a713e93c (diff) | |
download | mediagoblin-0d896a8d2a1140c972d66f7a5f371d00d1f6faf1.tar.lz mediagoblin-0d896a8d2a1140c972d66f7a5f371d00d1f6faf1.tar.xz mediagoblin-0d896a8d2a1140c972d66f7a5f371d00d1f6faf1.zip |
Give a small amount of info on how to set the theme.
-rw-r--r-- | mediagoblin.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 0cf5a158..05c9c1ae 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -19,7 +19,12 @@ allow_registration = true # media_types = mediagoblin.media_types.image, mediagoblin.media_types.video ## Uncomment this to put some user-overriding templates here -#local_templates = %(here)s/user_dev/templates/ +# local_templates = %(here)s/user_dev/templates/ + +## You can set your theme by specifying this. Please see the the +## theming docs on how to install and enable themes. (The airy theme +## comes built in.) +# theme = airy [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |