-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (42 loc) · 1001 Bytes
/
_quarto.yml
File metadata and controls
48 lines (42 loc) · 1001 Bytes
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
project:
type: website
website:
title: "PythonistaMX"
description: "Sitio de la comunidad PythonistaMX"
site-url: "https://pythonistamx.github.io/sitio-quarto"
repo-url: "https://github.com/PythonistaMX/sitio-quarto"
navbar:
title: "PythonistaMX"
left:
- href: index.qmd
text: Inicio
- href: about.qmd
text: Acerca de
- href: blog/index.qmd
text: Blog
right:
- icon: github
href: https://github.com/PythonistaMX
aria-label: GitHub
sidebar:
- title: "Navegación"
contents:
- href: index.qmd
text: Inicio
- href: about.qmd
text: Acerca de
page-footer:
left: "© 2024 PythonistaMX. Contenido bajo licencia MIT."
right:
- icon: github
href: https://github.com/PythonistaMX
aria-label: GitHub
format:
html:
theme: cosmo
css: styles.css
toc: true
date-format: "DD MMMM YYYY"
lang: es
execute:
freeze: auto