settings.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path: ''
  5. webhook_url:
  6. sections:
  7. - type: heading
  8. label: Homepage
  9. - type: document
  10. path: exampleSite/data/homepage.yml
  11. label: Homepage Data
  12. - type: heading
  13. label: Blog Post
  14. - type: document
  15. path: exampleSite/content/blog/_index.md
  16. label: Blog Page
  17. - type: directory
  18. path: exampleSite/content/blog
  19. label: Blog Post
  20. create: documents
  21. match: "**/*"
  22. exclude: _index.md
  23. templates:
  24. - post
  25. - type: heading
  26. label: Others Page
  27. - type: document
  28. path: exampleSite/content/faq/_index.md
  29. label: FAQ
  30. - type: document
  31. path: exampleSite/content/contact/_index.md
  32. label: Contact
  33. - type: document
  34. path: exampleSite/content/pricing/_index.md
  35. label: Pricing
  36. - type: document
  37. path: exampleSite/content/privacy-policy/_index.md
  38. label: Privacy Policy
  39. - type: document
  40. path: exampleSite/content/terms-conditions/_index.md
  41. label: Terms & Conditions
  42. - type: heading
  43. label: All Pages
  44. - type: directory
  45. path: exampleSite/content
  46. label: All Pages
  47. create: all
  48. match: "**/*"
  49. templates:
  50. - new-page
  51. - type: heading
  52. label: Configuration
  53. - type: document
  54. path: exampleSite/config.toml
  55. label: Configuration
  56. upload_dir: exampleSite/static/images
  57. public_path: "/images"
  58. front_matter_path: ''
  59. use_front_matter_path: false
  60. file_template: ":filename:"
  61. build:
  62. preview_env:
  63. - HUGO_ENV=staging
  64. - HUGO_VERSION=0.58.2
  65. preview_output_directory: public
  66. preview_docker_image: forestryio/hugo:latest
  67. mount_path: "/srv"
  68. working_dir: "/srv"
  69. instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
  70. -d public
  71. version: 0.58.2