-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_quarto.yml
80 lines (72 loc) · 1.97 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
project:
type: website
website:
title: "NASA-Openscapes"
site-url: https://nasa-openscapes.github.io/
favicon: images/openscapes_hex.png
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/), with theme from [vetiver](https://github.com/rstudio/vetiver.rstudio.com)"
left: "© CC-By NASA Openscapes"
navbar:
logo: images/openscapes_hex.png
href: https://openscapes.org
right:
# - text: "Home"
# href: index.html
- text: "About"
menu:
- text: "About"
href: about.qmd
- text: "Slides"
href: about.qmd#slides
- text: "Events Archive"
href: events.qmd
- text: "Mentors"
href: mentors.qmd
- text: "Champions"
href: champions.qmd
- text: "Cookbook"
href: cookbook-navbar-page.qmd
- text: "News & Events"
href: news.qmd
- icon: github
href: https://github.com/NASA-Openscapes
- icon: mastodon
href: https://fosstodon.org/@openscapes
format:
html:
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