-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
59 lines (53 loc) · 1.15 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
project:
type: book
output-dir: docs
book:
title: "Remote Sensing Learning Diary"
author: "Rahmadita Listianingrum"
date: "1/26/2023"
navbar:
logo: img/space-satellite.png
collapse: true
collapse-below: sm
background: "#327CA7"
foreground: light
#reader-mode: true
search: true
right:
- icon: linkedin
href: https://www.linkedin.com/in/listianingrumr
- icon: twitter
href: https://twitter.com/rahmaditalistia
- icon: github
sidebar:
title: "Remote"
style: floating
reader-mode: true
repo-url: https://github.com/ListianingrumR/remote-sensing
repo-actions: [edit, issue]
sharing: [linkedin, twitter, facebook]
chapters:
- index.qmd
- week1.qmd
- week2.qmd
- week3.qmd
- week4.qmd
- week5.qmd
- week6.qmd
- week7.qmd
- week8.qmd
- ms.qmd
- references.qmd
favicon: "img/space-satellite.png"
reader-mode: true
bibliography: rs-ld.bib
#csl: harvard-cite-them-right.csl
format:
html:
theme: united
light: [united, flatly]
dark: [united, darkly]
code-link: true
pdf:
documentclass: scrreprt
editor: visual