-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
52 lines (42 loc) · 940 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
50
51
# Site settings
name: PRAGMA Operations Center website
title: HOME
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
PRAGMA Operations Center technical documentation
baseurl: "" # the subpath of your site, e.g. /blog/
# uncomment rul when have it and add CMAKE
#url: "http://goc.pragmagrid.net" # the base hostname & protocol for your site
#twitter_username: jekyllrb
github_username: pragmagrid
# Build settings
markdown: kramdown
#permalink: /blog/:year/:month/:day/:title
permalink: /:title/
collections:
resources:
output: true
projects:
output: true
people:
output: true
meetings:
output: true
news:
output: true
publications:
output: true
software:
output: true
tech:
output: true
groups:
output: true
executive:
output: true
exclude:
- README
- Makefile
- server.sh
- junk/
- howto/