help/config.toml
Pierre-Olivier Mercier c4cceb9003
All checks were successful
continuous-integration/drone/push Build is passing
Update URL to gitea
2020-11-20 22:57:30 +01:00

29 lines
723 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/fic/help/src/branch/master/content/"
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://gitlab.srs.epita.fr/"
weight = 15