cambiotraining / quarto-course-template

https://cambiotraining.github.io/quarto-course-template/
Other
1 stars 1 forks source link

add directory for non-rendered markdowns #1

Closed tavareshugo closed 1 year ago

tavareshugo commented 1 year ago

In case developers want to omit some files from rendering, add to _quarto.yml (last line):

project:
  type: website
  output-dir: _site
  render:
    - index.md
    - setup.md
    - materials.md
    - materials/*
    - "!materials/*/_no-render"

Will also need to add documentation about this.