more updates to match new code, new entry for testing
This commit is contained in:
parent
46751d66ca
commit
008d2d760c
140 changed files with 17228 additions and 12 deletions
12
conf.py
12
conf.py
|
|
@ -13,7 +13,7 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}"
|
|||
NAVIGATION_LINKS = {
|
||||
DEFAULT_LANG: (
|
||||
('/index.html', 'Home'),
|
||||
('/stories/about.html', 'About me'),
|
||||
('/stories/about/', 'About me'),
|
||||
(
|
||||
(
|
||||
('http://www.donaldharper.com', 'My Photo Blog'),
|
||||
|
|
@ -35,9 +35,9 @@ NAVIGATION_LINKS = {
|
|||
('/rss.xml', 'RSS'),
|
||||
),
|
||||
}
|
||||
THEME = "cyborg"
|
||||
THEME = "hyde"
|
||||
TIMEZONE = "CDT6CST"
|
||||
DATE_FORMAT = '%Y-%m-%d'
|
||||
DATE_FORMAT = 'YYYY-MM-DD'
|
||||
JS_DATE_FORMAT = 'YYYY-MM-DD'
|
||||
DATE_FANCINESS = 1
|
||||
POSTS = (
|
||||
|
|
@ -68,8 +68,8 @@ 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.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
#"rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
]
|
||||
}
|
||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...</a></p>'
|
||||
|
|
@ -95,7 +95,7 @@ SCHEDULE_ALL = True
|
|||
SHOW_SOURCELINK = False
|
||||
COPY_SOURCES = False
|
||||
INDEX_DISPLAY_POST_COUNT = 3
|
||||
UNSLUGIFY_TITLES = True
|
||||
FILE_METADATA_UNSLUGIFY_TITLES = True
|
||||
LOGGING_HANDLERS = {
|
||||
'stderr': {'loglevel': 'INFO', 'bubble': True},
|
||||
'smtp': { 'from_addr': 'www.donaldharper.com@duckland.org', 'recipients': ('duck@duckland.org'), 'server_addr': ('127.0.0.1',25), 'secure': (), 'level': 'WARNING', 'bubble': False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue