You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
617 B
YAML

site_name: Space Invaders
site_url: https://example.com/
theme: material
nav :
- 'Home' : 'index.md'
- 'Tutoriel' : 'tuto.md'
- 'Architecture du code' : 'archi.md'
- 'Thread' : 'thread.md'
- 'Classe' : 'class.md'
- 'Perriphériques' :
- 'Ecran' : 'lcd.md'
- 'Aléatoire' : 'rng.md'
- 'Leds' : 'led.md'
- 'Joystick' : 'joystick.md'
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- extra.css