-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
86 lines (82 loc) · 2.28 KB
/
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
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
site_name: NKDACS
site_description: NKDACS 是一个南开大学统计与数据科学学院属下的科研组织,向学界及社会各界提供统计咨询服务。
site_url: 'https://www.nkdacs.com'
strict: true
repo_url: 'https://github.com/NKDACS/NKDACS-Website'
edit_uri: 'edit/master/docs/'
remote_branch: gh-pages
remote_name: 'origin'
site_author: NKDACS IT Team
copyright: 'Copyright © 2017 - 2018 NKDACS'
nav:
- 主页: index.md
- 案例比赛:
- 案例比赛: competition/case.md
- 统计咨询:
- 咨询案例: consulting/all.md
- 知识分享:
- The Bootstrap: share/bootstrap/bootstrap.md
- Chapter 1: share/chap1/chap1.md
- Random number: share/Random number/Random number.md
- 用数据揭开安大略省彩票零售商丑闻: share/lottery/lottery.md
- 教程:
- Markdown 模板: tutorial/md-template.md
- Markdown 说明: tutorial/md-tutorial.md
- Pytorch安装教程: tutorial/pytorch-install.md
- 关于:
- 网站简介: about/website-intro.md
- 团队介绍: about/intro.md
- 组织架构: about/structure.md
- 其他:
- 知识共享协议: others/cc.md
- 更换站点颜色: others/color.md
theme:
name: 'material'
font: false
language: 'zh'
logo:
icon: 'school'
palette:
primary: 'blue grey'
accent: 'light blue'
include_search_page: false
search_index_only: true
feature:
tabs: true
extra:
search:
language: 'jp'
social:
- type: 'github'
link: 'https://github.com/NKDACS'
- type: 'globe'
link: 'http://stat.nankai.edu.cn/'
extra_javascript:
- _static/js/extra.js
- //cdn.bootcss.com/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_SVG
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde