Skip to content

Commit 1dd5ae0

Browse files
authored
Talk: GitHub Safe-Settings: Policy as Code (#77)
1 parent 7934c2d commit 1dd5ae0

File tree

12 files changed

+651
-26
lines changed

12 files changed

+651
-26
lines changed

.typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[type.qmd]
2+
extend-glob = [
3+
"*.qmd",
4+
]
5+
extend-words.promis = "promis"

_includes/qr-code.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {data-menu-title="QR Code"}
22

3-
:::{layout="[22,78]"}
3+
::: {layout="[22,78]"}
44

55
Scan to view the slides
66

ci-cd-faster-easier-development/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ title: "CI/CD: Faster, Easier Development"
3535

3636
## DevOps {data-menu-title="DevOps (i)"}
3737

38-
:::{layout-ncol=2}
38+
::: {layout-ncol=2}
3939

4040
I previously gave talk on a general overview of DevOps
4141
<https://paddyroddy.github.io/talks/devops-an-introduction>
@@ -192,7 +192,7 @@ jobs:
192192

193193
## {data-menu-title="Mentimeter"}
194194

195-
:::{layout="[22,78]"}
195+
::: {layout="[22,78]"}
196196

197197
<https://www.menti.com>: `5135 9261`
198198

devops-an-introduction/index.qmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ flowchart TB;
9292

9393
## Discover
9494

95-
:::{layout="[70,30]"}
95+
::: {layout="[70,30]"}
9696

9797
::: {#first-column}
9898

@@ -116,7 +116,7 @@ flowchart TB;
116116

117117
## Plan
118118

119-
:::{layout="[70,30]"}
119+
::: {layout="[70,30]"}
120120

121121
::: {#first-column}
122122

@@ -140,7 +140,7 @@ flowchart TB;
140140

141141
## Build
142142

143-
:::{layout="[70,30]"}
143+
::: {layout="[70,30]"}
144144

145145
::: {#first-column}
146146

@@ -165,7 +165,7 @@ flowchart TB;
165165

166166
## Test
167167

168-
:::{layout="[70,30]"}
168+
::: {layout="[70,30]"}
169169

170170
::: {#first-column}
171171

@@ -191,7 +191,7 @@ flowchart TB;
191191

192192
## Deploy
193193

194-
:::{layout="[70,30]"}
194+
::: {layout="[70,30]"}
195195

196196
::: {#first-column}
197197

@@ -217,7 +217,7 @@ flowchart TB;
217217

218218
## Operate
219219

220-
:::{layout="[70,30]"}
220+
::: {layout="[70,30]"}
221221

222222
::: {#first-column}
223223

@@ -240,7 +240,7 @@ flowchart TB;
240240

241241
## Observe
242242

243-
:::{layout="[70,30]"}
243+
::: {layout="[70,30]"}
244244

245245
::: {#first-column}
246246

@@ -264,7 +264,7 @@ flowchart TB;
264264

265265
## Continuous Feedback
266266

267-
:::{layout="[70,30]"}
267+
::: {layout="[70,30]"}
268268

269269
::: {#first-column}
270270

184 KB
Loading
20.4 KB
Loading
139 KB
Loading

0 commit comments

Comments
 (0)