-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
102 lines (88 loc) · 2.67 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
99
100
101
## Basic Configuration
baseurl = "https://SevillaRusers.netlify.com/"
languageCode = "es"
title = "SevillaR"
theme = "hyde-hyde"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
enableRobotsTXT = true
## Site Settings
[params]
author = "Grupo de Usuarios de R de Sevilla"
title = "SevillaR"
description = "Grupo de usuarios del lenguaje de programación y programa estadístico R en Sevilla"
authorimage = "img/logoSevillaR2.jpg"
dateformat = "2 Jan 2006"
# sidebar, copyright & license
copyright = "SevillaR"
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
showBuiltWith = false
highlightjs = true
highlightjsstyle = "github"
# please choose either GraphComment or Disqus
# GraphCommentId = "your-graph-comment-id"
relatedPosts = true
postNavigation = true
## Site Meta Settings
[params.meta]
description = "R Users Website in Seville :: stats, rstats, datascience, programming, machinelearning"
keywords = "website, blog, seville, rusers, sevillar, rgroup, stats, rstats, datascience, programming, machinelearning"
## Social Accounts
[params.social]
github = "SevillaR"
# instagram = "<username>"
# xing = "<username>"
linkedin = "gruposevillar"
twitter = "_SevillaR"
telegram = "+HE3IBL13swTfZwYI" #"UjOers2ZytFhNTNk"
# facebook = "<username>"
# stackoverflow = "<username>"
email = "SevillaRUG@gmail.com"
meetup = "Sevilla-R-users"
# forum = "sevillarusers"
youtube = "UC4_SN0le5WFMu_LFaIufLbA"
feed = "index.xml"
## Main Menu
[[menu.main]]
name = "Quiénes somos"
identifier = "about"
weight = 10
url = "/about/"
[[menu.main]]
name = "Únete"
identifier = "subscription"
weight = 20
url = "https://www.meetup.com/es-ES/Sevilla-R-users/"
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
## Related
# https://gohugo.io/content-management/related
[related]
# Only include matches with rank >= threshold. This is a normalized rank
# between 0 and 100.
threshold = 80
# To get stable "See also" sections we, by default, exclude newer related
# pages.
includeNewer = false
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "author"
toLower = true
weight = 30
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"