forked from yihui/blogdown-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (29 loc) · 885 Bytes
/
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
baseurl = "/"
languageCode = "en-us"
title = "Build Rmd files under static/ for a blogdown website"
theme = "hugo-xmin"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 4
[[menu.main]]
name = "RSS"
url = "/index.xml"
[params]
description = "A minimal example of building Rmd files under the static/ directory of a website based on blogdown and Hugo."
footer = "© [Yihui Xie](https://yihui.name) 2017 | [Github](https://github.com/yihui/blogdown-static) | [Twitter](https://twitter.com/xieyihui)"