You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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