blog/pelicanconf.py
2022-04-18 15:07:31 +02:00

54 lines
1.4 KiB
Python

AUTHOR = 'MSPE'
SITENAME = 'RWX work'
SITESUBTITLE = 'Read Write eXecute'
SITEURL = 'https://blog.rwx.work'
PATH = 'content'
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = 'en'
DEFAULT_DATE_FORMAT = '%B %d, %Y'
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = False
RELATIVE_URLS = True
THEME = 'themes/pelican-striped-html5up'
STATIC_PATHS = ['images']
# PLUGINS = ['neighbors']
HOSTS = (
('remotes.club', 'https://mspe.remotes.club'),
('thunix.net', 'https://thunix.net/~mspe'),
('yourtilde.com', 'https://yourtilde.com/~mspe'),
('aussies.space', 'https://aussies.space/~mspe'),
('ctrl-c.club', 'http://ctrl-c.club/~mspe'),
('fr.tild3.org', 'https://mspe.fr.tild3.org'),
('tilde.town', 'https://tilde.town/~mspe'),
('tilde.fun', 'https://tilde.fun/~mspe'),
('tilde.pink', 'https://tilde.pink/~mspe'),
('heathens.club', 'https://heathens.club/~mspe'),
('dimension.sh', 'https://dimension.sh/~mspe'),
('southlondon.cc', 'https://southlondon.cc/~mspe'),
('squiggle.city', 'https://squiggle.city/~mspe'),
# ('rw.rs', 'http://rw.rs/~mspe'),
('tilde.guru', 'https://tilde.guru/~mspe'),
)
SITES = (
('Marc Beninca', 'https://marc.beninca.link'),
)
GIT = (
('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'),
)
SOCIAL = (
)