dosage/.staticsite.py
2020-01-13 00:36:46 +01:00

20 lines
634 B
Python

# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function
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'},
{'name': 'ChangeLog', 'icon': 'bug', 'url': '/CHANGELOG'},
)
SITE_ICONS = (
{'name': 'GitHub', 'icon': 'github',
'url': 'https://github.com/webcomics/dosage'},
)
THEME = "doc/.theme"