57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
|
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
|