mkdocs.yml 414 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. - pymdownx.magiclink
  10. - admonition
  11. - codehilite:
  12. guess_lang: false
  13. # - toc:
  14. # permalink: true
  15. nav:
  16. - Home: index.md
  17. - Info: info.md
  18. - Arrivare: come_arrivare.md
  19. - Programma: programma.md
  20. - Contatti: contatti.md