forked from nus-unix-workshop/2021-s1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (66 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: Basic Unix for CS2030/S
site_url: https://ong6.github.io/Unix-Guide/
site_author: Ooi Wei Tsang
site_description: "All basic Unix commands"
repo_url: "https://github.com/ong6/Unix-Guide"
copyright:
"This content is licensed under <a
href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International</a> license."
theme:
name: cinder
colorscheme: github
highlightjs: false
hljs_languages:
- PowerShell
- Bash
shortcuts:
previous: 72 # h
next: 76 # l
search: 191 # /
nav:
- Home: index.md
- Setup:
- Setup for Windows 10: basic-wsl.md
- Setup for macOS: mac.md
- Notes:
- 1. Terminal and Shell: basic-shell.md
- 2. Path and Navigation: basic-path-nav.md
- 3. File Management: basic-file-management.md
- 4. Vim Basics: basic-vim-intro.md
- 5. Vim Practice: basic-vim-practice.md
- 6. SSH and Remote Access: basic-ssh.md
- 7. tmux: tmux.md
- Unix Cheat Sheet: cheat-sheet.md
- Extra: extra.md
extra_css:
- "css/ooiwt.css"
markdown_extensions:
- admonition
- fontawesome_markdown
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.highlight:
linenums: false
- pymdownx.inlinehilite
- pymdownx.keys:
key_map:
{
bang: "!",
dollar: "$",
parenthesis-left: "(",
parenthesis-right: ")",
}
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg