fix url thing

This commit is contained in:
Don Harper 2015-06-09 23:15:57 -06:00
parent 1a020ca68b
commit 1476ef83ee
170 changed files with 1057 additions and 5841 deletions

13
conf.py
View file

@ -77,7 +77,7 @@ DEPLOY_COMMANDS = {
'default': [
"nikola check -fl",
"chmod -R a+rX output/",
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ duck@www:httpd/duckland.org/nikola",
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ www:httpd/duckland.org/nikola",
]
}
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...a></p>'
@ -105,15 +105,8 @@ COPY_SOURCES = False
INDEX_DISPLAY_POST_COUNT = 5
UNSLUGIFY_TITLES = True
LOGGING_HANDLERS = {
#'stderr': {'loglevel': 'INFO', 'bubble': True},
'smtp': {
'from_addr': 'www.duckland.org@duckland.org',
'recipients': ('duck@duckland.org'),
'server_addr': ('127.0.0.1',25),
'secure': (),
'level': 'WARNING',
'bubble': False
}
'stderr': {'loglevel': 'INFO', 'bubble': True},
'smtp': { 'from_addr': 'www.duckland.org@duckland.org', 'recipients': ('duck@duckland.org'), 'server_addr': ('127.0.0.1',25), 'secure': (), 'level': 'WARNING', 'bubble': False }
}
GLOBAL_CONTEXT = {}
GLOBAL_CONTEXT_FILLER = []