forked from Openscapes/quarto-website-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (46 loc) · 1.32 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
project:
type: website
website:
page-navigation: true
title: "Solutions of R-Spatial course activities MEH-IIIC"
site-url: "https://SGMStalin.github.io/r-spatial_activities"
repo-url: https://github.com/SGMStalin/r-spatial_activities
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2022"
sidebar:
logo: "images/MHIDRO.png"
pinned: true
align: center
tools:
- icon: globe
href: https://www.ucuenca.edu.ec/maestria-ecohidrologia/
text: "ucuenca.com"
- icon: github
href: https://github.com/SGMStalin/r-spatial_activities
text: "RSpatial activities"
- icon: twitter
href: https://twitter.com/SGMStalin
text: "Stalin Twitter"
style: "docked"
search: true
collapse-level: 1
contents:
- href: Unidad1.qmd
text: "Unidad 1: Primeros pasos con SIG's"
- Unidad2.qmd
- Unidad3.qmd
- Unidad4.qmd
- FCM_IPCC-Ch1.qmd
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto