#!/usr/bin/env python
# -*- coding: utf-8 -*- #

AUTHOR = 'Andrew Ridgway'
SITENAME = "Andrew Ridgway's Blog"
SITEURL = 'https://blog.aridgwayweb.com'
THEME = 'themes/cleanblog'
PATH = 'content'
HEADER_COVER = 'https://wallpaperaccess.com/full/3239444.jpg'
TIMEZONE = 'Australia/Brisbane'
COLOR_SCHEME_CSS = 'tomorrow.css'
DEFAULT_LANG = 'en'

GITHUB_URL = 'https://git.aridgwayweb.com/explore/repos'
#TWITTER_URL = 'https://twitter.com/andyr787'
#FACEBOOK_URL = 'https://facebook.com/ar17787'

DEFAULT_PAGINATION = 10

# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True