forked from slsa-framework/slsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (55 loc) · 1.37 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
title: SLSA
description: Supply-chain Levels for Software Artifacts
copyright_html: Copyright 2021 The Linux Foundation<br>under the terms of the <a href="https://github.com/slsa-framework/slsa/blob/main/LICENSE">Apache License 2.0</a>
repository: slsa-framework/slsa
collections:
spec:
layout: specifications
output: true
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- vendor/
goatcounter:
endpoint: https://slsa.goatcounter.com/count
theme: minima
permalink: :path/:basename
markdown: CommonMarkGhPages
commonmark:
options: ["SMART", "FOOTNOTES"]
extensions: ["autolink", "strikethrough", "table", "tagfilter"]
titles_from_headings:
strip_title: true
plugins:
- jekyll-commonmark-ghpages
- jekyll-sitemap
- jekyll-seo-tag
# Mandatory GitHub Pages plugins:
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
# WARNING: Remember to update _data/nav.yml as well.
spec_versions: ['v0.1']
current_spec_version: "v0.1"
provenance_versions: ['v0.1', "v0.2"]
current_provenance_version: "v0.2"
relative_links:
collections: true
defaults:
- scope:
path: "assets/images"
values:
image: true
- scope:
path: "_spec"
values:
folder: true