mkdocs.yml 458 B

123456789101112131415161718192021222324
  1. site_name: hackrocchio
  2. site_description: 'C.S.O.A Gabrio, 4-5 Aprile, Torino'
  3. site_author: 'underscore hacklab'
  4. theme:
  5. name: null
  6. custom_dir: 'theme'
  7. language: 'it'
  8. markdown_extensions:
  9. - admonition
  10. - codehilite:
  11. guess_lang: false
  12. # - toc:
  13. # permalink: true
  14. nav:
  15. - Home: index.md
  16. - CFP: cfp.md
  17. - Info: info.md
  18. - Arrivare: come_arrivare.md
  19. - Programma: programma.md
  20. - Propaganda: propaganda.md
  21. - Contatti: contatti.md