-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (55 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: "Biocontainers and Research Software MPI"
author: "A dinosaur <[email protected]>"
title: Biocontainers and Research Software MPI
description: Biocontainers and Research Software MPI
# Change this to your baseurl
baseurl: "/research-software-mpi"
url: ""
# Change this to the color you want the sidebar to highlight to
# it defaults to a bright green to match contributor-ci
sidebar_highlight_color: "darkslateblue"
# Twitter username (used by jekyll-seo-tag)
# Change this to your username
twitter:
username: vsoch
# GitHub Metadata -- https://github.com/jekyll/github-metadata
repository: rseng/research-software-mpi
plugins:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
# relative path to data directory to use (defaults to latest)
# CANNOT start with undercore or jekyll with ignore
cci_data: cci/data/latest
project:
name: Contributor CI
owner: "@vsoch"
repo: https://github.com/vsoch/contributor-ci
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/news/:year/:month/:day/:title/"
collections:
graphs:
output: true
permalink: "/:collection/:path/"
title: Graphs
tab-order: 1
highlighter: rouge
kramdown:
auto_ids: true
footnote_backlink: "⮌"
permalink: pretty
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- Makefile
- build
- env