-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (28 loc) · 826 Bytes
/
_config.yml
File metadata and controls
35 lines (28 loc) · 826 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
# Site settings
title: DS4PS
description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ds4ps.org" # the base hostname & protocol for your site
github_username: lecy
email:
twitter_username: username
header:
- title: The Ecosystem
url : /welcome
- title: Data-Driven Docs
url : /docs
- title: Open Data
url : /data
- title: DS4PS Consortium
url : /consortium
- title: Resources
url : /resources
- title: Careers
url : /careers
- title: Community
url : /discuss
# Build settings
# markdown: redcarpet
# markdown_ext: markdown,mkdown,mkdn,mkd,md
# redcarpet:
# extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fenced_code_blocks"]