-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
51 lines (44 loc) · 1.23 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
project:
type: website
output-dir: docs
website:
favicon: favicon.ico
title: "GIS/MEA 584: UAS Mapping and Analytics"
bread-crumbs: true
navbar:
background: primary
left:
- href: index.qmd
text: Syllabus
- course/schedule.qmd
- course/logistics.qmd
- course/topics.qmd
- course/projects.qmd
page-footer:
center:
- href: https://creativecommons.org/licenses/by-sa/4.0/
text: "© 2024 GeoForAll Lab CC BY-SA"
left:
- href: https://moodle-courses1718.wolfware.ncsu.edu/course/view.php?id=4709
text: Moodle
- href: https://help.ncsu.edu/
text: Computing Help
- href: https://geospatial.ncsu.edu/
text: MGIST Home
- href: https://www.ncsu.edu/policies/prr-disclaimer.php
text: Disclaimer
- href: https://oit.ncsu.edu/itaccess
text: Accessibility
right:
- icon: github
href: https://github.com/ncsu-geoforall-lab/gis-584-uas-course
- href: https://geospatial.ncsu.edu/geoforall/
text: GeoForAll Lab
format:
html:
theme: [simple, theme.scss]
toc: true
toc-title: Table of Contents
include-before-body: includes/banner.html
execute:
freeze: auto