From 987327e479fa4de493d75ca9480b52660446d2cc Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 14 Jun 2020 20:54:59 -0400 Subject: [PATCH] Formatting fixes --- _posts/2020-06-14-setting-up-btrfs.md | 11 ++++++----- src/styles/corrupt_layout.css | 6 ++++++ src/styles/corrupt_typog.css | 6 +++++- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/_posts/2020-06-14-setting-up-btrfs.md b/_posts/2020-06-14-setting-up-btrfs.md index 498b582..d1f364f 100644 --- a/_posts/2020-06-14-setting-up-btrfs.md +++ b/_posts/2020-06-14-setting-up-btrfs.md @@ -197,7 +197,7 @@ What each snapshot will capture are any changes that have been made to the data. ## Creating Backups from Snapshots The final phase of my BTRFS journey is to establish backups. One thing that must -be emphasized: *SNAPSHOTS ARE NOT BACKUPS*. They can be used to make backups, +be emphasized: **SNAPSHOTS ARE NOT BACKUPS**. They can be used to make backups, though. The way I'm doing that currently is with a program called snap-sync. snap-sync will iterate through each Snapper config, and send a snapshot from each to a remote BTRFS-formatted source. In my case, the remote source is an @@ -224,7 +224,8 @@ Syncthing, which will be an upcoming topic of discussion. Some next steps: ### Sources -- [btrfs on the Arch Wiki](https://wiki.archlinux.org/index.php/Btrfs) -- [Snapper on the Arch Wiki](https://wiki.archlinux.org/index.php/Snapper) -- [snap-sync](https://github.com/wesbarnett/snap-sync) -- [The BTRFS Wiki](https://btrfs.wiki.kernel.org/index.php/Main_Page) +|----| +|[btrfs on the Arch Wiki](https://wiki.archlinux.org/index.php/Btrfs)| +|[Snapper on the Arch Wiki](https://wiki.archlinux.org/index.php/Snapper)| +|[snap-sync](https://github.com/wesbarnett/snap-sync)| +|[The BTRFS Wiki](https://btrfs.wiki.kernel.org/index.php/Main_Page)| diff --git a/src/styles/corrupt_layout.css b/src/styles/corrupt_layout.css index eb61194..c611685 100644 --- a/src/styles/corrupt_layout.css +++ b/src/styles/corrupt_layout.css @@ -87,6 +87,12 @@ main ul { padding: 0em 4em; } +h3 + table { + width: 100%; + padding: 0em 1em; + text-align: right; +} + @supports (display: grid) { .cor_page { diff --git a/src/styles/corrupt_typog.css b/src/styles/corrupt_typog.css index 2f98308..df6851f 100644 --- a/src/styles/corrupt_typog.css +++ b/src/styles/corrupt_typog.css @@ -98,6 +98,10 @@ article p { padding: 0em 2em; } +/* Inline code formatting */ article p code { - font: 1.0em monospace; + font: 1.05em monospace; + color: #ededed; + background-color: #2B2B2B; + padding: 0em 0.25em; }