-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (45 loc) · 1.07 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
project:
type: website
output-dir: docs
format:
html:
toc: true
toc-title: Contents
toc-location: right
linkcolor: "green"
theme:
- zephyr
- custom.scss
website:
navbar:
search: true
logo: "./assets/logo.png"
title: Oportunidades para periodistas en Latinoamérica
background: "primary"
sidebar:
style: "docked"
background: "success"
contents:
- href: index.qmd
text: Oportunidades
- text: "Recursos"
url: ./pages/recursos.qmd
- text: "Directorio"
url: ./pages/directorio.qmd
page-footer:
border: false
background: dark
foreground: "#ffffff"
left: >
Created by Fernanda Aguirre
center:
- icon: github
href: https://github.com/fer-aguirre
- icon: twitter
href: https://twitter.com/feragru
- icon: linkedin
href: https://www.linkedin.com/in/feragru/
- icon: envelope
href: mailto:feraguirre@riseup.net
right: >
[Powered by Quarto](https://github.com/fer-aguirre/oportunidades-perioidstas-latam)