diff options
-rw-r--r-- | posts/color_conundrum.md | 4 | ||||
-rw-r--r-- | posts/my_setup.md | 2 | ||||
-rw-r--r-- | posts/static_sites_with_bash.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/posts/color_conundrum.md b/posts/color_conundrum.md index 6d8cf9a..80a13cd 100644 --- a/posts/color_conundrum.md +++ b/posts/color_conundrum.md | |||
@@ -1,6 +1,6 @@ | |||
1 | This piece aims to highlight (pun intended) some of the | 1 | This piece aims to highlight (pun intended) some of the |
2 | reasons behind my [color | 2 | reasons behind my [color |
3 | free](https://files.nerdypepper.tech/bF.png) editor setup. | 3 | free](https://u.peppe.rs/bF.png) editor setup. |
4 | 4 | ||
5 | Imagine highlighting an entire book because *all* of it is | 5 | Imagine highlighting an entire book because *all* of it is |
6 | important. That is exactly what (most) syntax highlighting | 6 | important. That is exactly what (most) syntax highlighting |
@@ -21,7 +21,7 @@ The following comparison does a better job of explaining | |||
21 | (none, ample and over-the-top highlighting, from left to | 21 | (none, ample and over-the-top highlighting, from left to |
22 | right): | 22 | right): |
23 | 23 | ||
24 | [![hi.png](https://files.nerdypepper.tech/lt.png)](https://files.nerdypepper.tech/lt.png) | 24 | [![hi.png](https://u.peppe.rs/lt.png)](https://u.peppe.rs/lt.png) |
25 | 25 | ||
26 | Without highlighting (far left), it is hard to differentiate | 26 | Without highlighting (far left), it is hard to differentiate |
27 | between comments and code! The florid color scheme (far | 27 | between comments and code! The florid color scheme (far |
diff --git a/posts/my_setup.md b/posts/my_setup.md index 1886e02..c3868eb 100644 --- a/posts/my_setup.md +++ b/posts/my_setup.md | |||
@@ -1,7 +1,7 @@ | |||
1 | Decided to do one of these because everyone does one of | 1 | Decided to do one of these because everyone does one of |
2 | these. | 2 | these. |
3 | 3 | ||
4 | ![scrot](https://files.nerdypepper.tech/Hb.png) | 4 | ![scrot](https://u.peppe.rs/Hb.png) |
5 | 5 | ||
6 | My entire setup is managed with GNU `stow`, making it easier | 6 | My entire setup is managed with GNU `stow`, making it easier |
7 | to replicate on fresh installations. You can find my | 7 | to replicate on fresh installations. You can find my |
diff --git a/posts/static_sites_with_bash.md b/posts/static_sites_with_bash.md index 2a1cc92..62e43d8 100644 --- a/posts/static_sites_with_bash.md +++ b/posts/static_sites_with_bash.md | |||
@@ -41,7 +41,7 @@ id="$id.$ext" | |||
41 | 41 | ||
42 | # copy to my file host | 42 | # copy to my file host |
43 | scp -P 443 "$1" emerald:files/"$id" | 43 | scp -P 443 "$1" emerald:files/"$id" |
44 | echo "https://files.nerdypepper.tech/$id" | 44 | echo "https://u.peppe.rs/$id" |
45 | ``` | 45 | ``` |
46 | 46 | ||
47 | ### Templating | 47 | ### Templating |