-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
53 lines (53 loc) · 993 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
52
53
markdown: kramdown
permalink: none
title: Open Integrity
tagline: Measuring security and privacy in software.
description: Measuring the adoption of digital security and privacy best practices
url: 'http://openintegrity.github.io'
baseurl: ''
author:
name: Jun Matsushita
url: 'https://twitter.com/iilab'
defaults:
- scope:
path: ''
values:
layout: default
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..3
enable_coderay: false
redcarpet:
extensions:
- tables
- autolink
- strikethrough
- space_after_headers
- with_toc_data
- fenced_code_blocks
- lax_spacing
- smart
code:
current_branch: master
base: 'https://code.iilab.org/openintegrity/'
repo: 'www'
gems:
- jekyll-sitemap
- jekyll-gist
username: USER
owner: ORG
repo: REPO
safe: false
lsi: false
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- '*.Rmd'
- vendor
- .travis.yml