forked from quanteda/tutorials.quanteda.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (39 loc) · 1.17 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
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Tutorials for quanteda"
theme = "hugo-theme-learn"
themesdir = "./themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
PygmentsCodeFences = false
min_version = 0.25
[params]
editURL = "https://github.com/quanteda/tutorials.quanteda.io/tree/master/content/"
description = "Introduction to quantitative text analysis using quanteda"
author = "Kohei Watanabe and Stefan Müller"
showVisitedLinks = true
themeVariant = "mine"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
# title = "Tutorials for quanteda"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/quanteda/tutorials.quanteda.io/"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> Documentation"
identifier = "hugodoc"
url = "https://quanteda.io/"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-home'></i> Website"
identifier = "hugodoc"
url = "http://quanteda.org/"
weight = 20