-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·47 lines (39 loc) · 940 Bytes
/
_config.yml
File metadata and controls
executable file
·47 lines (39 loc) · 940 Bytes
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
title: QuantEcon
description: QuantEcon is an organization run by economists for economists with the aim of coordinating distributed development of high quality open source code for all forms of quantitative economic modeling
keywords: QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
timezone: Australia/Sydney
google_analytics: G-609ZCT25LS
# baseurl: /quantecon-jekyll-theme/
baseurl: /
sass:
sass_dir: /assets/sass
style: :compressed
repository: QuantEcon/website
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle
- PLAN-IMPROVEMENTS.md
collections:
lectures:
projects:
team-members:
people: true
defaults:
-
scope:
type: "lectures"
values:
order: 99
-
scope:
type: "projects"
values:
order: 99
-
scope:
path: ""
values:
layout: 'default'
plugins:
- jekyll-redirect-from