blog/settings.py
Marc Beninca 8b442a0363 fixes
2022-03-13 19:55:23 +01:00

27 lines
411 B
Python

SITEURL = ''
DEFAULT_LANG = 'en'
SITENAME = 'rwx.work'
AUTHOR = 'mspe'
TIMEZONE = 'UTC'
DEFAULT_METADATA = {
'status': 'draft',
}
PATH = 'in'
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'),
)