dosage/.staticsite.py

13 lines
473 B
Python
Raw Normal View History

2017-11-28 23:35:44 +00:00
SITE_NAME = "dosage"
SITE_SUB = "a comic downloader and archiver"
SITE_AUTHOR = "Tobias Gruetzmacher"
SITE_LINKS = (
{'name': 'Downloads', 'icon': 'download', 'url': 'https://github.com/webcomics/dosage/releases/latest'},
{'name': 'Report Issue', 'icon': 'bug', 'url': 'https://github.com/webcomics/dosage/issues/new'},
)
SITE_ICONS = (
{'name': 'GitHub', 'icon': 'github', 'url': 'https://github.com/webcomics/dosage/releases/latest'},
)
THEME = "doc/.theme"