-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (24 loc) · 844 Bytes
/
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
site_name: 'Cyber Notes' # Customize your site name
repo_url: https://github.com/TeakKey7/Cyber-Notes.git
docs_dir: Cyber-Notes/
plugins:
- git-committers:
repository: TeakKey7/Cyber-Notes
branch: master
docs_path: Cyber-Notes/
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition # For note blocks like warnings, tips, etc.
- codehilite # Syntax highlighting for code blocks
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
use_directory_urls: true
#extra:
# navigation_depth: 1 # Prevent headers from being used as links
theme:
name: material # You can replace with another theme if preferred