-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (42 loc) · 833 Bytes
/
_config.yml
File metadata and controls
47 lines (42 loc) · 833 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
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- github-pages
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-mentions
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jemoji
# Set theme
remote_theme: daviddarnes/alembic@main
# Site settings
url: 'open-econ.org'
baseurl: ''
title: 'Open Source Economics'
description: 'A platform for transdisciplinary collaboration'
permalink: pretty
#logo: "/assets/images/OSE_Bonn_sbrg_web.svg"
logo: "/assets/images/OSE_logo_RGB.svg"
#favicon: "/favicon.ico"
# Header nav
navigation_header:
- title: About
url: /
- title: Tools
url: /tools/
- title: Workflow
url: /workflow/
- title: Models
url: /models/
- title: People
url: /people/
# Footer nav
navigation_footer:
- title: Contact us
url: "https://ose.zulipchat.com/"