diff piecrust/__init__.py @ 273:d70a4adb61dd

themes: Add the `chef themes` command The `themes` command lets the user create or override a theme easily.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 01 Mar 2015 09:07:36 -0800
parents 69d5eecfa449
children 869a206facd5
line wrap: on
line diff
--- a/piecrust/__init__.py	Sun Mar 01 09:07:02 2015 -0800
+++ b/piecrust/__init__.py	Sun Mar 01 09:07:36 2015 -0800
@@ -7,6 +7,7 @@
 
 CONFIG_PATH = 'config.yml'
 THEME_CONFIG_PATH = 'theme_config.yml'
+THEME_INFO_PATH = 'theme_info.yml'
 
 DEFAULT_FORMAT = 'markdown'
 DEFAULT_TEMPLATE_ENGINE = 'jinja2'