repos
/ timestrap-django master

timestrap-django

mirror archived upstream

Time tracking you can host anywhere, built on Django. Full export support in multiple formats and easily extensible.

djangodockerhandcodedpythonself-hostedtime-trackingtimetracker

919 B · 44 lines · YAML Raw History
 1# Project information
 2site_name: 'Timestrap Docs'
 3site_description: 'Docs for the Timestrap project.'
 4site_author: 'Isaac Bythewood'
 5site_url: 'https://timestrap.bythewood.me/'
 6
 7# Repository
 8repo_name: 'overshard/timestrap'
 9repo_url: 'https://github.com/overshard/timestrap'
10
11# Copyright
12copyright: 'Copyright © 2019 Isaac Bythewood'
13
14# Navigation
15nav:
16  - Home: 'index.md'
17  - Screenshots: 'screenshots.md'
18  - Configuration: 'configuration.md'
19  - Permissions: 'permissions.md'
20  - Sites: 'sites.md'
21  - Uses: 'uses.md'
22  - Docs: 'docs.md'
23  - Contributing: 'contributing.md'
24  - License: 'license.md'
25
26# Configuration
27docs_dir: 'docs/src'
28site_dir: 'docs/dist'
29edit_uri: 'edit/master/docs/src/'
30theme:
31  name: 'material'
32  language: 'en'
33  palette:
34    primary: 'indigo'
35    accent: 'indigo'
36  font:
37    text: 'Roboto'
38    code: 'Roboto Mono'
39
40markdown_extensions:
41  - codehilite
42  - toc:
43      permalink: true