Files
.com/settings.py
T
Kenneth Reitz c69ee24148 projects update
2012-01-14 12:40:59 -05:00

33 lines
1.1 KiB
Python

# -*- coding: utf-8 -*-
AUTHOR = u'Kenneth Reitz'
SITENAME = u'Kenneth Reitz'
SITEURL = 'http://www.kennethreitz.com'
GITHUB_URL = 'https://github.com/kennethreitz/'
DISQUS_SITENAME = 'kennethreitz'
PDF_GENERATOR = False
GOOGLE_ANALYTICS = 'UA-8742933-1'
BYLINE = '© 2011 Kenneth Reitz & co. All Rights Reserved.'
LINKS = (
('Colophon', '/pages/colophon.html'),
('Projects', '/pages/open-projects.html'),
('Articles', '/archives.html'),
)
SOCIAL = (
('Email', 'mailto:_@kennethreitz.com'),
('GitHub', 'https://github.com/kennethreitz'),
('Twitter', 'http://twitter.com/kennethreitz'),
('Flickr', 'http://flickr.com/photos/kennethreitz'),
)
PROJECTS = (
('Requests', 'http://python-requests.org', 'HTTP Module for Humans'),
('Httpbin.org', 'http://httpbin.org', 'HTTP Request and Response Service'),
('Tablib', 'http://python-tablib.org', 'Tabular Data Library'),
('Clint', 'https://github.com/kennethreitz/clint', 'Command Line Interface Tools'),
('Legit', 'https://github.com/kennethreitz/legit', 'Sexy Git CLI'),
('<i>&c.</i>', '/pages/open-projects.html', 'and more...'),
)