blog/src/devpelconf.py
= 81e06c6fbf
All checks were successful
Build and Push Image / Build and push image (push) Has been skipped
changes to template and devconf for socials fix
2025-01-21 12:48:58 +11:00

21 lines
644 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
AUTHOR = 'Andrew Ridgway'
SITENAME = "Andrew Ridgway's Blog"
SITEURL = "http://localhost:8000" #'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