-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (47 loc) · 1017 Bytes
/
_quarto.yml
File metadata and controls
53 lines (47 loc) · 1017 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Lu Mao"
site-url: https://lmaowisc.github.io/
image: dc.jpg
open-graph: true
# twitter-card:
# creator: "@lmaowisc"
# image: dc.jpg
# card-style: summary
navbar:
background: "#C5050C"
left:
- href: index.qmd
text: Home
- people.qmd
- research.qmd
- text: Publications
menu:
- text: All
href: pubs/index.qmd
- text: Methods
href: pubs/methods.qmd
- text: Applications
href: pubs/applications.qmd
- text: R Packages
href: packages/index.qmd
- courses.qmd
- text: Blog
href: blog/index.qmd
format:
html:
theme: cosmos
css: styles.css
toc: true
linkcolor: "#C5050C"
backgroundcolor: "#FFFFFF"
grid:
sidebar-width: 300px
body-width: 1000px
margin-width: 300px
gutter-width: 1.5rem
filters:
- newpagelink.lua
editor: visual