-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (46 loc) · 1.56 KB
/
mkdocs.yml
File metadata and controls
52 lines (46 loc) · 1.56 KB
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
47
48
49
50
51
52
site_name: Daniel Ryan
site_url: https://www.310networks.com
theme:
name: material
custom_dir: docs/overrides
palette:
scheme: slate
primary: blue
accent: blue
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
nav:
- Home: index.md
- Posts:
- Overview: posts/index.md
- "An Agent for Home Part 2": posts/an-agent-for-home-pt2.md
- An Agent for Home: posts/an-agent-for-home.md
- National General Strike: posts/national-general-strike.md
- Fresh year, fresh thoughts: posts/fresh-year-fresh-thoughts.md
- 3D Printing: posts/3d-printing.md
- Crypto Mining - The New-Age 49er: posts/crypto-mining-new-age-49er.md
- DN42 - A Big Dynamic VPN: posts/dn42-big-dynamic-vpn.md
- Ansible Deployments - Automate Everything: posts/ansible-deployments.md
- PiHole - Home DNS Server for Ad Blocking and Traffic Analysis: posts/pi-hole-home-dns.md
- Audio Dramas:
- Overview: audio-dramas/index.md
- "DC High Volume: Batman - Review": audio-dramas/dc-high-volume-batman.md
- Bits: bits/index.md
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:daniel.ryan@310networks.com
- icon: fontawesome/brands/github
link: https://github.com/Kookster310/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/daniel-ryan-310/
- icon: fontawesome/solid/file
link: https://docs.google.com/document/d/1m-ODLGnpdVB58fdDJEOuEKJokZ56wulxvQAMZNaTwjI
extra_css:
- assets/extra.css
plugins:
- search
hooks:
- hooks.py