-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_quarto.yml
62 lines (57 loc) · 1.29 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project:
type: website
render:
- "*.qmd"
- "!packages/" ## there are some .Rmds in pkg files
preview:
port: 3979
website:
title: Future Forest Ecosystems Centre
site-url: https://bcgov.github.io/FFEC-website
description: "FFEC news"
page-navigation: true
reader-mode: true
navbar:
title: false
logo: img/logos/FFEC_logo_white.png
search: true
right:
- icon: rss
href: index.xml
left:
- text: "Home"
file: index.qmd
- text: "Who we are"
file: about.qmd
- text: "What we do"
menu:
- projects.qmd
- products.qmd
- text: "Publications"
file: publications.qmd
tools:
- icon: github
menu:
- text: Source code
url: https://github.com/bcgov/FFEC-website
- text: Report a bug
url: https://github.com/bcgov/FFEC-website/Issues
side-bar:
collapse-level: 4
style: floating
page-footer: |
Last updated {{< meta date >}};
Powered by [Quarto](https://quarto.org/)
format:
html:
theme:
- cosmo
- scss/bcgov-theme.scss
toc: true
html-math-method: katex
template-partials:
- partials/title-block.html
bibliography: references.bib
execute:
freeze: auto
date: last-modified