1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-18 02:22:31 +00:00

Change SITENAME & SITESUBTITLE

This commit is contained in:
Freezed 2019-01-22 18:40:05 +01:00
parent 65c315cd6d
commit 18fd914230

View File

@ -8,8 +8,8 @@ DEFAULT_PAGINATION = False
PATH = 'content'
SITEURL = 'http://127.0.0.1:8000'
RELATIVE_URLS = False
SITENAME = 'freezed'
SITESUBTITLE = 'Mon super slogan'
SITENAME = 'pro[zind]'
SITESUBTITLE = ''
TIMEZONE = 'Europe/Paris'
# Feed generation is usually not desired when developing
@ -25,9 +25,9 @@ LINKS = (('Archives', '/articles/'),
('Mentions légales', '/pages/mentions-legales/'),)
# Social widget
SOCIAL = (('Gitlab', 'https://gitlab.com/free_zed'),
('Stack Overflow', 'https://stackoverflow.com/users/6709630/freezed'),
('Github', 'https://github.com/freezed/'),)
SOCIAL = (('gitlab', 'https://gitlab.com/free_zed'),
('stackoverflow', 'https://stackoverflow.com/users/6709630/freezed'),
('github', 'https://github.com/freezed/'),)
# my configuration
DELETE_OUTPUT_DIRECTORY = True