-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
78 lines (68 loc) · 1.88 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
theme = "hyde-hyde"
## Basic Configuration
baseURL = "https://easystats.github.io/blog/"
languageCode = "en"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
publishDir = "docs"
relativeURLs = false
canonifyURLs = false
enableEmoji = true
math = false
title = "easystats"
#theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
googleAnalytics = "UA-97457476-9"
# enableRobotsTXT = true
# summarylength = 30
#paginate = 5
## Site Settings
[params]
author = "eassystats team"
title = "easystats"
# description = "..."
authorimage = "/img/logo.png"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
copyright = "easystats"
license = "GPL-3.0"
licenseURL = "https://github.com/easystats/easystats"
showBuiltWith = false
# https://highlightjs.org
highlightjs = true
highlightjsstyle = "monokai-sublime"
# please choose either GraphComment or Disqus or Utterances
#GraphCommentId = "..."
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
# Table of contents
#toc = none, "hugo", or "tocbot"
## Social Accounts
[params.social]
github = "easystats/easystats"
# instagram = "<username>"
# xing = "<username>"
# linkedin = "<username>"
# twitter = "<username>"
# facebook = "<username>"
# stackoverflow = "<username>"
# telegram = "<username>"
# email = "[email protected]"
# gravatar = "[email protected]"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "portfolio"
weight = 200
url = "/portfolio/"
[[menu.main]]
name = "Resources"
identifier = "resources"
weight = 200
url = "/resources/"