mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-08 17:57:44 +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
|
||
|
|
|
||
|
|
|
||
|
|
|