diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
commit | b13d691d3d73ffb5b46ad2ed2a470a29454a172f (patch) | |
tree | aafd679a3af3556d2a3515a833d46f28dade27df | |
parent | 14de1fdceee38fa3f8a5b33955c135e17e0ffded (diff) | |
download | site-b13d691d3d73ffb5b46ad2ed2a470a29454a172f.tar.gz |
Fix even moar stuff
-rw-r--r-- | _assets/cloud.gif | bin | 42012550 -> 5263938 bytes | |||
-rw-r--r-- | _css/style.css | 5 | ||||
-rw-r--r-- | blog/2020/gsoc/index.md | 2 | ||||
-rw-r--r-- | blog/butter.md | 4 | ||||
-rw-r--r-- | index.md | 3 |
5 files changed, 7 insertions, 7 deletions
diff --git a/_assets/cloud.gif b/_assets/cloud.gif index 3633fbe..0781b4e 100644 --- a/_assets/cloud.gif +++ b/_assets/cloud.gif Binary files differdiff --git a/_css/style.css b/_css/style.css index 457996f..238877d 100644 --- a/_css/style.css +++ b/_css/style.css @@ -92,8 +92,7 @@ body { margin: 0 1rem } } /* General formatting */ -.franklin-content ol, .franklin-content ul { margin: 0 } -.franklin-content li p { margin: 1ex 0 } +.franklin-content ol, .franklin-content ul, .franklin-content li p { margin: 0 } .franklin-content a { color: var(--link-fg); @@ -157,7 +156,7 @@ body { margin: 0 1rem } padding-top: 1ex; } -.franklin-content blockquote p, .note p { display: inline } +.franklin-content blockquote p, .note p { margin: 1ex 0 } .franklin-content blockquote { background: var(--block-bg); diff --git a/blog/2020/gsoc/index.md b/blog/2020/gsoc/index.md index 0288385..823ed98 100644 --- a/blog/2020/gsoc/index.md +++ b/blog/2020/gsoc/index.md @@ -4,7 +4,7 @@ rss = "GSoC 2020 final report" date = Date(2020, 8, 31) tags = ["fun", "gsoc", "pip"] internship = "https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256" -benchmark = "/blog/2020/gsoc/blog20200831/#the_benchmark" +benchmark = "/blog/2020/gsoc/article/7/#the_benchmark" python_gsoc = "https://blogs.python-gsoc.org/en/mcsinyxs-blog" +++ diff --git a/blog/butter.md b/blog/butter.md index 3d5ac6b..b35e6d6 100644 --- a/blog/butter.md +++ b/blog/butter.md @@ -3,14 +3,14 @@ title = "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) -tags = ["btrfs", "fun", "nixos", "backup"] +tags = ["backup", "btrfs", "fun", "nixos"] +++ 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 shortly afterwards. The new one, whilst having a considerably worse build quality (like all other late-2010s ones when compared to mid-2000s models), -had 12.5 times as much storage: a 250 GB M.2 SSD and a 500 GB SATA HDD. +had a dozen times as much storage: a 250 GB M.2 SSD and a 500 GB SATA HDD. My data hoarding habit has grown exponentially ever since. Initially, I used to back up the data from the SSD to the HDD but after a few years, diff --git a/index.md b/index.md index 71b214b..1ac9659 100644 --- a/index.md +++ b/index.md @@ -12,9 +12,10 @@ in the [Fediverse][]: I am generally interested in programming languages, concurrency, reproducibility and decentralization. In meatspace I also like -cooking, dogs (not necessarily mutually exclusive) and urban music. +cooking, dogs[^culture] and urban music. [^pgp]: PGP: [27148B2C06A2224B], also on [OpenPGP] +[^culture]: Not necessarily mutually exclusive [My name is]: https://www.youtube.com/watch?v=LDj8kkVwisY [free software]: https://www.gnu.org/philosophy/free-sw.html |