Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637
  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: Pages
  10. create: all
  11. match: "*"
  12. - type: directory
  13. path: exampleSite/content/post
  14. label: Post
  15. create: all
  16. match: "**/*"
  17. - type: directory
  18. path: exampleSite/content/about
  19. label: About
  20. create: all
  21. match: "**/*"
  22. upload_dir: exampleSite/static/uploads
  23. public_path: "/uploads"
  24. front_matter_path: ''
  25. use_front_matter_path: false
  26. file_template: ":filename:"
  27. build:
  28. preview_env:
  29. - HUGO_ENV=staging
  30. - HUGO_VERSION=0.71.1
  31. preview_output_directory: public
  32. preview_docker_image: forestryio/hugo:latest
  33. mount_path: "/srv"
  34. working_dir: "/srv"
  35. instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
  36. -d public
  37. version: 0.71.1