-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (81 loc) · 2.43 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
execute:
freeze: auto # re-render only when source changes
website:
title: "TOPSTSCHOOL"
site-url: https://ciesin-geospatial.github.io/TOPSTSCHOOL/
favicon: images/TOPSTSCHOOL-updated-logo02.png
google-analytics:
tracking-id: "G-DP8JW8JWVN"
page-footer:
right: "This page is built with ❤️ help from [NASA Openscapes](https://nasa-openscapes.github.io/), and [Quarto](https://quarto.org/), with theme from [vetiver](https://github.com/rstudio/vetiver.rstudio.com)"
left: "© CC-By TOPSTSCHOOL Development Team"
navbar:
logo: images/TOPSTSCHOOL-updated-logo02.png
href: https://ciesin-geospatial.github.io/TOPSTSCHOOL/
right:
# - text: "Home"
# href: index.html
- text: "About"
href: about.qmd
- text: "Get Involved"
href: get-involved.qmd
- text: "SCHOOL Yearbook"
href: dev-team.qmd
- text: "Modules"
href: modules.qmd
- icon: github
href: https://github.com/ciesin-geospatial/TOPSTSCHOOL
- icon: youtube
href: https://www.youtube.com/channel/UCOIrczFd7_ht2bNUQ3qnM8w
sidebar:
title: "TOPSTSCHOOL"
logo: images/TOPSTSCHOOL-updated-logo02.png
pinned: false
align: center
tools:
- icon: globe
href: https://ciesin-geospatial.github.io/TOPSTSCHOOL/
text: "TOPSTSCHOOL GitHub io"
- icon: github
href: https://github.com/ciesin-geospatial/TOPSTSCHOOL
text: "TOPSTSCHOOL GitHub repo"
format:
html:
embed-resources: true
theme: [sandstone, custom.scss]
css: styles.css
toc: true
toc-title: Contents
toc-location: left
# old _site.yml content below for comparison while converting to Quarto
#
# name: "."
# title: "NASA-Openscapes"
# description: |
# NASA-Openscapes
# favicon: images/openscapes_hex.png
# output_dir: "docs"
# navbar:
# logo: images/openscapes_hex.png
# href: https://openscapes.org
# right:
# - text: "Home"
# href: index.html
# - text: "About"
# href: about.html
# - text: "Mentors"
# href: mentors.html
# - text: "Champions"
# href: champions.html
# - text: "Tutorials"
# href: tutorials.html
# - text: "Events"
# href: events.html
# - icon: fab fa-twitter
# href: https://twitter.com/openscapes
# - icon: fab fa-github
# href: https://github.com/nasa-openscapes
# output: distill::distill_article
# theme: theme.css