You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: What Is SCITT
4
4
permalink: /index
5
5
nav_order: 0
6
6
---
7
-
7
+
8
8
# What Is SCITT
9
9
10
10
The **S**upply **C**hain **I**ntegrity, **T**ransparency and **T**rust (SCITT) initiative is a set of proposed [IETF internet standards]({{ site.ietf-scitt }}){:target="_blank"} for managing the compliance of goods and services across end-to-end supply chains.
@@ -41,4 +41,4 @@ A SCITT instance will persist verifiable claims to its ledger. Any optional evid
41
41
42
42
While a SCITT instance should provide a default storage, there's no limit on what storage services are used. For package managers that support breadths of content types, the evidence may be stored alongside the artifact by which the claim is being made. For package managers that limit the content types to the specific package type, a SCITT instance should provide default storage persistence.
43
43
44
-
For more info, see: [Supply Chains]({% link supply-chain.md %})
44
+
For more info, see: [Supply Chains]({% link supply-chain.md %})
description: >- # this means to ignore newlines until "baseurl:"
19
19
The Supply Chain Integrity, Transparency and Trust (SCITT) initiative is a set of proposed industry standards for managing the compliance of goods and services across end-to-end supply chains.
20
+
# baseurl: "/scitt-web" # use this line for local rendering and forked rendering. Revert to below before committing to the upstream project
20
21
baseurl: "/"# the subpath of your site, e.g. /blog
21
22
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
Copy file name to clipboardexpand all lines: site-development.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
These pages are currently built with [jekyll](https://jekyllrb.com/).
4
4
5
-
Following the great [video from Bill Raymond](https://www.youtube.com/watch?v=owHfKAbJ6_M), you can build, test, iterate locally, without having to install or manage the jekyll dependencies.
5
+
Following the great [video from Bill Raymond](https://youtu.be/zijOXpZzdvs?t=372), you can build, test, iterate locally, without having to install or manage the jekyll dependencies.
6
6
7
7
For detailed steps: [BillRaymond/my-jekyll-docker-website](https://github.com/BillRaymond/my-jekyll-docker-website)
8
8
@@ -15,15 +15,15 @@ For detailed steps: [BillRaymond/my-jekyll-docker-website](https://github.com/Bi
15
15
16
16
## Incremental Building
17
17
18
-
Once you've built the container, and initiated the local jekyll builid process, the following steps are what you need to start a session.
18
+
Once you've built the container, and initiated the local jekyll build process, the following steps are what you need to start a session.
19
19
20
20
1. In Visual Studio Code, open the terminal window and type:
21
21
```bash
22
22
bundle exec jekyll serve --livereload
23
23
```
24
24
25
25
## Closing the container
26
-
It is a good practice to close the container when you are done coding as it will free up memomry and resources on your base operating system. You can do that directly inside Visual Studio Code.
26
+
It is a good practice to close the container when you are done coding as it will free up memory and resources on your base operating system. You can do that directly inside Visual Studio Code.
27
27
1. To close and exit the container, in Visual Studio Code, close it by typing `COMMAND+SHIFT+P`, thentype`Close remote connection`, and press `return`
0 commit comments