Skip to content

Commit

Permalink
Playing around with Marp
Browse files Browse the repository at this point in the history
Trying to get things working similar to how they did in GitPitch.
  • Loading branch information
gep13 committed Oct 9, 2023
1 parent 5012bc1 commit b82352d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"gitpitch",
"gitreleasemanager",
"gitversion",
"marp",
"swetugg",
"zoomit"
]
Expand Down
40 changes: 35 additions & 5 deletions presentation.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,47 @@
---
marp: true
theme: gaia
_class: lead
backgroundColor: #fff
backgroundImage: url('https://marp.app/assets/hero-background.svg')
footer: @gep13
style: |
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css'
---

# Your slide deck
# **Let's Ship This Thing!**

Start writing!

---
<!-- paginate: true -->
<!-- class: lead -->
# Slides

# This is a test
https://gep13.me/ShipItSlides

Let's see how this PR preview thing works...
<i class="fa fa-plus-square fa-2x" aria-hidden="true"></i>

# Code

https://gep13.me/ShipItCode

---
# Agenda
---
* What is Semantic Versioning?
* What branching strategy should I use?
* What is GitVersion?
* Why do I need GitVersion?
* What is GitReleaseManager?
* Putting it all together...

---
![bg left:33%](https://fakeimg.pl/800x600/000/fff/?text=Q)

#### What is
## Semantic Versioning<i class="fa fa-question" aria-hidden="true"></i>

---
![bg left:33%](https://fakeimg.pl/800x600/add8e6/fff/?text=A)

# Another slide
#### <i class="fa fa-quote-left" aria-hidden="true"></i> ...simple set of rules and requirements that dictate how version numbers are assigned and incremented. These rules are based on, but not necessarily limited to, pre-existing widespread common practices in use in both closed and open-source software.

0 comments on commit b82352d

Please sign in to comment.