aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-02-03 13:42:14 +0000
committerAkshay <[email protected]>2020-02-03 13:42:14 +0000
commit60034ba047ab7856b68704a69b1fa1b734e3dfc2 (patch)
tree9059d2e10d93afaca31cb591e9a175c0426acd32 /posts
parentd032e7a1ae4ebfaeea9f9ec09fe70630b0c0a537 (diff)
fix links
Diffstat (limited to 'posts')
-rw-r--r--posts/color_conundrum.md4
-rw-r--r--posts/my_setup.md2
-rw-r--r--posts/static_sites_with_bash.md2
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 @@
1This piece aims to highlight (pun intended) some of the 1This piece aims to highlight (pun intended) some of the
2reasons behind my [color 2reasons behind my [color
3free](https://files.nerdypepper.tech/bF.png) editor setup. 3free](https://u.peppe.rs/bF.png) editor setup.
4 4
5Imagine highlighting an entire book because *all* of it is 5Imagine highlighting an entire book because *all* of it is
6important. That is exactly what (most) syntax highlighting 6important. 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
22right): 22right):
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
26Without highlighting (far left), it is hard to differentiate 26Without highlighting (far left), it is hard to differentiate
27between comments and code! The florid color scheme (far 27between 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 @@
1Decided to do one of these because everyone does one of 1Decided to do one of these because everyone does one of
2these. 2these.
3 3
4![scrot](https://files.nerdypepper.tech/Hb.png) 4![scrot](https://u.peppe.rs/Hb.png)
5 5
6My entire setup is managed with GNU `stow`, making it easier 6My entire setup is managed with GNU `stow`, making it easier
7to replicate on fresh installations. You can find my 7to 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
43scp -P 443 "$1" emerald:files/"$id" 43scp -P 443 "$1" emerald:files/"$id"
44echo "https://files.nerdypepper.tech/$id" 44echo "https://u.peppe.rs/$id"
45``` 45```
46 46
47### Templating 47### Templating