мой текущий _quart.yml выглядит так:
Код: Выделить всё
project:
type: website
website:
title: "my website"
navbar:
background: primary
search: true
left:
- text: "Home"
file: index.qmd
- sidebar:Title1
- sidebar:Title2
sidebar:
- id: Title1
title: "Title 1"
style: "docked"
background: light
contents:
- page1.qmd
- page1.qmd
- id: Title2
title: "Title 2"
style: "docked"
background: light
contents:
- page3.qmd
- page4.qmd
format:
html:
theme: lux
css: styles.css
toc: true
page-layout: custom
Код: Выделить всё
.page-layout-custom {
margin-left: 2%;
margin-right: 2%;
}
Подробнее здесь: https://stackoverflow.com/questions/760 ... age-layout