-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
41 lines (37 loc) · 1.14 KB
/
_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
title: GA4GH Data Security
description: AAI
# set to /local for local builds.. will be overridden in Github Action builds
baseurl: "/local"
url: "" # the base hostname & protocol for your site, e.g. http://example.com
destination: ./build
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-spaceship
kramdown:
auto_ids: true
# Limit the header pages to those we want top at top level, this also controls ordering
header_pages:
- AAI/AAIConnectProfile.md
- AAI/ga4gh_passport_v1.md
- AAI/ga4gh_custom_visas.md
- AAI/FAQ.md
- AAI/VERSIONS.md
# Due to the way we publish to github pages - it is useful that Jekyll keeps any .git in the destination around
keep_files: [.git]
# Because we are using a github repo structure that existed pre-Jekyll - we explicitly add
# files to make sure only those we want go into the resulting site, and exclude other random build artifacts
# Normally we would move everything down into a Jekyll folder and build it all
exclude:
- .idea/
- .github/
- jekyll-builder-local/
- Makefile
- uml/
- DSIP/
- README.md
- S*.png
- S*.jpg
- AAI/AccessProductBackground.md
- AAI/MAINTAINER.md