Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

settings.yml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path: ''
  5. webhook_url:
  6. sections:
  7. - type: heading
  8. label: Events
  9. - type: directory
  10. path: exampleSite/content/english/events
  11. label: Upcoming Events
  12. create: all
  13. match: "**/*"
  14. - type: heading
  15. label: Lectures
  16. - type: directory
  17. path: exampleSite/content/english/lectures
  18. label: Lectures (en)
  19. create: all
  20. match: "**/*"
  21. - type: heading
  22. label: Blog Post
  23. - type: directory
  24. path: exampleSite/content/english/blog
  25. label: Post (en)
  26. create: documents
  27. match: "**/*"
  28. new_doc_ext: '20191203072044'
  29. templates:
  30. - post
  31. - type: directory
  32. path: exampleSite/content/french/blog
  33. label: Post (fr)
  34. create: documents
  35. match: "**/*"
  36. templates:
  37. - post
  38. - type: heading
  39. label: Author
  40. - type: directory
  41. path: exampleSite/content/english/author
  42. label: Author (en)
  43. create: documents
  44. match: "**/*"
  45. templates:
  46. - author
  47. - type: directory
  48. path: exampleSite/content/french/author
  49. label: Author (fr)
  50. create: documents
  51. match: "**/*"
  52. templates:
  53. - author
  54. - type: heading
  55. label: Data
  56. - type: directory
  57. path: exampleSite/data
  58. label: Homepage
  59. create: all
  60. match: "**/*"
  61. - type: directory
  62. path: exampleSite/i18n
  63. label: i18n
  64. create: documents
  65. match: "**/*"
  66. - type: heading
  67. label: Configuration
  68. - type: directory
  69. path: exampleSite
  70. label: Configuration
  71. create: all
  72. match: "*.toml"
  73. new_doc_ext: toml
  74. upload_dir: exampleSite/static/images
  75. public_path: "/images"
  76. front_matter_path: ''
  77. use_front_matter_path: false
  78. file_template: ":filename:"
  79. build:
  80. preview_env:
  81. - HUGO_ENV=staging
  82. - HUGO_VERSION=0.58.2
  83. preview_output_directory: public
  84. preview_docker_image: forestryio/hugo:latest
  85. mount_path: "/srv"
  86. working_dir: "/srv"
  87. instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
  88. -d public
  89. version: 0.58.2