distorsion.interhacker.space/old-hugo-site/hugo.toml

61 lines
1.5 KiB
TOML
Raw Normal View History

2025-01-24 23:17:58 +01:00
baseURL = 'https://distorsion.interhacker.space'
2025-01-24 23:25:46 +01:00
languageCode = 'fr-FR'
title = 'La Distorsion'
2025-01-24 23:17:58 +01:00
theme = 'distorsion'
2025-01-24 23:17:58 +01:00
[Params]
tagline = ""
author = ""
description = "un hackerspace pour Paris-Saclay tourné vers le recyclage et le partage de savoirs"
2025-01-24 23:25:46 +01:00
logoBig = "images/distorsion-logo.png"
logoSmall = "/images/distorsion-logo.png"
2025-01-24 23:17:58 +01:00
favicon = "favicon.ico"
2025-01-24 23:25:46 +01:00
opengraphImage = "/images/distorsion-logo.png"
2025-01-24 23:25:47 +01:00
email = "distorsion@groupes.renater.fr"
2025-01-24 23:17:58 +01:00
googleTagManager = ""
customCSS = false
# Social media links in footer
2025-01-24 23:17:58 +01:00
#twitter = "TomaNistor"
#linkedin = "tomanistor"
#github = "tomanistor"
#facebook = ""
2025-01-24 23:17:58 +01:00
# Copyright and theme author credit in footer
copyright = false
credit = false
# Cache busting of static resources (additional set up required)
cacheBustCSS = true
cacheBustJS = true
# Code highlighting with highlight.js
highlightJS = true
highlightJSStyle = "" # For custom highlight.js styles, add your /path/to/styles/default.css
highlightJSScript = "" # For custom highlight.js languages config, add your /path/to/highlight.pack.js
# Choose either Formspree contact form or Basin contact form
ajaxFormspree = false
ajaxFormspreeGold = false
ajaxBasin = "https://usebasin.com/f/0eae7044d4c2"
# Lazy loading with lazysizes
lazyloading = true
[[menu.main]]
2025-01-24 23:25:47 +01:00
name = "À propos"
2025-01-24 23:17:58 +01:00
url = "/#about"
weight = 1
[[menu.main]]
2025-01-24 23:25:47 +01:00
name = "Blog"
2025-01-24 23:17:58 +01:00
url = "/#blog"
weight = 2
[[menu.main]]
name = "Membres"
url = "/#members"
weight = 3
[[menu.main]]
name = "Contact"
2025-01-24 23:25:47 +01:00
url = "/#contact"
2025-01-24 23:17:58 +01:00
weight = 4