-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
73 lines (68 loc) · 1.74 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
72
73
site_name: Hack The Code
site_url: https://codeyuha.github.io/hack_the_code/
site_author: Open WEB
theme:
name: material
favicon: https://cdn0.iconfinder.com/data/icons/jam-vol-2/18/code-sample-1024.png
logo: https://cdn0.iconfinder.com/data/icons/jam-vol-2/18/code-sample-1024.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: grey
accent: green
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: neon green
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- header.autohide
- content.code.copy
- navigation.top
- navigation.footer
toc:
depth: 2
repo_name: hack-the-code
copyright: Copyright © 2025 Open WEB
nav:
- Home: index.md
- Learning:
- Basics: learning/basics/basics.md
- Advanced Topics: learning/advanced/advanced.md
- Tools: learning/tools/tools.md
- About: about.md
- Sign in/Sign up: login.md
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
enable_creation_date: true
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji
extra:
social:
- icon: fontawesome/solid/house
- icon: fontawesome/brands/github
- icon: fontawesome/solid/paper-plane
extra_css:
- static/extra.css