commit f77d2272b5751641789c51e66614bae7e5749d88
parent c5fa916f8009d00a46fa1881c154687df15bef89
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Tue, 18 Mar 2025 14:58:27 +0100
style: reformat code blocks
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/code/index.md b/code/index.md
@@ -7,7 +7,9 @@ self-hosted.
Flake
-----
- git clone git://francescosaccone.com/flake
+```sh
+git clone git://francescosaccone.com/flake
+```
> This repository is my personal and opinionated Nix flake[^1], which I use on
every machine I own. It contains NixOS configurations for various devices,
@@ -20,7 +22,9 @@ maintained project in my portfolio.
Site
----
- git clone git://francescosaccone.com/site
+```sh
+git clone git://francescosaccone.com/site
+```
> This repository contains the contents of this website, written in Markdown,
and provides shell scripts to compile the pages into various markup languages,
diff --git a/index.md b/index.md
@@ -21,6 +21,6 @@ send me cryptocurrency by using any of the following addresses:

-```
+```plaintext
47y5LAtYdpZ4GAE7CMx1soEHjUKzpVQFYM5Pv836FcsZd6k3TFcdvHMAHDpwZgnx4DdG2zkZkSewLgguU23FYJP7HacSVcx
```