Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bennett committed Apr 10, 2024
1 parent eed8788 commit 817ae6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## By Joel "Jaykul" Bennett
## PowerShell & DevOps Global Summit 2024

The presentation, along with all my notes, is on [HuddledMasses.org/GitOps-Principles](https://HuddledMasses.org/GitOps-Principles) but the source is in [slides.md](./slides.md).
The presentation, along with all my notes, is on [HuddledMasses.org/GitOps-Principles](https://HuddledMasses.org/GitOps-Principles), and a cache of the slides from the presentation is in the (PresentationFromPSHSummit24.pdf)[https://raw.githubusercontent.com/Jaykul/GitOps-Principles/main/PresentationFromPSHSummit24.pdf]. The source is in [slides.md](https://github.com/Jaykul/GitOps-Principles/blob/main/slides.md), and the custom theme I did is in the [theme](https://raw.githubusercontent.com/Jaykul/GitOps-Principles/main/theme) folder.

If you clone this repo, to start the slide show locally:

Expand Down
8 changes: 4 additions & 4 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mdc: true
theme: ./theme
colorSchema: light
defaults:
leftFooter: /images/cc-by-sa.svg
rightFooter: /images/PSHSummit.png
leftFooter: images/cc-by-sa.svg
rightFooter: images/PSHSummit.png
layout: default
layout: cover
background: images/E2984F049253590FFACD39F2C701E67920AB36C97BEF97AFD491B673980B991A.jpg
Expand Down Expand Up @@ -295,7 +295,7 @@ As you can see, GitOps does not focus on collaboration, nor on people or organiz
---
layout: image-right
rightHeader: What is GitOps?
image: /images/turtles-all-the-way-down.jpg
image: images/turtles-all-the-way-down.jpg
bleed: true
routeAlias: Declarative, Versioned and Immutable
title: Declarative, Versioned and Immutable
Expand Down Expand Up @@ -347,7 +347,7 @@ The requirement here is that you have versions of your desired state that are im
---
layout: image-right
rightHeader: What is GitOps?
image: /images/robotic-agents.jpg
image: images/robotic-agents.jpg
bleed: true
routeAlias: Software Agents
title: Software Agents
Expand Down

0 comments on commit 817ae6f

Please sign in to comment.