-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
40 lines (36 loc) · 925 Bytes
/
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
site_name: Remote PT
site_description: List of companies which offer full-time remote jobs with Portuguese contracts
# Repository
repo_url: https://github.com/thatmlopsguy/remote-pt
repo_name: remote-pt
# Navigation
nav:
- Introduction: index.md
- Contributing: contributing.md
# Configuration
theme:
name: "material"
locale: en
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
check_paths: true