Files
awesome-quant/site/_quarto.yml
T

27 lines
405 B
YAML
Raw Normal View History

2023-07-23 08:12:05 -03:00
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.ipynb"
- "!quant.md"
- "!github.ipynb"
2023-07-23 08:12:05 -03:00
website:
title: "Awesome Quant"
navbar:
left:
- href: index.qmd
text: Home
2023-07-23 16:56:22 -03:00
- href: projects.qmd
text: Projects
2023-07-23 08:12:05 -03:00
- href: CODE_OF_CONDUCT.qmd
text: Code of Conduct
format:
html:
theme: cosmo
css: styles.css
toc: true