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.

settings.yml 1.7KB

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