25 lines
342 B
YAML
25 lines
342 B
YAML
project:
|
|
type: website
|
|
output-dir: docs
|
|
|
|
website:
|
|
title: "Louis Lacoste"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Home
|
|
- href: posts.qmd
|
|
text: Posts
|
|
- href: about.qmd
|
|
text: About me
|
|
right:
|
|
- href: interests.qmd
|
|
|
|
format:
|
|
html:
|
|
theme: yeti
|
|
css: styles.css
|
|
toc: true
|
|
|
|
|
|
|