38 lines
788 B
YAML
38 lines
788 B
YAML
|
site_name: "Club Kitch[ENS]"
|
||
|
site_description: Site du club Kitch[ENS].
|
||
|
copyright: "Copyright © Kitch[ENS] 2019"
|
||
|
nav:
|
||
|
- Accueil: index.md
|
||
|
- Recettes: recettes.md
|
||
|
- Matériel: materiel.md
|
||
|
- Ingrédients: ingredients.md
|
||
|
extra:
|
||
|
search:
|
||
|
language: fr
|
||
|
social:
|
||
|
- type: 'facebook'
|
||
|
link: 'https://www.facebook.com/CachanReseauNormaleSup/'
|
||
|
- type: 'twitter'
|
||
|
link: 'https://twitter.com/twcrans'
|
||
|
theme:
|
||
|
name: material
|
||
|
language: fr
|
||
|
palette:
|
||
|
primary: 'green'
|
||
|
accent: 'green'
|
||
|
logo: img/favicon.svg
|
||
|
favicon: img/favicon.ico
|
||
|
font: false
|
||
|
font:
|
||
|
text: 'Ubuntu'
|
||
|
code: 'Ubuntu Mono'
|
||
|
extra_css:
|
||
|
- css/layout.css
|
||
|
markdown_extensions:
|
||
|
- attr_list
|
||
|
- pymdownx.caret
|
||
|
- pymdownx.critic
|
||
|
- smarty
|
||
|
- footnotes
|
||
|
- pymdownx.tilde
|