moved the sigal dir in and updated conf.py to auto-update sigal dir

This commit is contained in:
Don Harper 2016-05-23 21:56:04 -05:00
parent 60150b02fc
commit d561b14271
183 changed files with 223 additions and 1 deletions

View file

@ -81,6 +81,7 @@ FEED_LINKS_APPEND_QUERY = False
DEPLOY_COMMANDS = {
'default': [
#"nikola check -fl",
"cd sigal; sigal build",
"nikola build",
#"nikola check -f",
"chmod -R a+rX output/",