forked from sophieb/STT-4230
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (34 loc) · 1.21 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
baseURL = "https://stt4230.rbind.io/"
languageCode = "fr-ca"
DefaultContentLanguage = "fr"
title = "STT-4230"
theme = "hugo-theme-docdock"
themesdir = "themes/"
googleAnalytics = "UA-111222298-1"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[params]
editURL = "https://github.com/sophieb/STT-4230/tree/master/content/"
showVisitedLinks = false # default is false
themeStyle = "original" # "original" or "flex" # default "original"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
description = "Notes du cours STT-4230 / STT-6230 R pour scientifique"
[taxonomies]
category = "categories"
[permalinks]
post = "/:slug/"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h4></h4>"
name = "<i class='fa fa-calendar'></i> Classement par date du cours"
url = "/categories/"
weight = 1
[[menu.shortcuts]]
pre = "<h4></h4>"
name = "<i class='fa fa-github'></i> Dépôt Github"
url = "https://github.com/sophieb/STT-4230"
weight = 2