From b1d13608c395444ca540b26f5c2051403632b183 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Thu, 8 May 2025 23:10:56 +0200 Subject: [PATCH] Dichiarato stile bglug. --- Makefile | 2 +- slides.md | 27 +++------------------------ style/bglug.css | 28 ++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 style/bglug.css diff --git a/Makefile b/Makefile index bd66e11..38484f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMON_OPTS := -PDF_OPTS := --pdf --allow-local-files +PDF_OPTS := --pdf HTML_OPTS := default: slides.html diff --git a/slides.md b/slides.md index f651f9a..a8c458b 100644 --- a/slides.md +++ b/slides.md @@ -1,36 +1,15 @@ --- marp: true -theme: kant +theme: bglug author: Emiliano Vavassori title: "Proxmox Virtual Environment" description: Dalle *enterprise* a casa tua -style: | - - @import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'; - - section em { - color: inherit; - background-color: transparent; - font-weight: normal; - font-style: italic; - } - - section a { - color: var(--bold-color); - text-decoration: underline; - } - - div.columns { - display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); - gap: 1rem; - } --- # Proxmox Virtual Environment -## Dalle _enterprise_ a casa tua +## Dalle *enterprise* a casa tua ### Emiliano Vavassori @@ -39,7 +18,7 @@ style: | #### Linux Day 2025 Spring Edition #### Creative LAB, Lunetta (MN) — 10 maggio 2025 -###### ![height:2cm BgLUG](images/bglug.svg) BgLUG - Bergamo Linux Users Group +###### [![height:2cm BgLUG](images/bglug.svg)](https://bglug.it) --- diff --git a/style/bglug.css b/style/bglug.css new file mode 100644 index 0000000..dee7266 --- /dev/null +++ b/style/bglug.css @@ -0,0 +1,28 @@ +/* @theme bglug */ +@import "kant"; + +@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'; + +h6 img { + vertical-align: middle; +} + +section em { + color: inherit; + background-color: transparent; + font-kerning: none; + font-weight: initial; + font-style: italic; + padding: 0px; +} + +section a { + color: var(--bold-color); + text-decoration: underline; +} + +div.columns { + display: grid; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 1rem; +}