Skip to content

cwickham/dir_exclude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To replicate issue

Render using a profile:

quarto render --profile narrow-body

This creates _narrow-body as expected, and _narrow-body doesn't contain _site as expected.

_narrow-body/
├── about.html
├── default-layout.html
├── default-layout_files
├── index.html
├── search.json
├── site_libs
└── styles.css

Now render without a profile:

quarto render

_site now includes _narrow-body:

_site/
├── _narrow-body
├── about.html
├── default-layout.html
├── default-layout_files
├── index.html
├── search.json
├── site_libs
└── styles.css

Problem seems to be adding the file default-layout.qmd - delete this file and there is no unexpected behavior.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors