-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (106 loc) · 2.67 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (106 loc) · 2.67 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Tiếp thị số, xử lý dữ liệu và lập trình
# site_name: !ENV [SITE_NAME, 'My default site name']
site_description: Những thứ giúp xây dựng mental model khi phải code một cái gì đó
site_url: https://xn--lptrnh-zva6402d.xn--qucu-hr5aza.cc
repo_url: https://doi-thoai.deno.dev/jC.4F.1
repo_name: GitHub
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:
# 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
# Extensions
markdown_extensions:
- footnotes
- nl2br
- attr_list
- sane_lists
- meta
- smarty
- tables
- mdx_breakless_lists
- def_list
- admonition
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
# - pymdownx.caret
# - pymdownx.keys
# - pymdownx.mark
# - pymdownx.tilde
- pymdownx.tasklist:
# - pymdownx.inlinehilite
# - pymdownx.snippets
- 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
- meta-descriptions
- git-revision-date-localized:
type: date
fallback_to_build_date: true
locale: vi
custom_format: "%A %d %B %Y"
enable_creation_date: true
- awesome-pages
- callouts
- glightbox
- social:
cards_font: Roboto Slab
cards_color:
fill: "#009485"
text: "#FFFFFF"
extra:
SEO: assets/meta/SEO_plain.svg
attachments: 'attachments'
analytics:
provider: google
property: G-XHX9Q6ZB3Q
social:
- icon: fontawesome/brands/facebook
link: https://doi-thoai.deno.dev/pagefbQC.4E.1
- icon: fontawesome/brands/discord
link: https://doi-thoai.deno.dev/discordQC.4E.1
- icon: fontawesome/brands/github
link: https://doi-thoai.deno.dev/jD.4E.1