-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (41 loc) · 1.51 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
project:
type: "website"
website:
title: "GeoJupyter"
site-url: "https://geojupyter.org"
repo-url: &repo-url "https://github.com/geojupyter/geojupyter.org"
repo-actions: ["edit", "issue"]
# HACK: Quarto previews don't show drafts as expected. This will cause drafts
# to be rendered in production as well! But that's probably fine.
# (https://github.com/quarto-dev/quarto-cli/issues/10279)
draft-mode: "unlinked"
navbar:
logo: "https://avatars.githubusercontent.com/u/170677547?s=400&u=03648f729acc1a0f82ed15246feb7a77c1fcced7&v=4"
left:
- "about.md"
- "projects.md"
- "blog/index.md"
- "calendar.md"
- "interviews/index.md"
right:
- icon: "rss"
href: "blog/index.xml"
- text: "{{< iconify simple-icons:zulip title='Zulip chat' label='Zulip chat' >}}"
aria-label: "Zulip chat"
href: "https://jupyter.zulipchat.com/#narrow/channel/471314-geojupyter"
- icon: "github"
aria-label: "GitHub"
href: "https://github.com/geojupyter"
page-footer:
left: |
© 2025 GeoJupyter Contributors.
GeoJupyter is a community effort that includes many Jupyter contributors and follows all Jupyter guidelines, but is currently not an official Jupyter subproject.
right: "Built with [Quarto](https://quarto.org/) ❤️"
format:
html:
theme: "spacelab"
css: "styles.css"
toc: true
# Turn on emoji shortcodes (NOTE: Doesn't work in sidebar, nav or
# front-matter):
from: "markdown+emoji"