Dichiarato stile bglug.
This commit is contained in:
parent
6087a83b6f
commit
b1d13608c3
3 changed files with 32 additions and 25 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
COMMON_OPTS :=
|
||||
PDF_OPTS := --pdf --allow-local-files
|
||||
PDF_OPTS := --pdf
|
||||
HTML_OPTS :=
|
||||
|
||||
default: slides.html
|
||||
|
|
27
slides.md
27
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;
|
||||
}
|
||||
---
|
||||
|
||||
<!-- _class: titlepage -->
|
||||
|
||||
# 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
|
||||
|
||||
######  BgLUG - Bergamo Linux Users Group
|
||||
###### [](https://bglug.it)
|
||||
|
||||
---
|
||||
<!-- paginate: true -->
|
||||
|
|
28
style/bglug.css
Normal file
28
style/bglug.css
Normal file
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue