mkdocs.yml 662 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. site_name: hackrocchio
  2. site_description: 'Antani sblinda'
  3. site_author: 'underscore hacklab'
  4. theme:
  5. name: null
  6. custom_dir: 'theme'
  7. feature:
  8. tabs: true
  9. palette:
  10. primary: black
  11. accent: red
  12. font: false
  13. language: 'it'
  14. extra:
  15. search:
  16. language: 'it'
  17. social:
  18. facebook: svlinda
  19. twitter: sdg
  20. markdown_extensions:
  21. - pymdownx.magiclink
  22. - admonition
  23. - codehilite:
  24. guess_lang: false
  25. # - toc:
  26. # permalink: true
  27. extra_css:
  28. - css/blackout.css
  29. plugins:
  30. - search
  31. # - pdf-export:
  32. # combined: true
  33. # - Comunicazione Interna:
  34. # - Comunicazione esterna:
  35. nav:
  36. - Home: index.md
  37. - Info: info.md