settings.yml 959 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path: ''
  5. webhook_url:
  6. sections:
  7. - type: directory
  8. path: exampleSite/content
  9. label: Post
  10. create: documents
  11. match: "*"
  12. templates:
  13. - post
  14. - type: directory
  15. path: exampleSite/content/about
  16. label: About
  17. create: none
  18. match: "*"
  19. - type: directory
  20. path: exampleSite/content/contact
  21. label: Contact
  22. create: none
  23. match: "*"
  24. - type: directory
  25. path: exampleSite
  26. label: Configuration
  27. create: all
  28. match: "*.toml"
  29. new_doc_ext: toml
  30. upload_dir: exampleSite/static/images
  31. public_path: "/images"
  32. front_matter_path: ''
  33. use_front_matter_path: false
  34. file_template: ":filename:"
  35. build:
  36. preview_env:
  37. - HUGO_ENV=staging
  38. - HUGO_VERSION=0.58.2
  39. preview_output_directory: public
  40. preview_docker_image: forestryio/hugo:latest
  41. mount_path: "/srv"
  42. working_dir: "/srv"
  43. instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
  44. -d public
  45. version: 0.58.2