-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (45 loc) · 938 Bytes
/
_config.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
47
48
49
title: EIC Incubator
email: eic@0x19.net
description: European Investigative Collaborations Incubator
base_url: "/"
url: "https://eic-incubator.0x19.net"
# url: "http://localhost:4000"
twitter_username: eicnetwork
github_username: eic-network
markdown: kramdown
collections:
projects:
output: true
projects_archive:
output: true
templates:
output: false
defaults:
-
scope:
path: ""
type: projects
values:
layout: project
published: true
intro: ""
description: ""
publications:
- name: Publication One
lang: "[DE]"
links:
- name: Link One
url: https://spiegel.de
- name: Publication Two
lang: "[DE, EN]"
links:
- name: Link Two
url: https://spiegel.de
-
scope:
path: ""
type: posts
values:
layout: post
permalink: blog/:title
published: true