docs/mkdocs.yml

36 lines
1.0 KiB
YAML

site_name: Tilde Black Documentation
site_url: https://tilde.black/docs/
repo_url: https://tildegit.org/tilde.black/docs
repo_name: 'TildeGit'
nav:
- Home: index.md
- Using Tilde Black:
- 'Sign Up': 'sign-up.md'
- 'SSH over tor': 'ssh-over-tor.md'
- 'Tilde Net News': 'net-news.md'
- Privacy:
- 'Coming soon': 'privacy.md'
- Anonymity:
- 'Coming soon': 'anonymity.md'
- Security:
- 'Configuring SSH': 'ssh-config.md'
- 'Stronger SSH Keys': 'ed25519.md'
theme:
name: material
custom_dir: custom_theme/
palette:
primary: 'blue grey'
accent: 'pink'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: '/assets/black-hole.svg'
favicon: '/favicon.ico'
features:
- tabs
- instant
site_dir: /var/www/htdocs/docs/
edit_uri: src/branch/master/docs/
site_description: 'Documentation from Tilde Black for the betterment of privacy, anonymity, and security online.'
copyright: 'Copyright © 2020 - Creative Commons Attribution-ShareAlike 4.0 International License'