From 60034ba047ab7856b68704a69b1fa1b734e3dfc2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 3 Feb 2020 19:12:14 +0530 Subject: fix links --- posts/color_conundrum.md | 4 ++-- posts/my_setup.md | 2 +- posts/static_sites_with_bash.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'posts') 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 @@ This piece aims to highlight (pun intended) some of the reasons behind my [color -free](https://files.nerdypepper.tech/bF.png) editor setup. +free](https://u.peppe.rs/bF.png) editor setup. Imagine highlighting an entire book because *all* of it is important. That is exactly what (most) syntax highlighting @@ -21,7 +21,7 @@ The following comparison does a better job of explaining (none, ample and over-the-top highlighting, from left to right): -[![hi.png](https://files.nerdypepper.tech/lt.png)](https://files.nerdypepper.tech/lt.png) +[![hi.png](https://u.peppe.rs/lt.png)](https://u.peppe.rs/lt.png) Without highlighting (far left), it is hard to differentiate 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 @@ Decided to do one of these because everyone does one of these. -![scrot](https://files.nerdypepper.tech/Hb.png) +![scrot](https://u.peppe.rs/Hb.png) My entire setup is managed with GNU `stow`, making it easier 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" # copy to my file host scp -P 443 "$1" emerald:files/"$id" -echo "https://files.nerdypepper.tech/$id" +echo "https://u.peppe.rs/$id" ``` ### Templating -- cgit v1.2.3