-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
36 lines (36 loc) · 1.16 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
project:
type: website
output-dir: docs
website:
favicon: images/logos/grass-favicon-16x16.png
navbar:
title: "Learn GRASS GIS"
background: primary
search: true
logo: "images/logos/grass-favicon-white-32x32.png"
tools:
- icon: github
menu:
- text: "Source Code"
href: "https://github.com/OSGeo/grass-tutorials"
- text: "Report an Issue"
href: "https://github.com/OSGeo/grass-tutorials/issues"
page-footer:
left: |
Partially supported by US NSF
[![](/images/logos/NSF_Official_logo_100x100.png){fig-alt="NSF" width=45px}](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2303651)
center: Content is dual-licensed under [GFDL-1.2-or-later](https://www.gnu.org/licenses/fdl-1.2.html) and [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/)
right:
- icon: twitter-x
href: https://x.com/grassgis
aria-label: GRASS GIS X
- icon: github
href: https://github.com/OSGeo/grass
aria-label: GRASS GIS on GitHub
execute:
freeze: auto
format:
html:
theme: [pandoc, theme.scss]
toc: true
toc-title: Table of Contents