Initial commit, using hugo-theme-learn
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2020-11-23 13:05:09 +01:00
commit e0e7576d18
10 changed files with 113 additions and 0 deletions

38
config.toml Normal file
View file

@ -0,0 +1,38 @@
baseURL = "https://help.happydns.org/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= true
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
[Languages]
[Languages.en]
title = "happyDNS help center"
weight = 1
languageName = "English"
landingPageURL = "/en"
landingPageName = "<i class='fas fa-home'></i> Home"
[Languages.fr]
title = "happyDNS centre d'aide"
weight = 2
languageName = "Français"
landingPageURL = "/fr"
landingPageName = "<i class='fas fa-home'></i> Accueil"
[params]
editURL = "https://framagit.org/happyDNS/help/-/blob/master/content/"
description = "Finally a simple interface for domain names."
themeVariant = "green"
author = "The happyDNS team"
showVisitedLinks = true
disableBreadcrumb = false
disableMermaid = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fab fa-gitlab'></i> Project sources"
url = "https://framagit.org/happyDNS/"
weight = 15