This commit is contained in:
Marc Beninca 2021-11-09 00:34:33 +01:00
parent 0c581ece64
commit ffeda211d3
3 changed files with 33 additions and 66 deletions

View file

@ -1,12 +1,14 @@
AUTHOR = 'MSPE'
SITENAME = 'RWX work'
SITEURL = ''
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
@ -14,8 +16,14 @@ 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 = (
('rwx.work', 'https://blog.rwx.work'),
('envs.net', 'https://mspe.envs.net'),
@ -72,7 +80,3 @@ SOCIAL = (
('linkedin.com', 'https://www.linkedin.com/in/marc-beninca'),
('lbry.tv', 'https://lbry.tv/@marc-beninca:d'),
)
DEFAULT_PAGINATION = False
RELATIVE_URLS = True