blob: 48de9493a943e1295cc217f0348fe7ac37bf9a11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[blog]
BLOG_HOME = "http://neodarz.net/"
CUSTOM_DOMAIN = "neodarz.net" # GitHub Pages custom domain (could be None)
BLOG_TITLE = "Why is there always a cat on whatever you're editing?"
BLOG_DESCRIPTION = "Just my stupid personal website"
LANGUAGE = "en-us"
AUTHOR = "neodarz"
AUTHOR_EMAIL = "neodarz@neodarz.net"
ATOM_ICON_PATH = "img/icon-400.png" # set to None to leave it out
RSS_ICON_PATH = "img/icon-100.png" # set to None to leave it out
RSS_ICON_WIDTH = 100
RSS_ICON_HEIGHT = 100
|