adding an attachment folder

This commit is contained in:
manetta 2020-09-25 16:18:26 +02:00
parent 2144cb0c16
commit 1401ef7fbe
3 changed files with 2876 additions and 3 deletions

View File

@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
STATIC_PATHS = ['extra/favicon.ico', 'images']
STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments' ]
THEME = 'themes/default'
THEME_STATIC_DIR = 'theme'
@ -30,7 +30,7 @@ USE_FOLDER_AS_CATEGORY = True
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
RELATIVE_URLS = True

View File

@ -76,7 +76,7 @@ h1.category{
background-color: #ec25ec;
color:white;
border-radius: 1em;
padding: 2em 2em 2.5em 2em;
padding: 2em 2em 3em 2em;
margin: 2em 0;
font-size: 32px;
text-align: center;