From 57396279f9fc1e352ebe4a65e80997b3e5632732 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 1 Nov 2021 10:18:46 +0100 Subject: [PATCH] Configure Hugo --- config.yml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..3499684 --- /dev/null +++ b/config.yml @@ -0,0 +1,56 @@ +baseURL: https://www.auro.re/ +title: Aurore +theme: custom + +# Multi language support +defaultContentLanguage: fr +defaultContentLanguageInSubdir: true +languages: + fr: + languageName: Français + +# Disables warnings +disableKinds: +- taxonomy +- taxonomyTerm + +# Enable some features +enableRobotsTXT: true +enableEmoji: true + +# HTML in Markdown +markup: + goldmark: + renderer: + unsafe: true + +# Generate index.json for search +outputs: + home: [ "HTML", "RSS", "JSON"] + +menu: + main: + - name: Intranet + url: https://intranet.auro.re/login/ + weight: 50 + +params: + # Description and keywords for search engines + DefaultDescription: | + Aurore est une association gérée par des étudiants de l'universitée + Paris-Saclay de manière bénévole. Nous nous efforçons de fournir une + couverture internet filaire et Wi-Fi. + DefaultKeywords: ["aurore", "crous", "réseau", "paris-saclay", "association"] + + # Logo (from static/images/logos/___) + navbarlogo: + image: logo.svg + + footer: + socialmedia: + - link: mailto:support.aurore@lists.crans.org + icon: envelope-open + - link: https://twitter.com/AuroreReseau + icon: twitter + - link: https://matrix.to/#/#support:auro.re + icon: chat