mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
22 lines
277 B
YAML
22 lines
277 B
YAML
project:
|
|
type: website
|
|
output-dir: docs
|
|
|
|
website:
|
|
title: "Awesome Quant"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Home
|
|
- href: CODE_OF_CONDUCT.qmd
|
|
text: Code of Conduct
|
|
|
|
format:
|
|
html:
|
|
theme: cosmo
|
|
css: styles.css
|
|
toc: true
|
|
|
|
|
|
|