2013-01-11 02:57:43 +01:00
|
|
|
AUTHOR = "Alexis Métaireau"
|
|
|
|
|
SITENAME = "Alexis' log"
|
2011-07-02 15:15:21 -05:00
|
|
|
SITEURL = "http://blog.notmyidea.org"
|
2012-02-20 17:39:47 +01:00
|
|
|
TIMEZONE = "UTC"
|
2011-07-02 15:15:21 -05:00
|
|
|
|
|
|
|
|
GITHUB_URL = "http://github.com/ametaireau/"
|
|
|
|
|
DISQUS_SITENAME = "blog-notmyidea"
|
|
|
|
|
PDF_GENERATOR = False
|
|
|
|
|
REVERSE_CATEGORY_ORDER = True
|
|
|
|
|
DEFAULT_PAGINATION = 2
|
|
|
|
|
|
|
|
|
|
FEED_RSS = "feeds/all.rss.xml"
|
2018-11-03 09:12:20 -06:00
|
|
|
CATEGORY_FEED_RSS = "feeds/{slug}.rss.xml"
|
2011-07-02 15:15:21 -05:00
|
|
|
|
|
|
|
|
LINKS = (
|
|
|
|
|
("Biologeek", "http://biologeek.org"),
|
|
|
|
|
("Filyb", "http://filyb.info/"),
|
|
|
|
|
("Libert-fr", "http://www.libert-fr.com"),
|
|
|
|
|
("N1k0", "http://prendreuncafe.com/blog/"),
|
2013-01-11 02:57:43 +01:00
|
|
|
("Tarek Ziadé", "http://ziade.org/blog"),
|
2011-07-02 15:15:21 -05:00
|
|
|
("Zubin Mithra", "http://zubin71.wordpress.com/"),
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
SOCIAL = (
|
|
|
|
|
("twitter", "http://twitter.com/ametaireau"),
|
|
|
|
|
("lastfm", "http://lastfm.com/user/akounet"),
|
|
|
|
|
("github", "http://github.com/ametaireau"),
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# global metadata to all the contents
|
2015-01-17 16:20:39 -08:00
|
|
|
DEFAULT_METADATA = {"yeah": "it is"}
|
2011-07-02 15:15:21 -05:00
|
|
|
|
2013-01-05 07:43:11 -05:00
|
|
|
# path-specific metadata
|
|
|
|
|
EXTRA_PATH_METADATA = {
|
|
|
|
|
"extra/robots.txt": {"path": "robots.txt"},
|
2015-06-16 09:25:09 +02:00
|
|
|
}
|
2013-01-05 07:43:11 -05:00
|
|
|
|
|
|
|
|
# static paths will be copied without parsing their contents
|
|
|
|
|
STATIC_PATHS = [
|
|
|
|
|
"pictures",
|
|
|
|
|
"extra/robots.txt",
|
2015-06-16 09:25:09 +02:00
|
|
|
]
|
2011-07-02 15:15:21 -05:00
|
|
|
|
2015-02-10 14:49:29 -05:00
|
|
|
FORMATTED_FIELDS = ["summary", "custom_formatted_field"]
|
|
|
|
|
|
2011-07-02 15:15:21 -05:00
|
|
|
# foobar will not be used, because it's not in caps. All configuration keys
|
|
|
|
|
# have to be in caps
|
|
|
|
|
foobar = "barbaz"
|