help/config.toml

29 lines
716 B
TOML

baseURL = "https://srs.nemunai.re/fic/"
languageCode = "fr-fr"
defaultContentLanguage = "fr"
title = "Challenge FIC"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
[params]
editURL = "https://gitea.nemunai.re/srs/fic-help/src/branch/master/"
description = "Préparation du challenge forensic 2020"
themeVariant = "blue"
author = "SRS 2020"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Contact"
url = "mailto:fic@nemunai.re"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-gitlab'></i> Gitlab SRS"
url = "https://git.srs.epita.fr/"
weight = 15