docs/mkdocs.yml

35 lines
993 B
YAML
Raw Normal View History

2019-04-25 00:55:20 +00:00
site_name: Tilde Black Documentation
site_url: https://tilde.black/docs/
2019-07-31 14:33:11 +00:00
repo_url: https://tildegit.org/tilde.black/docs
repo_name: 'TildeGit'
2019-04-25 02:06:58 +00:00
pages:
- Home: index.md
- Using Tilde Black:
2019-04-25 02:06:58 +00:00
- 'Sign Up': 'sign-up.md'
- 'SSH over tor': 'ssh-over-tor.md'
2019-04-27 00:22:32 +00:00
- 'Tilde Net News': 'net-news.md'
- Privacy:
2019-08-06 09:10:37 +00:00
- 'Coming soon': 'privacy.md'
- Anonymity:
2019-08-06 09:10:37 +00:00
- 'Coming soon': 'anonymity.md'
- Security:
2020-06-11 08:23:42 +00:00
- 'Configuring SSH': 'ssh-config.md'
- 'Stronger SSH Keys': 'ed25519.md'
2019-07-30 23:41:24 +00:00
theme:
name: material
palette:
primary: 'blue grey'
accent: 'pink'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo:
icon: 'visibility_off'
2019-08-01 12:59:13 +00:00
favicon: 'favicon.ico'
2019-07-30 23:41:24 +00:00
feature:
tabs: true
2019-04-25 00:55:20 +00:00
site_dir: /var/www/htdocs/docs/
edit_uri: src/branch/master/docs/
2019-04-25 02:02:57 +00:00
site_description: 'Documentation from Tilde Black for the betterment of privacy, anonymity, and security online.'
2019-07-30 23:41:24 +00:00
copyright: 'Copyright © 2019 - Creative Commons Attribution-ShareAlike 4.0 International License'