1
0

settings.yml 356 B

123456789101112131415161718
  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path: "/control"
  5. webhook_url:
  6. sections:
  7. - path: content
  8. label: Pages
  9. create: all
  10. - path: content/posts
  11. label: Posts
  12. create: all
  13. upload_dir: static/uploads
  14. public_path: "/uploads"
  15. front_matter_path: ''
  16. use_front_matter_path: false
  17. file_template: ":year:/:month:/:day:/:filename:"
  18. version: '0.44'