-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (57 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
57 lines (57 loc) · 1.53 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
site_name: Dev beginner tutorial
site_description: Dev beginner tutorial
site_author: Sotetsu KOYAMADA
site_url: http://sotets.uk/dev-beginner-tutorial
repo_name: sotetsuk/dev-beginner-tutorial
repo_url: https://github.com/sotetsuk/dev-beginner-tutorial
copyright: Copyright © 2020 Sotetsu KOYAMADA
nav:
- Home: index.md
- 1. UNIXコマンド入門: unix_command.md
- 2. Python入門: python.md
- 3. Git入門: git.md
- 4. GitHub入門: github.md
- 5. Python総合演習: python_practice.md
- 6. C++入門: cpp.md
- 7. おわりに: conclusion.md
- 8. (補足)ディープラーニング: deep_learning.md
theme:
name: material
language: ja
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- codehilite:
use_pygments: true
pygments_style: monokai