mkdocs.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. site_name: Cisti.org
  2. site_url: https://cisti.org/docs/
  3. site_description: 'Appunti di informatica libera per la sopravvivenza digitale'
  4. site_author: 'Underscore Hacklab'
  5. repo_name: 'Sorgenti'
  6. repo_url: https://git.lattuga.net/cisti/appunti/
  7. edit_uri: '_edit/master/docs/'
  8. theme:
  9. name: material
  10. palette:
  11. primary: 'black'
  12. accent: 'deep orange'
  13. font: false
  14. language: 'it'
  15. extra:
  16. search:
  17. language: 'it'
  18. markdown_extensions:
  19. - pymdownx.magiclink
  20. - admonition
  21. - attr_list
  22. - codehilite:
  23. guess_lang: true
  24. - toc:
  25. permalink: true
  26. extra_css:
  27. - static/css/blackout.css
  28. extra_javascript:
  29. - static/js/fslightbox.js
  30. plugins:
  31. - search
  32. - git-revision-date-localized:
  33. type: date
  34. # - pdf-export
  35. #combined: true
  36. nav:
  37. - Intro: index.md
  38. - Farma:
  39. - Intro: mumble/intro.md
  40. - Telefono: mumble/telefono/index.md
  41. - Computer: mumble/pc/index.md
  42. - Jitsi:
  43. - Intro: jitsi/intro.md
  44. - Telefono: jitsi/telefono/index.md
  45. - Computer: jitsi/pc/index.md
  46. - Fdroid:
  47. - Intro: fdroid/intro.md
  48. - Lista Applicazioni: fdroid/lista-app.md
  49. - Installazione: fdroid/installazione.md