forked from slsa-framework/slsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
28 lines (27 loc) · 848 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
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
header_pages:
- requirements.md
- walkthrough.md
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
# 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