You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make every page in the website a `lesson-html` by default.
- Override `lesson-html` with `format: html` in the top-level pages
- Specify additional HTML styling of navbar with `styles/main.scss`
- Rename index.scss -> listing.scss to reflect contents
Putting lesson options in a shared metadata file at the project level/in the modules folder also doesn't work because metadata-includes: takes absolute system paths (not relative to project paths) as I detailed in this issue/question: quarto-dev/quarto-cli#11839.
Ran into the folliwng error when trying to render 13a19e8
Due to multiple top-level html formats specified in
_quarto.yml
-- without different output file paths:monash-learnr-modules/_quarto.yml
Lines 35 to 43 in 9da910f
Ideal fix would be to put a shared metadata config in
modules/
, but_metadata.yml
is not inherited by.qmd
files in subdirectories.Workaround is to make every page in the website a
lesson-html
format, and then specifyhtml
formats for the top levelabout.qmd
,index.qmd
etc. pages.The text was updated successfully, but these errors were encountered: