settings.yml 772 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. new_page_extension: md
  3. auto_deploy: false
  4. admin_path: ''
  5. webhook_url:
  6. sections:
  7. - type: jekyll-posts
  8. label: Posts
  9. create: documents
  10. templates:
  11. - post
  12. - type: jekyll-pages
  13. label: Pages
  14. create: documents
  15. - type: document
  16. path: _config.yml
  17. label: Configuration
  18. upload_dir: assets/images
  19. public_path: "/assets/images"
  20. front_matter_path: ''
  21. use_front_matter_path: false
  22. file_template: ":filename:"
  23. build:
  24. preview_env:
  25. - JEKYLL_ENV=staging
  26. preview_output_directory: _site
  27. install_dependencies_command: bundle install --path vendor/bundle
  28. preview_docker_image: forestryio/ruby:2.6
  29. mount_path: "/srv"
  30. working_dir: "/srv"
  31. instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
  32. --port 8080 --host 0.0.0.0 -d _site