-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.toml
98 lines (83 loc) · 2.08 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
baseurl = "https://statsandr.com/"
title = "Stats and R"
author = "Antoine Soetewey"
canonifyurls = true
languagecode = "en"
paginate = 3
theme = "hugo-renga"
enableRobotsTXT = true
enableEmoji = true
# hasCJKLanguage = true
googleAnalytics = "G-GXL1KH4DFK" # "UA-86997981-2"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
# [permalinks]
# post = "/:year/:month/:day/:slug/"
[params]
pagetitle = "Stats and R"
author = "Antoine Soetewey"
copyright = "Antoine Soetewey"
copyrightUrl = "/"
description = "A blog on statistics and R aiming at helping academics and professionals working with data to grasp important concepts in statistics and to apply them in R."
faviconfile = "image/favicon.png"
logofile = "image/favicon.png"
posts_navigation = true
uselatex = true
highlightjs = true
progressively = false
github = "AntoineSoetewey"
twitter = "statsandr"
fosstodon = "statsandr"
linkedin = "antoinesoetewey"
# email = ""
medium = "https://antoinesoetewey.medium.com/"
contact = "/contact/"
sitemap = "/sitemap/"
support = "/support/"
subscribe = "/subscribe/"
terms = "/terms/"
links = "/links/"
faq = "/faq/"
contribute = "/contribute/"
tags = "/tags/"
latestpostcount = 7
commentsrepo="AntoineSoetewey/statsandr"
dateform = "2006-01-02"
# [[params.best_posts]]
# title = "What statistical test should I do?"
# url = "/blog/what-statistical-test-should-i-do/"
[[menu.primary]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 1
[[menu.primary]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.primary]]
identifier = "newsletter"
name = "Newsletter"
url = "/subscribe/"
weight = 3
[[menu.primary]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 4
[params.info]
related = true # Includes related articles at the bottom of the article
[related]
threshold = 0
includeNewer = true
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true