Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas Ballet
site-conv
Commits
88bc69be
Commit
88bc69be
authored
Sep 06, 2016
by
Sli
Browse files
Préparation à la production
parent
4a0dd602
Changes
3
Hide whitespace changes
Inline
Side-by-side
blog/static/blog/css/base.css
View file @
88bc69be
...
...
@@ -2,14 +2,14 @@
* @Author: klmp200
* @Date: 2016-07-06 15:42:59
* @Last Modified by: klmp200
* @Last Modified time: 2016-0
8
-0
1
1
4:49:2
0
* @Last Modified time: 2016-0
9
-0
6
1
5:28:4
0
*/
@import
'https://fonts.googleapis.com/css?family=Raleway'
;
@import
'https://fonts.googleapis.com/css?family=Cinzel'
;
body
{
background-image
:
url("/static/blog/img/background.png")
;
background-image
:
url("/
gala/
static/blog/img/background.png")
;
background-repeat
:
repeat
;
background-attachment
:
fixed
;
font-family
:
'Roboto'
,
sans-serif
;
...
...
blog/templates/blog/credits.html
View file @
88bc69be
...
...
@@ -2,7 +2,7 @@
<div
class=
"container-fluid"
>
<div
class=
"container"
>
<p
class=
"navbar-text"
>
Copyright © Bartuccio Antoine 2016 – Tous droits réservés
</p>
<p
class=
"navbar-text"
>
Images par
</p>
<p
class=
"navbar-text"
></p>
</div>
</div>
</div>
\ No newline at end of file
gala/settings.py.dist
View file @
88bc69be
...
...
@@ -125,10 +125,10 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/
STATIC_URL = '/static/'
STATIC_URL = '/
gala/
static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
MEDIA_URL = '/media/'
MEDIA_URL = '/
gala/
media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
from markdown_deux.conf.settings import MARKDOWN_DEUX_DEFAULT_STYLE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment