-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (49 loc) · 1.08 KB
/
Copy path_quarto.yml
File metadata and controls
55 lines (49 loc) · 1.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
project:
type: book
output-dir: docs
book:
title: "CASA0023 Remote Sensing \n Learning Diary"
author: "[Mengyu Ding](https://github.com/dereksgithub)"
date: "2024-02-01"
sidebar:
title: "CASA0023 Learning Diary Mengyu"
style: floating
collapse-level: 1
chapters:
- index.qmd
- intro.qmd
- part: "I. Intro to Remote Sensing"
chapters:
- week1.qmd
- week2.qmd
- week3.qmd
- week4.qmd
- week5.qmd
- part: "II. Remote Sensing with GEE"
chapters:
- week6.qmd
- week7.qmd
- week8.qmd
- week9.qmd
- week10.qmd
- summary.qmd
- rs_acronym.qmd
- references.qmd
repo-url: https://github.com/dereksgithub/learning_0023
repo-actions: [edit, issue]
favicon: images/favicon.png
reader-mode: true
prefer-html: true
bibliography: references.bib
format:
html:
theme:
dark: darkly
light: cosmo
linkcolor: "#5785C1"
code-copy: true
code-overflow: wrap
highlight-style: monokai.theme
pdf:
documentclass: scrreprt
editor: visual