-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
82 lines (77 loc) · 2.17 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
output-dir: docs
post-render:
- scripts/move_speaker_notes.py
- scripts/generate_config.py
- scripts/build_observable.py
website:
title: "Data Journalism Wiki"
favicon: favicon.png
page-navigation: true
sidebar:
style: "floating"
search: true
contents:
- text: Home
href: index.qmd
- section: "Data Sources"
# icon: "table"
contents:
- text: "Data Sources"
icon: "table"
href: sources/index.qmd
- text: "Academic Sources"
icon: "mortarboard"
href: sources/academic.qmd
- text: "Data Calendar"
icon: "calendar-week"
href: sources/calendar.qmd
- section: "Dataviz"
contents:
- text: "Extending Datawrapper"
icon: "bar-chart-steps"
href: viz/extending-datawrapper.html
- section: "AI"
# icon: "robot"
contents:
- text: "AI for journalists"
icon: "robot"
href: ai/index.qmd
- text: "AI in Google Sheets"
icon: "file-earmark-spreadsheet"
href: ai/google-sheets.qmd
- text: "AI classification in Python"
icon: "filetype-py"
href: ai/python-classification.qmd
- text: "Identifying fossil fuel lobbyists"
icon: "filetype-py"
href: ai/python-classification-rag.ipynb
- text: "Data validation in Python"
icon: "filetype-py"
href: ai/python-validation.qmd
- text: "LLM comparison"
icon: "currency-dollar"
href: ai/llm-comparison.html
- text: Toolbox
icon: "tools"
href: toolbox/index.qmd
- text: Awards
icon: "trophy"
href: awards/index.qmd
repo-url: https://github.com/nicucalcea/ddj-wiki
repo-actions: [edit, issue]
site-url: https://ddj.nicu.md/
page-footer: "<a href='https://nicu.md/' target='_blank'>Copyright 2024, Nicu Calcea</a>."
format:
html:
theme:
- cyborg
- style.scss
toc: true
code-overflow: wrap
execute:
cache: true
editor: source
resources:
- CNAME