-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (47 loc) · 1.13 KB
/
_config.yml
File metadata and controls
54 lines (47 loc) · 1.13 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
# Site settings
title: AI & Global Development Lab
description: >-
Fusing AI with Earth Observation to measure what changes lives—and why.
Mapping poverty, conflict, and sustainability from 1984 to today.
url: "https://aiandglobaldevelopmentlab.github.io"
baseurl: ""
# Main lab hub (WordPress)
main_site:
url: "https://aidevlab.org"
name: "aidevlab.org"
links:
research: "https://aidevlab.org/research/"
data: "https://aidevlab.org/data/"
code: "https://aidevlab.org/code/"
rankings: "https://aidevlab.org/rankings/"
positions: "https://aidevlab.org/positions/"
visualizations: "https://aidevlab.org/visualizations/"
videos: "https://aidevlab.org/videos/"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
# Sass settings
sass:
style: compressed
sass_dir: _sass
# Collections
collections_dir: .
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- .gitignore
# Default front matter
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
# Plugins (GitHub Pages supported)
plugins:
- jekyll-seo-tag