-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (41 loc) · 1.09 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
site_name: Levy
site_url: https://pmbrull.github.io/levy/
site_description: Supercharge YAML configs with Jinja, types and custom functions.
theme:
name: material
font:
text: Poppins
code: Poppins Mono
palette:
primary: light blue
accent: amber
icon:
repo: fontawesome/brands/github-alt
logo: fontawesome/solid/fast-forward
repo_name: pmbrull/levy
repo_url: https://github.com/pmbrull/levy
edit_uri: ""
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed
nav:
- Quickstart: index.md
- Using Defaults: defaults.md
- Nested Config Lists: lists.md
- Render Custom Functions: functions.md
- Schema Validation: schema.md
- JSON Files: json.md
- Contributing: contributing.md
- References: references.md
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- js/termynal.js
- js/custom.js