-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (77 loc) · 1.67 KB
/
Copy pathmkdocs.yml
File metadata and controls
85 lines (77 loc) · 1.67 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
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
site_name: Dev
site_url: https://dev.tightbytes.com
edit_uri: "http://127.0.0.1:8000/docs/"
use_directory_urls: true
theme:
name: material
icon: assets/images/favicon.png
logo: assets/images/logo.png
palette:
# Light mode
- scheme: default
primary: pink
accent: red
toggle:
icon: material/weather-night # indigo
name: Switch to Dark Mode
# Dark mode
- scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/weather-sunny # indigo
name: Switch to Light Mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.indexes
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
extra_css:
- stylesheets/custom.css
- stylesheets/extras.css
nav:
- Home: index.md
- Work:
- work/index.md
- De-Cluttered Home: work/DClutter.md
- Debugging WebPage: work/dbugPage.md
- Static Website Dkr: work/dkrPage1.md
- SQLite Website Dkr: work/dkrPage2.md
not_in_nav: |
emily/2023/**
emily/2024/**
emily/2512/**
emily/2601/**
emily/2602/**
archive/CG/**
plugins:
- search
- tags
validation:
links:
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: true
- admonition
- footnotes
- def_list
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.blocks.caption
- pymdownx.inlinehilite
- pymdownx.snippets