adding an attachment folder
This commit is contained in:
parent
2144cb0c16
commit
1401ef7fbe
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None
|
|||||||
AUTHOR_FEED_ATOM = None
|
AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
STATIC_PATHS = ['extra/favicon.ico', 'images']
|
STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments' ]
|
||||||
|
|
||||||
THEME = 'themes/default'
|
THEME = 'themes/default'
|
||||||
THEME_STATIC_DIR = 'theme'
|
THEME_STATIC_DIR = 'theme'
|
||||||
@ -30,7 +30,7 @@ USE_FOLDER_AS_CATEGORY = True
|
|||||||
|
|
||||||
DEFAULT_PAGINATION = False
|
DEFAULT_PAGINATION = False
|
||||||
|
|
||||||
TEMPLATE_PAGES = {'home.html': 'index.html',}
|
TEMPLATE_PAGES = { 'home.html': 'index.html' }
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
RELATIVE_URLS = True
|
RELATIVE_URLS = True
|
||||||
|
@ -76,7 +76,7 @@ h1.category{
|
|||||||
background-color: #ec25ec;
|
background-color: #ec25ec;
|
||||||
color:white;
|
color:white;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding: 2em 2em 2.5em 2em;
|
padding: 2em 2em 3em 2em;
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user