-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (77 loc) · 2.16 KB
/
Copy pathmkdocs.yml
File metadata and controls
82 lines (77 loc) · 2.16 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
site_name: "Kimi's LeetcodeGolang Notes"
site_description: "My LeetcodeGolang notes using MkDocs Material"
site_author: "Kimi Tsai"
site_url: "https://kimi0230.github.io/LeetcodeGolang/"
repo_url: "https://github.com/kimi0230/LeetcodeGolang"
repo_name: "kimi0230/LeetcodeGolang"
edit_uri: "edit/master/docs/"
theme:
name: material
language: zh-Hant
favicon: assets/images/favicon.png # 請確認路徑是否正確
features:
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
extra_javascript:
- assets/javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- tags:
tags_file: tags.md
- awesome-pages:
filename: .pages
- minify:
minify_html: true
- git-revision-date-localized:
enable_creation_date: true
type: datetime
- with-pdf:
enabled_if_env: ENABLE_PDF_EXPORT
author: Kimi Tsai
copyright: Kimi Tsai
cover_subtitle: Leetcode in Golang
toc_title: Table of Contents
output_path: leetcode-golang.pdf
exclude_pages:
- tags.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kimi0230
- icon: fontawesome/brands/medium
link: https://medium.com/@kimi0230