switching to real docs folder.
This commit is contained in:
parent
44f39be72c
commit
01628a1f3e
1 changed files with 2 additions and 2 deletions
4
brain.py
4
brain.py
|
@ -13,8 +13,8 @@ from markdown2 import markdown
|
|||
|
||||
conf = {}
|
||||
|
||||
#conf['repo'] = '/srv/git/documents'
|
||||
conf['repo'] = '/srv/git/repo'
|
||||
conf['repo'] = '/srv/git/documents'
|
||||
#conf['repo'] = '/srv/git/repo'
|
||||
conf['ext_bundles'] = ['.pages', '.sparsebundle']
|
||||
conf['ext_render'] = ['.md','.txt', '.jpg']
|
||||
conf['ext_edit'] = ['.md','.txt','.rb','.py','.pl','.sh']
|
||||
|
|
Loading…
Reference in a new issue