Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

51 linhas
1.0KB

  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path:
  5. webhook_url:
  6. sections:
  7. - type: directory
  8. path: content
  9. label: Pages
  10. create: all
  11. match: "*"
  12. - type: directory
  13. path: content/blog_list
  14. label: Blog list
  15. create: all
  16. match: "**/*"
  17. - type: directory
  18. path: content/blog
  19. label: Blog
  20. create: all
  21. match: "**/*"
  22. - type: directory
  23. path: content/search
  24. label: Search
  25. create: all
  26. match: "**/*"
  27. - type: directory
  28. path: content/wp-content
  29. label: Wp content
  30. create: all
  31. match: "**/*"
  32. upload_dir: static/uploads
  33. public_path: "/uploads"
  34. front_matter_path: ''
  35. use_front_matter_path: false
  36. file_template: ":filename:"
  37. build:
  38. preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
  39. publish_command: hugo -d public
  40. preview_env:
  41. - HUGO_ENV=staging
  42. - HUGO_VERSION=0.55.2
  43. publish_env:
  44. - HUGO_ENV=production
  45. - HUGO_VERSION=0.55.2
  46. preview_output_directory: public
  47. output_directory: public
  48. instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
  49. -d public
  50. version: 0.55.2