-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
125 lines (108 loc) · 3.07 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
baseurl = "https://blog.quanteda.org/"
languageCode = "en-gb"
title = "Quanteda Initiative Blog"
#theme = "hugo-type-theme"
theme = "quanteda"
# Enable comments by entering your Disqus shortname
disqusShortname = "quanteda"
# Add your tracking code to enable Google Analytics
googleAnalytics = ""
# Posts per page
paginate = 10
# Comment the themesDir option if you use this theme in production
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
PygmentsCodeFences = true
PygmentsStyle = "friendly"
[permalinks]
post = "/:year/:month/:day/:slug/"
[menu]
[[menu.main]]
name = "Home"
url = "https://quanteda.org/"
weight = 1
[[menu.main]]
name = "About"
url = "https://quanteda.org/about/"
weight = 2
[[menu.main]]
name = "Projects"
url = "#"
identifier = "projects"
weight = 3
[[menu.main]]
name = "quanteda"
url = "https://docs.quanteda.io"
parent = "projects"
weight = 1
[[menu.main]]
name = "readtext"
url = "http://readtext.quanteda.io/"
parent = "projects"
weight = 2
[[menu.main]]
name = "spacyr"
url = "http://spacyr.quanteda.io/"
parent = "projects"
weight = 3
[[menu.main]]
name = "stopwords"
url = "http://stopwords.quanteda.io/"
parent = "projects"
weight = 4
[[menu.main]]
name = "Services"
url = "https://quanteda.org/services/"
weight = 4
[[menu.main]]
name = "News"
url = "https://quanteda.org/news/"
weight = 5
[[menu.main]]
name = "Blog"
url = "http://blog.quanteda.org/"
weight = 6
[params]
author = "Quanteda Initiative"
title = "Quanteda Initiative Blog"
description = "Quanteda Initiative Blog"
# The keywords will be added as a meta tag. Delimit them with a comma.
keywords = ""
# Either show custom avatar on the top
# left by adding the filename in below
avatar = "img/logo.svg"
# or use Gravatar by adding your email address to generate a unique avatar
#gravatar = "your@email.com"
# headerText = "<h1>For all the text analysts</h1> Quanteda Initiative is a non-profit organization to achieve <a href='/about'>our missions</a>"
# To add a header background to the main site, save your image under static/img/.
# If now image path is provided, a orange background will be shown instead.
headerImage = ""
copyright = "Released under the MIT license<br>Powered by [Hugo](//gohugo.io/) with the [Bootstrap Plato Theme](//bootstrapmade.com/plato-responsive-bootstrap-website-template/)"
MathJaxCDN = "//cdn.bootcss.com"
MathJaxVersion = "2.7.1"
[params.social]
# Insert your account name and the icon will be shown in the right menu
rss = true
homepage = true
email = "admin@quanteda.org"
behance = ""
bitbucket =""
dribbble = ""
facebook = ""
flickr = ""
github = "quanteda/blog.quanteda.org"
googleplus = ""
instagram = ""
linkedin = ""
pinterest = ""
reddit = ""
soundcloud = ""
stackexchange = ""
steam = ""
tumblr = ""
twitter = ""
wordpress = ""
youtube = ""
gitlab = ""
trello = ""
[markup.goldmark.renderer]
unsafe= true