diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-15 17:25:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-15 17:25:56 +0700 |
commit | f3074f4e4e88e0f27ac115535479382460cdfb82 (patch) | |
tree | 2a890e7d6d47fabe4157494a54df4d11639dd0b5 | |
parent | 789398fabdae29116cca5e9da42b34dbb6d81705 (diff) | |
download | site-f3074f4e4e88e0f27ac115535479382460cdfb82.tar.gz |
Nit pick wordings and format
-rw-r--r-- | Project.toml | 2 | ||||
-rw-r--r-- | _css/style.css | 8 | ||||
-rw-r--r-- | blog/butter.md | 7 | ||||
-rw-r--r-- | blog/conseq.md | 2 | ||||
-rw-r--r-- | index.md | 2 |
5 files changed, 11 insertions, 10 deletions
diff --git a/Project.toml b/Project.toml index 60f7413..5babed9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -authors = [ "Nguyễn Gia Phong <mcsinyx@disroot.org>" ] +authors = ["Nguyễn Gia Phong <mcsinyx@disroot.org>"] [deps] Franklin = "713c75ef-9fc9-4b05-94a9-213340da978e" diff --git a/_css/style.css b/_css/style.css index a6fc446..b2d724b 100644 --- a/_css/style.css +++ b/_css/style.css @@ -40,8 +40,8 @@ html { box-sizing: border-box; color: var(--text-fg); margin: auto; - max-width: 36rem; - padding: 1rem; + max-width: 72ch; + padding: 1ch; scrollbar-color: var(--fade-fg) var(--block-bg); } @@ -115,14 +115,14 @@ html { border-left: 0.25rem solid var(--fade-fg); font-style: italic; margin: 0; - padding: 0.6rem 0.6rem; + padding: 1ch 1ch; } .franklin-content blockquote p { display: inline } /* General formatting */ /* Spacing between bullet points. */ -.franklin-content li p { margin: 0.6em 0 } +.franklin-content li p { margin: 1ch 0 } .franklin-content a { color: var(--link-fg); diff --git a/blog/butter.md b/blog/butter.md index 40c188c..ac25e32 100644 --- a/blog/butter.md +++ b/blog/butter.md @@ -1,10 +1,11 @@ +++ -rss = "Reinstalling and backing up NixOS on Btrfs+tmpfs" +rss = "How I reinstalled NixOS on Btrfs with an amnesiac root + and backed up my data" date = Date(2021, 11, 14) +++ @def tags = ["fun", "nixos", "btrfs", "tmpfs", "backup", "luks"] -# Reinstalling and backing up NixOS on Btrfs+tmpfs +# NixOS on Btrfs+tmpfs In 2018, dad bought me a new laptop to replace the good ole Compaq nx7010 whose screen unfortunately got infected by some sort of microbe and dieded @@ -28,7 +29,7 @@ for months so it was time to let it go: ![Elsa rolling on the floor crying](/assets/let-it-go.png) -In addition, I wanted to jump on the new and shinny[^new] train of Btrfs. +In addition, I wanted to hop on the new and shinny[^new] train of Btrfs. It has compression, snapshots and subvolumes, what's not to love? Let's replace something I'd been using for nearly a decade with a file system I had absolutely zero experience with, what could possibly go wrong, right? diff --git a/blog/conseq.md b/blog/conseq.md index 27dada3..1891522 100644 --- a/blog/conseq.md +++ b/blog/conseq.md @@ -251,7 +251,7 @@ def power_series(c, start=0, a=0): ``` We can use this to compute functions that can be written as -[Taylor series]: +[Taylor series][]: ```python from math import factorial diff --git a/index.md b/index.md index a7e367f..71b214b 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ Hi! [My name is] Nguyễn Gia Phong and I'm a Vietnamese [free software] enthusiast. You can find me under my Internet alias McSinyx (or CnX for short) -in the [Fediverse]: +in the [Fediverse][]: * Pleroma: [cnx@nixnet.social] * PeerTube: [cnx@video.hardlimit.com] |