_config.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. repository: git.lattuga.net:campiaperti/documentazione.git
  2. output: web
  3. # this property is useful for conditional filtering of content that is separate from the PDF.
  4. topnav_title: Documentazione Campi Aperti
  5. # this appears on the top navigation bar next to the home button
  6. site_title: Manuale e diario di campo
  7. # this appears in the html browser tab for the site title (seen mostly by search engines, not users)
  8. company_name: Campi Aperti
  9. # this appears in the footer
  10. github_editme_path:
  11. # if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
  12. # gitlab_editme_path:
  13. # if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
  14. disqus_shortname:
  15. # if you're using disqus for comments, add the shortname here. if not, leave this value blank.
  16. google_analytics:
  17. # if you have google-analytics ID, put it in. if not, edit this value to blank.
  18. host: 127.0.0.1
  19. # the preview server used. Leave as is.
  20. port: 4000
  21. # the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
  22. exclude:
  23. - vendor/
  24. - .idea/
  25. - .gitignore
  26. # these are the files and directories that jekyll will exclude from the build
  27. feedback_subject_line: Campi Aperti Documentazione
  28. feedback_email: info@campiaperti.org
  29. # used as a contact email for the Feedback link in the top navigation bar
  30. # feedback_disable: true
  31. # if you uncomment the previous line, the Feedback link gets removed
  32. # feedback_text: "Domande?"
  33. # if you uncomment the previous line, it changes the Feedback text
  34. # feedback_link: "http://campiaperti.org/"
  35. # if you uncomment the previous line, it changes where the feedback link points to
  36. highlighter: rouge
  37. # library used for syntax highlighting
  38. markdown: kramdown
  39. kramdown:
  40. input: GFM
  41. auto_ids: true
  42. hard_wrap: false
  43. syntax_highlighter: rouge
  44. # filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
  45. collections:
  46. tooltips:
  47. output: false
  48. # collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
  49. defaults:
  50. -
  51. scope:
  52. path: ""
  53. type: "pages"
  54. values:
  55. layout: "page"
  56. comments: true
  57. search: true
  58. sidebar: home_sidebar
  59. topnav: topnav
  60. -
  61. scope:
  62. path: ""
  63. type: "tooltips"
  64. values:
  65. layout: "page"
  66. comments: true
  67. search: true
  68. tooltip: true
  69. -
  70. scope:
  71. path: ""
  72. type: "posts"
  73. values:
  74. layout: "post"
  75. comments: true
  76. search: true
  77. sidebar: home_sidebar
  78. topnav: topnav
  79. # these are defaults used for the frontmatter for these file types
  80. sidebars:
  81. - home_sidebar
  82. - mydoc_sidebar
  83. - product1_sidebar
  84. - product2_sidebar
  85. - other
  86. description: "Sito web con la documentazione della comunicazione interna ed esterna di Campi Aperti"
  87. # the description is used in the feed.xml file
  88. # needed for sitemap.xml file only
  89. # url: http://idratherbewriting.com
  90. # baseurl: /documentation-theme-jekyll