-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathconfig.toml
More file actions
154 lines (126 loc) · 3.27 KB
/
config.toml
File metadata and controls
154 lines (126 loc) · 3.27 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
title = "Open Container Initiative"
baseURL = "https://opencontainers.org"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "Cloud Native Computing Foundation"
enableGitInfo = true
summaryLength = 15
[markup.highlight]
style = "paraiso-dark"
[params]
font_awesome_version = "5.12.0"
description = "The **Open Container Initiative** is an open governance structure for the express purpose of creating open industry standards around container formats and runtimes."
herodescription = "Established in June 2015 by Docker and other leaders in the container industry, the OCI currently contains three specifications: the Runtime Specification (runtime-spec), the Image Specification (image-spec) and the Distribution Specification (distribution-spec). The Runtime Specification outlines how to run a “filesystem bundle” that is unpacked on disk. At a high-level an OCI implementation would download an OCI Image then unpack that image into an OCI Runtime filesystem bundle. At this point the OCI Runtime Bundle would be run by an OCI Runtime."
favicon = "favicon.png"
repositoryUrl = "https://github.com/opencontainers/opencontainers.org"
contentDir = "/content/"
[params.logos]
navbar = "cncf-color.png"
[permalinks]
blog = "/blog/:year/:01/:02/:title/"
[[params.colors.extra]]
name = "twitter-blue"
hex = "#00aced"
[[params.social]]
name = "Twitter"
color = "twitter-blue"
url = "https://twitter.com/oci_org"
icon = "fab fa-twitter"
[[params.fonts]]
name = "Fira Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[params.fonts]]
name = "Fire Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
type = "heading_font"
[[menu.main]]
name = "About"
identifier ="about"
url = "#"
weight = 10
[[menu.main]]
name = "About the OCI"
parent = "about"
url = "/about/overview"
weight = 20
[[menu.main]]
name = "Governance"
parent = "about"
url = "https://github.com/opencontainers/tob/blob/master/CHARTER.md"
post = "external"
weight = 30
[[menu.main]]
name = "Code of conduct"
parent = "about"
url = "https://github.com/opencontainers/.github/blob/master/CODE_OF_CONDUCT.md"
post = "external"
weight = 40
[[menu.main]]
name = "Leadership"
parent = "about"
url = "/about/tob"
weight = 50
[[menu.main]]
name = "Security disclosure"
parent = "about"
url = "/about/security-disclosure"
weight = 70
[[menu.main]]
name = "Community"
identifier ="community"
url = "#"
weight = 20
[[menu.main]]
name = "Overview"
parent ="community"
url = "/community/overview"
weight = 10
[[menu.main]]
name = "Certification program"
parent = "community"
url = "/community/certified"
weight = 20
[[menu.main]]
name = "Join"
identifier ="join"
url = "/join"
weight = 30
[[menu.main]]
name = "Blog"
identifier ="blog"
url = "/posts/blog"
weight = 40
[[menu.main]]
name = "News"
identifier ="news"
url = "#"
weight = 50
[[menu.main]]
name = "Announcements"
parent ="news"
url = "/posts/announcements/"
weight = 10
[[menu.main]]
name = "In the news"
parent ="news"
url = "/posts/news/"
weight = 20
[[menu.main]]
name = "FAQ"
identifier ="faq"
url = "/faq"
weight = 60
[[menu.main]]
name = "Release notices"
identifier ="release-notices"
url = "/release-notices"
weight = 80
[[menu.main]]
name = "Contact us"
identifier ="contact"
url = "/contact"
weight = 90