generated from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yaml
57 lines (51 loc) · 1.17 KB
/
mkdocs.yaml
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
---
site_name: Haseeb Majid | Home Cluster
site_description: My home lab configuration
site_author: Haseeb Majid
site_url: https://second-brain.haseebmajid.dev
repo_name: hmajid2301/second-brain
repo_url: https://github.com/hmajid2301/second-brain
edit_uri: "edit/main/"
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
language: en
features:
- navigation.sections
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: blue
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
docs_dir: ./docs
plugins:
- search:
lang: en
- minify:
minify_html: true
# - macros:
# include_dir: docs/_snippets
# Extensions
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Introduction: index.md