-
Notifications
You must be signed in to change notification settings - Fork 79
/
config.toml
74 lines (69 loc) · 1.58 KB
/
config.toml
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
baseurl = "https://bookdown.org/"
relativeurls = true
languageCode = "en-us"
title = "Bookdown"
theme = "hugo-xmin"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "_cache$", "render_post"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
[[menu.logo]]
name = "Bookdown"
pre = "//bookdown.org/yihui/bookdown/images/logo.png"
url = "/"
weight = 1
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Documentation"
url = "http://bookdown.org/yihui/bookdown/"
weight = 3
[[menu.main]]
name = "Books"
url = "/archive/"
weight = 4
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 5
[[menu.main]]
name = "Authors"
url = "/authors/"
weight = 6
[[menu.main]]
name = "Contest"
url = "/contest/"
weight = 7
[[menu.main]]
name = "Log in"
url = "http://bookdown.org/connect/"
weight = 8
[[menu.icons]]
name = "Github"
post = "github"
url = "https://github.com/rstudio/bookdown"
weight = 1
[[menu.icons]]
name = "Twitter"
post = "twitter"
url = "https://twitter.com/rstudio"
weight = 2
[[menu.icons]]
name = "RSS"
post = "rss"
url = "/index.xml"
weight = 3
[params]
description = "Write HTML, PDF, ePub, and Kindle books with R Markdown"
footer = "© [RStudio, PBC](https://www.rstudio.com) 2016 -- 2020"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true