-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathconfig.yaml
90 lines (82 loc) · 2.07 KB
/
config.yaml
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
baseURL: "https://ds-r.leovan.tech/"
enableEmoji: true
hasCJKLanguage: true
ignoreFiles:
- \.Rmarkdown$
- \.Rmd$"
- \.knit\.md$
- \.utf8\.md$
- _files$
- _cache$
- \.txt$
- \.csv$
- \.tsv$
- \.tgz$
- \.tar$
- \.gz$
- \.zip$
- \.npz$
languageCode: "zh-cn"
title: "R 语言数据科学导论 | Data Science Introduction with R"
rssLimit: 100
services:
googleAnalytics:
ID: "G-MCPZ7NTLEX"
disableKinds:
- "taxonomy"
- "term"
permalinks:
lecture: "/lecture/:slug/"
doc: "/doc/:slug/"
menu:
main:
- name: "讲义"
url: "/lecture/"
weight: 1
- name: "文档"
url: "/doc/"
weight: 2
- name: "关于"
url: "/about/"
weight: 3
params:
title: "R 语言数据科学导论"
subtitle: "Data Science Introduction with R"
author: "范叶亮"
description: "R 语言数据科学导论 | Data Science Introduction with R"
logo: "/images/data-science-introduction-with-r.png"
logoWidth: 150
footer: "Copyright © 2017-{Year} [范叶亮](https://leovan.me)"
licenseURL: "https://github.com/leovan/data-science-introduction-with-r/blob/main/LICENSE"
googleAdsense: "ca-pub-2608165017777396"
socialIcons:
- title: "版本"
icon: "https://img.shields.io/github/release/leovan/data-science-introduction-with-r.svg"
- title: "许可证"
icon: "https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-blue.svg"
- title: "Github Stars"
icon: "https://img.shields.io/github/stars/leovan/data-science-introduction-with-r?style=social"
url: "https://github.com/leovan/data-science-introduction-with-r"
buttons:
- title: "讲义"
url: "/lecture/"
- title: "文档"
url: "/doc/"
- title: "关于"
url: "/about/"
clipboardjsVersion: "2.0.11"
lazysizesVersion: "5.3.2"
mathjaxVersion: "3.2.2"
jsCookieVersion: "3.0.5"
pdfjsVersion: "5.0.375"
vanillaBackToTopVersion: "latest"
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
parser:
autoHeadingIDType: blackfriday
tableOfContents:
startLevel: 1