Added tweeks on index
This commit is contained in:
parent
32036e0e4f
commit
bc7f13e9c0
1 changed files with 4 additions and 2 deletions
6
conf.py
6
conf.py
|
|
@ -78,12 +78,12 @@ REDIRECTIONS = []
|
|||
DEPLOY_COMMANDS = {
|
||||
'default': [
|
||||
"nikola build",
|
||||
#"nikola check -fl",
|
||||
"nikola check -f",
|
||||
"chmod -R a+rX output/",
|
||||
#"/usr/bin/rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
"/usr/bin/rsync -a --delete -e 'ssh -x -l duck' output/ www.donaldharper.com:/home/duck/httpd/donaldharper.com/nikola",
|
||||
#"nikola check -fl",
|
||||
#"/usr/bin/rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
#"/usr/bin/rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
]
|
||||
}
|
||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...</a></p>'
|
||||
|
|
@ -117,3 +117,5 @@ LOGGING_HANDLERS = {
|
|||
}
|
||||
CREATE_MONTHLY_ARCHIVE = True
|
||||
WRITE_TAG_CLOUD = False
|
||||
CATEGORY_PAGES_ARE_INDEXES = True
|
||||
INDEX_DISPLAY_POST_COUNT = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue