-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
50 lines (39 loc) · 1.14 KB
/
hugo.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
baseURL = 'https://documentation.ostserver.fr/'
languageCode = 'fr-FR'
title = 'Observatoire Sans Tête'
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "SEARCH"]
[params]
# Change default color scheme with a variant one.
[[params.themeVariant]]
identifier = "relearn-light"
[[params.themeVariant]]
identifier = "relearn-dark"
defaultContentLanguage = "fr"
[languages]
[languages.fr]
title = 'Observatoire Sans Tête'
weight = 1
languageName = "Français"
[languages.en]
title = 'Observatoire Sans Tête'
weight = 2
languageName = "English"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i>GitHub"
identifier = "gh"
url = "https://github.com/gehelem/OST"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i>Discord Astro-Fr"
identifier = "dc"
url = "https://bit.ly/ASTRO-FR"
weight = 15
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i>Genèse sur Webastro"
identifier = "webastro"
url = "https://www.webastro.net/forums/topic/180582-ost-observatoire-sans-t%C3%AAte/"
weight = 20