forked from sophieb/STT-4230
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (30 loc) · 1.26 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
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$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
[params]
editURL = "https://github.com/sophieb/STT-4230/tree/master/content/"
showVisitedLinks = false # default is false
themeStyle = "original" # "original" or "flex" # default "original"
themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = true # default is false
disableSearch = true # default is false
disableNavChevron = true # set true to hide next/prev chevron, default is false
highlightClientSide = true # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
description = "Notes du cours STT-4230 / STT-6230 R pour scientifique"
[permalinks]
post = "/:slug/"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h5></h5>"
name = "<i class='fa fa-github'></i> Dépôt Github"
url = "https://github.com/sophieb/STT-4230"
weight = 1