60 lines
1.5 KiB
TOML
60 lines
1.5 KiB
TOML
|
baseURL = 'https://site.cendrelune.eu/'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'La Distortion'
|
||
|
theme = 'osprey'
|
||
|
|
||
|
[Params]
|
||
|
tagline = ""
|
||
|
author = ""
|
||
|
description = "un hackerspace pour Paris-Saclay tourné vers le recyclage et le partage de savoirs"
|
||
|
logoBig = "images/distortion-logo.png"
|
||
|
logoSmall = "/images/distortion-logo.png"
|
||
|
favicon = "favicon.ico"
|
||
|
opengraphImage = "/images/distortion-logo.png"
|
||
|
email = ""
|
||
|
googleTagManager = ""
|
||
|
customCSS = false
|
||
|
|
||
|
# Social media links in footer
|
||
|
twitter = "TomaNistor"
|
||
|
linkedin = "tomanistor"
|
||
|
github = "tomanistor"
|
||
|
facebook = ""
|
||
|
|
||
|
# 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]]
|
||
|
name = "à propos"
|
||
|
url = "/#about"
|
||
|
weight = 1
|
||
|
[[menu.main]]
|
||
|
name = "projets"
|
||
|
url = "/#blog"
|
||
|
weight = 2
|
||
|
[[menu.main]]
|
||
|
name = "Membres"
|
||
|
url = "/#members"
|
||
|
weight = 3
|
||
|
[[menu.main]]
|
||
|
name = "Contact"
|
||
|
url = "/#contact"
|
||
|
weight = 4
|