fixed asciidoc admonitions.

This commit is contained in:
Gabe Venberg 2023-07-06 16:50:40 -05:00
parent 52e49beff6
commit 9041aafcfd
5 changed files with 34 additions and 12 deletions

View file

@ -8,7 +8,7 @@ showToc = false
Im Gabe Venberg.
Professionally, Im a newly minted computer scientist, with interest in embedded software, OS development (and anything backend, really), and strongly typed languages 🦀.
Professionally, Im a newly minted computer scientist, with interest in embedded software, OS development (and anything backend, really), and strongly typed languages (🦀).
_Unprofessionally_, Im a general nerd, ever tinkering on my 3d printer, learning basic electrical engineering, managing my self-hosted cloud, and reading *_way_* too many sci-fi books.

View file

@ -3,8 +3,13 @@ title = "Archlinux install with btrfs, systemd-boot, and full-disk encryption"
date = 2021-04-11T19:19:51-05:00
draft = false
+++
:caution-caption: pass:[<span style="font-size: 2em">☠</span>]
:important-caption: pass:[<span style="font-size: 2em">❗</span>]
:note-caption: pass:[<span style="font-size: 2em">✏️</span>]
:tip-caption: pass:[<span style="font-size: 2em">💡</span>]
:warning-caption: pass:[<span style="font-size: 2em">⚠</span>]
:toc:
:toclevels: 4
:toclevels: 6
== Installing btrfs, systemd-boot, and LUKS with suspend to disk on encrypted swap partition.
@ -48,7 +53,7 @@ Anyway, start by booting up the arch ISO...
Sometimes, you dont want to be switching from the computer you are installing linux on and the computer with the documentation and a search engine on it,
and Ive found the best way to avoid that is to set up a simple ssh session from the arch ISO to the computer with the documentation on it.
[IMPORTANT]
[WARNING]
====
On a normal, already installed machine, *NEVER* use just a password for SSH. *ESPECIALLY* if it is internet-facing or connected to a public network.
We are only doing this because we are (hopefully) on a personal network, and the password-based SSH session only exists on the Arch ISO, so as soon as you boot into your fresh system, the SSH session will be gone.

View file

@ -3,6 +3,11 @@ title = "Mapping caps lock to ctrl in the TTY"
date = 2021-05-23T04:59:28-05:00
draft = false
+++
:caution-caption: pass:[<span style="font-size: 2em">☠</span>]
:important-caption: pass:[<span style="font-size: 2em">❗</span>]
:note-caption: pass:[<span style="font-size: 2em">✏️</span>]
:tip-caption: pass:[<span style="font-size: 2em">💡</span>]
:warning-caption: pass:[<span style="font-size: 2em">⚠</span>]
:toc:
:toclevels: 4