Skip to content

Commit

Permalink
chore: chỉnh mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ooker777 committed Aug 19, 2024
1 parent 71be736 commit 75825a0
Showing 1 changed file with 48 additions and 46 deletions.
94 changes: 48 additions & 46 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,49 @@ site_name: Obsidian, quản lý dự án và công cụ nghĩ
site_description: Hiểu biết sâu về các môi trường nơi sự suy nghĩ diễn ra, và cách ứng dụng chúng vào quản lý dự án
site_url: https://obsidian.xn--qucu-hr5aza.cc
repo_url: https://doi-thoai.deno.dev/jD.4E.1
repo_name: GitHub
repo_name: Tải bản đầy đủ chức năng

theme:
name: 'material'
logo: assets/Vật thể (xuôi).svg
favicon: assets/Vật thể (xuôi).svg
font:
text: Roboto Slab
code: Roboto Mono
language: vi
icon:
repo: octicons/download-16
palette:
name: 'material'
logo: assets/Vật thể (xuôi).svg
favicon: assets/Vật thể (xuôi).svg
font:
text: Roboto Slab
code: Roboto Mono
language: vi
icon:
repo: octicons/download-16
palette:

# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode

# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- navigation.instant
- header.autohide
- content.code.copy
- content.code.annotate

# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- navigation.instant
- header.autohide

# Extensions
markdown_extensions:
- footnotes
Expand All @@ -58,22 +60,22 @@ markdown_extensions:
- toc:
permalink: true
- pymdownx.magiclink
# - pymdownx.critic
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
# - pymdownx.caret
# - pymdownx.keys
# - pymdownx.mark
# - pymdownx.tilde
# - pymdownx.highlight:
# use_pygments: true
# anchor_linenums: true
- pymdownx.tasklist:
# - pymdownx.inlinehilite
# - pymdownx.snippets
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search:
lang: en #Không hiểu sao dùng vi ko đc
Expand Down

0 comments on commit 75825a0

Please sign in to comment.