mkdocs.yml 408 B

1234567891011121314151617181920212223
  1. site_name: hackrocchio
  2. site_description: 'Antani sblinda'
  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. - Contatti: contatti.md