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.

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