Configure Hugo
This commit is contained in:
parent
212ec2728a
commit
57396279f9
1 changed files with 56 additions and 0 deletions
56
config.yml
Normal file
56
config.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue