-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (75 loc) · 2.08 KB
/
_quarto.yml
File metadata and controls
79 lines (75 loc) · 2.08 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
project:
type: website
preview:
port: 4200
resources:
- /publications
website:
title: "FraLab"
favicon: "img/logo.png"
site-url: "https:/tester"
description: "Website for the Carbon Cycle Lab at Caltech."
twitter-card: true
open-graph: true
google-analytics: "G-V5MKFZWK6P"
page-footer:
left: |
[{fig-alt="Caltech" width=65px}](https://www.caltech.edu/)
#center:
# - text: "About"
# href: about.qmd
# - text: "FAQ"
# href: docs/faq/index.qmd
# - text: "License"
# href: license.qmd
# - text: "Trademark"
# href: trademark.qmd
right:
- text: "{{< iconify academicons google-scholar >}} Google Scholar"
href: https://scholar.google.com/citations?user=7XYDtdYAAAAJ&hl=en
- icon: twitter
href: https://twitter.com/chr_fronge
aria-label: PI Twitter
- icon: github
href: https://github.com/RemoteSensingTools/
aria-label: Quarto GitHub
navbar:
logo: "/img/FraLabLogo.png"
left:
- href: index.qmd
text: Home
- href: people.qmd
text: People
- href: publications.qmd
text: Publications
- href: LabGuide.qmd
text: Lab Guide
- href: join.qmd
text: Join the Group
- href: blogs.qmd
text: Blog
right:
- href: https://scholar.google.com/citations?user=7XYDtdYAAAAJ&hl=en
text: "{{< iconify academicons google-scholar >}}"
aria-label: Google Scholar
- icon: github
href: https://github.com/cfranken
aria-label: GitHub
- icon: twitter
href: https://twitter.com/chr_fronge
aria-label: Twitter
format:
html:
page-layout: full
theme:
light: [flatly, custom.scss]
dark: [darkly, custom.scss]
toc: true
css: custom.css
include-in-header:
- text: "<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css\">"
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
editor: visual