-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (39 loc) · 928 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Project information
site_name: My Docs
site_description: A Collection of docs
site_author: Pete Cook
site_url: https://github.com/Blindpete/docs/
repo_name: Blindpete/docs/
repo_url: https://github.com/Blindpete/docs
edit_uri: ""
theme:
name: 'material'
font:
text: Ubuntu
code: Ubuntu Mono
markdown_extensions:
- codehilite
- markdown.extensions.codehilite:
guess_lang: false
use_pygments: True
noclasses: True
pygments_style: native
- markdown.extensions.toc:
permalink: true
- admonition
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- type: globe
link: https://petecook.co.uk
- type: github-alt
link: https://github.com/Blindpete
- type: twitter
link: https://twitter.com/blindpete
#pages:
# - Home: index.md
# - Ansible:
# - SSH Keys: Ansible/keys.md
# - SSH: Ansible/ssh.md
# - Test: Ansible/stuff.md