45 lines
1,015 B
Python
45 lines
1,015 B
Python
AUTHOR = 'Marc Beninca'
|
|
SITENAME = 'RWX work'
|
|
SITEURL = ''
|
|
|
|
PATH = 'content'
|
|
|
|
TIMEZONE = 'Europe/Paris'
|
|
|
|
DEFAULT_LANG = 'en'
|
|
|
|
FEED_ALL_ATOM = None
|
|
CATEGORY_FEED_ATOM = None
|
|
TRANSLATION_FEED_ATOM = None
|
|
AUTHOR_FEED_ATOM = None
|
|
AUTHOR_FEED_RSS = None
|
|
|
|
THEME = 'themes/dark'
|
|
|
|
HOSTS = (
|
|
('rwx.work', 'https://blog.rwx.work'),
|
|
('envs.net', 'https://marc.envs.net'),
|
|
('tilde.team', 'https://marc.tilde.team'),
|
|
('tildecities.com', 'https://marc.tildecities.com'),
|
|
('tilde.institute', 'https://marc.tilde.institute'),
|
|
# ('fr.tild3.org', 'https://mspe.fr.tild3.org'),
|
|
# ('radiofreqs.space', 'https://marc.radiofreqs.space'),
|
|
('remotes.club', 'https://marc.remotes.club'),
|
|
|
|
('thunix.net', 'https://thunix.net/~marc'),
|
|
('tilde.club', 'https://tilde.club/~mspe'),
|
|
('tilde.town', 'https://tilde.town/~marc'),
|
|
)
|
|
|
|
SITES = (
|
|
('rwx.work', 'https://rwx.work'),
|
|
('marc-beninca.fr', 'https://marc-beninca.fr'),
|
|
)
|
|
|
|
SOCIAL = (
|
|
('linkedin', 'https://www.linkedin.com/in/marc-beninca'),
|
|
)
|
|
|
|
DEFAULT_PAGINATION = False
|
|
|
|
RELATIVE_URLS = True
|