-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (29 loc) · 785 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (29 loc) · 785 Bytes
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
site_name: 'ESL-Note'
site_description: 'The Elements of Statistical Learning(ESL) 中文版笔记,包括公式和习题的详细推导。'
site_author: bxdd
repo_name: 'bxdd/ESL-Note'
repo_url: 'https://github.com/bxdd/ESL-Note'
theme:
name: material
palette:
primary: 'Blue'
accent: 'Yellow'
feature:
tabs: false
language: 'zh'
copyright: 'Copyright © 2021-2026 bxdd'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- mdx_math:
enable_dollar_delimiter: true
extra_javascript:
- mathjax.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML