File tree 4 files changed +46
-18
lines changed
4 files changed +46
-18
lines changed Original file line number Diff line number Diff line change 1
- # Binaries for programs and plugins
2
- * .exe
3
- * .exe~
4
- * .dll
5
- * .so
6
- * .dylib
7
-
8
- # Test binary, built with `go test -c`
9
- * .test
10
-
11
- # Output of the go coverage tool, specifically when used with LiteIDE
12
- * .out
13
-
14
- # Dependency directories (remove the comment below to include it)
15
- # vendor/
16
-
17
- # mac files
18
- .DS_Store
1
+ .sass-cache
2
+ _site
Original file line number Diff line number Diff line change
1
+ slsa.dev
Original file line number Diff line number Diff line change
1
+ title : SLSA
2
+ description : Supply-chain Levels for Software Artifacts
3
+ 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>
4
+ repository : slsa-framework/slsa
5
+ header_pages :
6
+ - walkthrough.md
7
+
8
+ theme : minima
9
+ permalink : :path/:basename
10
+ markdown : CommonMarkGhPages
11
+ commonmark :
12
+ options : ["SMART", "FOOTNOTES"]
13
+ extensions : ["autolink", "strikethrough", "table", "tagfilter"]
14
+ titles_from_headings :
15
+ strip_title : true
16
+ plugins :
17
+ - jekyll-commonmark-ghpages
18
+ # Mandatory GitHub Pages plugins:
19
+ - jekyll-coffeescript
20
+ - jekyll-default-layout
21
+ - jekyll-gist
22
+ - jekyll-github-metadata
23
+ - jekyll-optional-front-matter
24
+ - jekyll-paginate
25
+ - jekyll-readme-index
26
+ - jekyll-titles-from-headings
27
+ - jekyll-relative-links
Original file line number Diff line number Diff line change
1
+ < footer class ="site-footer h-card ">
2
+ < data class ="u-url " href ="{{ "/" | relative_url }}"> </ data >
3
+ < div class ="wrapper ">
4
+ < div class ="footer-col-wrapper ">
5
+ < div class ="footer-col footer-col-1 ">
6
+ < a href ="{{ site.github.repository_url }} "> View on GitHub </ a >
7
+ </ div >
8
+ < div class ="footer-col footer-col-2 ">
9
+ {%- include social.html -%}
10
+ </ div >
11
+ < div class ="footer-col footer-col-3 ">
12
+ {{- site.copyright_html -}}
13
+ </ div >
14
+ </ div >
15
+ </ div >
16
+ </ footer >
You can’t perform that action at this time.
0 commit comments