This commit is contained in:
Alexandre Vicenzi 2018-01-13 01:43:11 -02:00
parent aaa4d21cd7
commit 928e4c1067
94 changed files with 7497 additions and 5 deletions

View file

@ -8,7 +8,7 @@ SITENAME = 'Flex'
SITETITLE = 'Flex'
SITESUBTITLE = 'The minimalist Pelican theme'
SITEDESCRIPTION = 'Flex - The minimalist Pelican theme.'
# SITELOGO = '//s.gravatar.com/avatar/5dc5ba59a94eeab2106ad9d397361b2c?s=120'
# SITELOGO = ''
# FAVICON = '/images/favicon.ico'
BROWSER_COLOR = '#333333'
PYGMENTS_STYLE = 'monokai'
@ -17,6 +17,7 @@ ROBOTS = 'index, follow'
THEME = '../'
PATH = 'content'
OUTPUT_PATH = 'blog/'
TIMEZONE = 'America/New_York'
I18N_TEMPLATES_LANG = 'en'