settings
This commit is contained in:
parent
3d9fe28da6
commit
167d264494
1 changed files with 26 additions and 0 deletions
26
settings.py
Normal file
26
settings.py
Normal 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'),
|
||||
)
|
Loading…
Reference in a new issue