This commit is contained in:
Marc Beninca 2022-03-13 18:35:06 +01:00
parent 3d9fe28da6
commit 167d264494

26
settings.py Normal file
View file

@ -0,0 +1,26 @@
SITEURL = ''
DEFAULT_LANG = 'en'
SITENAME = 'rwx.work'
AUTHOR = 'mspe'
TIMEZONE = 'UTC'
DEFAULT_METADATA = {
'status': 'draft',
}
THEME = 'themes/pelican-twitchy'
DELETE_OUTPUT_DIRECTORY = True
OUTPUT_PATH = 'out'
OUTPUT_SOURCES = True
RELATIVE_URLS = True
LINKS = ()
('Link #1', 'https://1'),
('Link #2', 'https://2'),
)
SOCIAL = (
('Social #1', 'https://1'),
('Social #2', 'https://2'),
)