Premier commit
This commit is contained in:
37
mkdocs.yml
Normal file
37
mkdocs.yml
Normal file
@ -0,0 +1,37 @@
|
||||
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
|
Reference in New Issue
Block a user