mirror of
https://codeberg.org/martials/homelab-presentasjon.git
synced 2025-04-21 03:11:29 +00:00
✨ Lagt inn bilder, endret litt på min slide og noen andre slides. Endret title
This commit is contained in:
parent
aff07181ad
commit
5f868f3a7d
BIN
assets/homelab-martin-full.jpg
Normal file
BIN
assets/homelab-martin-full.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
BIN
assets/homelab-martin.jpg
Normal file
BIN
assets/homelab-martin.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/overview-martin.png
Normal file
BIN
assets/overview-martin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
BIN
assets/pi4.jpg
Normal file
BIN
assets/pi4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 996 KiB |
81
slides.md
81
slides.md
@ -5,19 +5,17 @@ theme: seriph
|
||||
# like them? see https://unsplash.com/collections/94734566/slidev
|
||||
background: https://cover.sli.dev
|
||||
# some information about your slides (markdown enabled)
|
||||
title: Welcome to Slidev
|
||||
title: Homelab presentasjon
|
||||
info: |
|
||||
## Slidev Starter Template
|
||||
Presentation slides for developers.
|
||||
|
||||
Learn more at [Sli.dev](https://sli.dev)
|
||||
## Homelab presentasjon
|
||||
Av Martin og Sindre
|
||||
# apply unocss classes to the current slide
|
||||
class: text-center
|
||||
# https://sli.dev/features/drawing
|
||||
drawings:
|
||||
persist: false
|
||||
# slide transition: https://sli.dev/guide/animations.html#slide-transitions
|
||||
transition: slide-left
|
||||
transition: slide-up
|
||||
# enable MDC Syntax: https://sli.dev/features/mdc
|
||||
mdc: true
|
||||
---
|
||||
@ -27,14 +25,11 @@ mdc: true
|
||||
\- Martin og Sindre
|
||||
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1" hover:bg="white op-10">
|
||||
Press Space for next page <carbon:arrow-right />
|
||||
<carbon:arrow-down />
|
||||
</div>
|
||||
|
||||
<div class="abs-br m-6 text-xl">
|
||||
<button @click="$slidev.nav.openInEditor" title="Open in Editor" class="slidev-icon-btn">
|
||||
<carbon:edit />
|
||||
</button>
|
||||
<a href="https://github.com/slidevjs/slidev" target="_blank" class="slidev-icon-btn">
|
||||
<a href="https://codeberg.org/martials/homelab-presentasjon" target="_blank" class="slidev-icon-btn">
|
||||
<carbon:logo-github />
|
||||
</a>
|
||||
</div>
|
||||
@ -45,11 +40,16 @@ The last comment block of each slide will be treated as slide notes. It will be
|
||||
|
||||
---
|
||||
transition: slide-up
|
||||
|
||||
layout: image-right
|
||||
|
||||
image: ./assets/homelab-martin-full.jpg
|
||||
---
|
||||
|
||||
# Hva?
|
||||
# Kort fortalt
|
||||
|
||||
- 🧑💻 **Developer Friendly** - En server som man setter opp hjemme
|
||||
- 🏠 En server man konfigurerer selv
|
||||
- 🧑💻 Kan brukes for personlige tjenester og data
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
@ -112,21 +112,28 @@ h1 {
|
||||
|
||||
---
|
||||
transition: slide-up
|
||||
|
||||
layout: image-right
|
||||
|
||||
image: ./assets/overview-martin.png
|
||||
---
|
||||
|
||||
# Martins oppsett
|
||||
|
||||
- 🧑💻 **Ubuntu Server**
|
||||
- 🧑💻 **Caddy**
|
||||
- 🧑💻 **Nextcloud**
|
||||
- 🧑💻 **Cloudflare**
|
||||
- 🧑💻 **Docker**
|
||||
- 🧑💻 **Tailscale**
|
||||
- 🧑💻 **Kitchenowl**
|
||||
- 🧑💻 **Uptime Kuma**
|
||||
- 🧑💻 **Gitea**
|
||||
- 🧑💻 **Ente auth**
|
||||
- 🧑💻 **Actual budget**
|
||||
## Servere
|
||||
- **Homelab med Ubuntu**
|
||||
- **RPI4 med NixOS**
|
||||
|
||||
## Software
|
||||
- **Caddy**
|
||||
- **Nextcloud**
|
||||
- **Cloudflare**
|
||||
- **Docker**
|
||||
- **Tailscale med Headscale**
|
||||
- **Kitchenowl**
|
||||
- **Gitea**
|
||||
- **Actual budget**
|
||||
- Med mer
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
@ -161,6 +168,25 @@ h1 {
|
||||
|
||||
---
|
||||
transition: slide-up
|
||||
|
||||
layout: cover
|
||||
---
|
||||
|
||||
# Spørsmål?
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
background-color: #2B90B6;
|
||||
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
|
||||
background-size: 100%;
|
||||
-webkit-background-clip: text;
|
||||
-moz-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
-moz-text-fill-color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# What is Slidev?
|
||||
@ -179,11 +205,6 @@ Slidev is a slides maker and presenter designed for developers, consist of the f
|
||||
|
||||
Read more about [Why Slidev?](https://sli.dev/guide/why)
|
||||
|
||||
<!--
|
||||
You can have `style` tag in markdown to override the style for the current page.
|
||||
Learn more: https://sli.dev/features/slide-scope-style
|
||||
-->
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
background-color: #2B90B6;
|
||||
@ -197,6 +218,8 @@ h1 {
|
||||
</style>
|
||||
|
||||
<!--
|
||||
TODO Remove this and below.
|
||||
|
||||
Here is another comment.
|
||||
-->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user