Skip to content
Snippets Groups Projects
settings.yml 1.23 KiB
Newer Older
  • Learn to ignore specific revisions
  • ---
    new_page_extension: md
    auto_deploy: false
    
    - type: directory
      path: _pages/jardin
      label: Jardin
      create: all
      match: "**/*"
      templates:
    
    - type: directory
      path: _pages/ccl
      label: Centre Culturel de Luminy
      create: all
      match: "**/*"
      templates:
    
    - type: directory
      path: _pages/club-science
      label: Club de Science
      create: all
      match: "**/*"
      templates:
      - single
    
    - type: document
      path: _data/authors.yml
      label: Les auteurs
    
    - type: document
      path: _data/navigation.yml
      label: Navigations
    
    upload_dir: assets/images
    public_path: "/assets/images"
    
      install_dependencies_command: bundle install --path vendor/bundle
    
      preview_docker_image: forestryio/ruby:2.6
      mount_path: "/srv"
      working_dir: "/srv"
    
      instant_preview_command: bundle install && bundle exec jekyll serve --drafts --unpublished
    
        --future --port 8080 --host 0.0.0.0 -d _site