-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
103 lines (97 loc) · 2.4 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
site_name: Flynns 2nd Brain
site_description: Big of everything.
site_author: nflynn
site_url: https://www.eper.net
edit_uri: blob/main/docs/
nav:
- Introduction: index.md
- Ants:
- ants/colony.md
- Feeding:
- Feeding: ants/feeding.md
- Wax Worms: ants/feeding/waxworms.md
- Protein Jelly: ants/feeding/best_ants_protein_jelly.md
- ants/suppliers.md
- Colonies:
- Lasius Niger: ants/careguide/lasius_niger.md
- Camponotus Parius: ants/careguide/camponotus_parius.md
- Camponotus Auriventris: ants/careguide/camponotus_auriventris.md
- Messor Orientalis: ants/careguide/messor_orientalis.md
- Shopping:
- BlackFriday: shopping/blackfriday.md
- Homebrew:
- Pinter: brewing/pinter.md
- Projects:
- pi-kube-cluster: projects/pi-kube-cluster/commands.md
theme:
name: material
custom_dir: theme
# logo: img/logo.bmp
features:
- navigation.instant
- navigation.top
palette:
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue grey
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue grey
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- stylesheets/extra.css
- stylesheets/links.css
repo_name: eperdeme/digital-garden
repo_url: https://github.com/eperdeme/digital-garden
plugins:
- search
# - autolinks
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
- section-index
# - mkdocs-newsletter
markdown_extensions:
- abbr
- admonition
- meta
- def_list
- toc:
permalink: ⚑
baselevel: 2
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: '!!python/name:pymdownx.emoji.to_svg'
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
analytics:
provider: google
property: G-6BLZKM0HS6
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/eperdeme