-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
46 lines (44 loc) · 1.32 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"
render:
- "*.qmd"
- "!fifty-states/template.qmd"
resources:
- "redist101.html"
website:
title: ALARM Project
description: The Algorithm-Assisted Redistricting Methodology Project
site-url: https://alarm-redist.github.io/
google-analytics: "G-8ZZ8YY5N8M"
favicon: "assets/alarm_256_tr.png"
navbar:
logo: "assets/alarm_256_tr.png"
left:
- text: Home
href: index.html
- text: About
href: about.html
- text: Applications
href: applications.html
right:
- text: redist
href: https://alarm-redist.github.io/redist/
- icon: github
href: https://github.com/alarm-redist
- icon: twitter
href: https://twitter.com/alarm_redist
page-footer:
center: |
© Copyright 2021 the [ALARM Project](about.html). <br>Software licensed under the [GNU Public License, v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
announcement:
icon: exclamation-circle
dismissable: true
content: "**New working paper!** - [*Redistricting Reforms Reduce Gerrymandering by Constraining Partisan Actors* is now on arXiv!](https://arxiv.org/abs/2407.11336)"
type: primary
position: below-navbar
format:
html:
theme: alarm.scss
execute:
warning: false