From 9041aafcfd02619e04d3294141cef151a2d3b676 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 6 Jul 2023 16:50:40 -0500 Subject: [PATCH] fixed asciidoc admonitions. --- archetypes/default.adoc | 12 ++++++++++++ content/about.adoc | 2 +- content/posts/archInstall.adoc | 9 +++++++-- content/posts/capsToCtrl.adoc | 5 +++++ hugo.toml | 18 +++++++++--------- 5 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 archetypes/default.adoc diff --git a/archetypes/default.adoc b/archetypes/default.adoc new file mode 100644 index 0000000..997f6a1 --- /dev/null +++ b/archetypes/default.adoc @@ -0,0 +1,12 @@ ++++ +title = "{{ replace .Name "-" " " | title }}" +date = {{ .Date }} +draft = true ++++ +:caution-caption: pass:[] +:important-caption: pass:[] +:note-caption: pass:[✏️] +:tip-caption: pass:[💡] +:warning-caption: pass:[] +:toc: +:toclevels: 6 diff --git a/content/about.adoc b/content/about.adoc index c8a382f..0561893 100644 --- a/content/about.adoc +++ b/content/about.adoc @@ -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. diff --git a/content/posts/archInstall.adoc b/content/posts/archInstall.adoc index 628f841..6e3385d 100644 --- a/content/posts/archInstall.adoc +++ b/content/posts/archInstall.adoc @@ -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:[] +:important-caption: pass:[] +:note-caption: pass:[✏️] +:tip-caption: pass:[💡] +:warning-caption: pass:[] :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. diff --git a/content/posts/capsToCtrl.adoc b/content/posts/capsToCtrl.adoc index fff89ad..6f70432 100644 --- a/content/posts/capsToCtrl.adoc +++ b/content/posts/capsToCtrl.adoc @@ -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:[] +:important-caption: pass:[] +:note-caption: pass:[✏️] +:tip-caption: pass:[💡] +:warning-caption: pass:[] :toc: :toclevels: 4 diff --git a/hugo.toml b/hugo.toml index 63e9b71..e14403b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,8 +5,8 @@ enableRobotsTXT = true [params] env = 'production' -title = 'ExampleSite' -description = "ExampleSite description" +title = 'Mildly interesting' +description = "Mildly interesting Things ive Done" author = 'Gabe Venberg' DateFormat = "2006-1-2" defaultTheme = 'dark' @@ -33,7 +33,7 @@ mainSections = ['posts', 'docs'] disableHLJS = true [params.homeInfoParams] -Title = "Gabe Venberg" +Title = "Mildly Interesting" Content = """ Mildly interesting things Ive done. """ @@ -58,23 +58,23 @@ weight = 1 [[menu.main]] name = "Resume" url = "resume" -weight = 1 +weight = 2 [[menu.main]] name = "Archive" url = "archives" -weight = 2 +weight = 3 [[menu.main]] name = "Search" url = "search" -weight = 3 +weight = 4 [params.profileMode] enabled = false -title = "Gabe Venberg" +title = "Mildly Interesting" imageUrl = "#" -imageTitle = "Gabe Venberg" +imageTitle = "TODO" [[params.profileMode.buttons]] name = "About" @@ -114,7 +114,7 @@ startLevel = 2 [security] -enableInlineShortcodes = false +enableInlineShortcodes = true [security.exec] allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]