pelican-site/pelicanconf.py
2020-04-12 17:36:07 +09:00

45 lines
1.1 KiB
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'D'
SITENAME = 'lost/tr'
SITEURL = ''
PATH = 'content'
OUTPUT_PATH = 'public'
TIMEZONE = 'Europe/Athens'
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'),
('Jinja2', 'http://jinja.pocoo.org/'),
('You can modify those links in your config file', '#'),)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = 5
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
# THEME
# THEME = "/home/admin/pelican-themes/monospace"
THEME = "/home/admin/pelican-themes/dev-random"
# THEME = "/home/admin/pelican-themes/jesuislibre"
# THEME = "/home/admin/pelican-themes/nmnlist"
# THEME = "/home/admin/pelican-themes/mnmlist"
# THEME = "/home/admin/pelican-themes/twenty-html5up"