settings.yml 330 B

123456789101112
  1. ---
  2. upload_path: "/static/uploads/:year:/:month:/:day:"
  3. frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
  4. body_file_url_template: "/uploads/:year:/:month:/:day:"
  5. new_page_extension: md
  6. auto_deploy: false
  7. admin_path: "/control"
  8. webhook_url:
  9. sections:
  10. posts:
  11. default_front_matter_template: posts
  12. version: 0.38.1