dosage/.staticsite.py

17 lines
610 B
Python
Raw Normal View History

2018-05-22 22:54:40 +00:00
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function
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'},
2019-12-31 14:58:52 +00:00
{'name': 'ChangeLog', 'icon': 'bug', 'url': '/CHANGELOG'},
2017-11-28 23:35:44 +00:00
)
SITE_ICONS = (
2018-05-22 22:54:40 +00:00
{'name': 'GitHub', 'icon': 'github', 'url': 'https://github.com/webcomics/dosage'},
2017-11-28 23:35:44 +00:00
)
THEME = "doc/.theme"