-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
36 lines (33 loc) · 1016 Bytes
/
_site.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
name: "mapping-moose"
title: "ES College in Diaspora"
description: |
Visualizing our community in the face of COVID-19
exclude: ["README", "LICENSE", "data"]
favicon: "site-data/favicon/favicon.ico"
# google_analytics: "na"
navbar:
left:
- text: "Code & Data"
menu:
- text: "Data Introduction & Cleaning"
href: data_intro.html
- text: "Data Formatting & Augmentation"
href: data_formatting.html
- text: "Software Libraries"
href: libraries.html
- text: "Mapping Moose"
href: mapping.html
#- text: "Missing Moose"
#href: missing.html
- text: "Feeling Connected"
href: connectedness.html
- text: "Key Places"
href: places.html
right:
- icon: fab fa-github
href: https://github.com/covertg/moose-mapping
output_dir: "docs"
theme: moose-mapping-theme.css
output:
distill::distill_article:
highlight: kate # https://www.garrickadenbuie.com/blog/pandoc-syntax-highlighting-examples/