help/config.toml

36 lines
923 B
TOML
Raw Normal View History

2023-07-19 14:17:40 +00:00
baseURL = "https://specs.fic.srs.epita.fr/"
2019-03-26 16:22:42 +00:00
languageCode = "fr-fr"
defaultContentLanguage = "fr"
title = "Challenge FIC"
2024-04-13 08:14:08 +00:00
theme = "hugo-theme-relearn"
2019-03-26 16:22:42 +00:00
metaDataFormat = "yaml"
[params]
2023-04-18 21:20:02 +00:00
editURL = "https://gitlab.cri.epita.fr/ing/majeures/srs/fic/help/-/blob/master/content/"
2021-05-08 13:43:35 +00:00
description = "Préparation du challenge forensic EC2"
2019-03-26 16:22:42 +00:00
themeVariant = "blue"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = true
2024-04-13 08:14:08 +00:00
[params.author]
name = "SRS"
2019-03-26 16:22:42 +00:00
[outputs]
2024-04-13 08:14:08 +00:00
home = ['html', 'rss', 'search']
2019-03-26 16:22:42 +00:00
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Contact"
2023-04-17 11:24:10 +00:00
url = "mailto:srs-fic@ml.cri.epita.fr"
2019-03-26 16:22:42 +00:00
weight = 10
[[menu.shortcuts]]
2021-05-08 13:43:35 +00:00
name = "<i class='fas fa-dungeon'></i> Site de l'EC2"
url = "https://www.european-cybercup.com/"
weight = 12
[[menu.shortcuts]]
name = "<i class='fab fa-gitlab'></i> Gitlab CRI"
url = "https://gitlab.cri.epita.fr/ing/majeures/srs/fic"
2019-03-26 16:22:42 +00:00
weight = 15