forked from Openscapes/quarto-website-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
85 lines (76 loc) · 2.25 KB
/
_quarto.yml
File metadata and controls
85 lines (76 loc) · 2.25 KB
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
83
84
85
project:
type: website
output-dir: docs
resources:
- images/*
pagetitle: "{{< meta title >}} | Carwil Bjork-James"
execute:
freeze: auto
website:
page-navigation: true
title: "Carwil Bjork-James"
site-url: "https://carwilb.github.io/quarto-website"
favicon: favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "Carwil Bjork-James's research, teaching, and data science website"
sidebar:
logo: "images/carwil-bjork-james-hex.png"
logo-alt: "Carwil Bjork-James in a data science hexagon"
title: "Carwil Bjork-James"
subtitle: "Research notes on violence, human rights, social movements, and open data"
pinned: true
align: center
tools:
- icon: globe
href: https://ultimateconsequences.github.io
text: "Ultimate Consequences Project Website"
- icon: wordpress
href: https://woborders.blog
text: "Carwil without Borders"
- icon: mastodon
href: https://mastodon.online/@Carwil
text: "Carwil on Mastodon"
- icon: twitter
href: https://twitter.com/CarwilBJ
text: "Carwil Bjork-James on Twitter"
- icon: twitter
href: https://carwilb.github.io/twitter
text: "Twitter archive"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- text: "---"
- href: about-bio.qmd
text: "Biography"
- text: "---"
- href: index.qmd#posts
text: Posts
sort: "date desc" # Ensure this is aligned with 'contents' or under the section
contents: posts/*.qmd
- href: index.qmd#teaching-notes
text: Teaching Notes
sort: "date desc" # Ensure this is aligned with 'contents' or under the section
contents: teaching/*
- text: "---"
- section: "Tools"
collapsed: false
contents:
- href: tools/wiki-to-ris.html
text: "Wikipedia → RIS"
format:
html:
theme:
light: cosmo
dark: slate
mainfont: "Source Sans Pro"
code-copy: true
code-overflow: wrap
toc: false
citation-style: csl/chicago-notes.csl
link-citations: false
filters:
- include-files.lua