From 1221effdc9ccd7375bf3eaa485136f60d1b65303 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 3 Feb 2020 19:12:25 +0530 Subject: fix links --- docs/index.html | 2 +- docs/posts/WPA_woes/index.html | 2 +- docs/posts/bash_harder_with_vim/index.html | 2 +- docs/posts/bye_bye_BDFs/index.html | 2 +- docs/posts/color_conundrum/index.html | 6 +++--- docs/posts/get_better_at_yanking_and_putting_in_vim/index.html | 2 +- docs/posts/hold_position!/index.html | 2 +- docs/posts/my_setup/index.html | 4 ++-- docs/posts/onivim_sucks/index.html | 2 +- docs/posts/static_sites_with_bash/index.html | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 64640d2..f60fe28 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ - + n

n

diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index f3ca0a7..44248dd 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html @@ -9,7 +9,7 @@ - +
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index 5d162cd..16f07c0 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html @@ -9,7 +9,7 @@ - +
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index fcba079..3b4d3a4 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html @@ -9,7 +9,7 @@ - +
diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index 8f7050f..77d5247 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html @@ -9,7 +9,7 @@ - +
@@ -36,7 +36,7 @@

This piece aims to highlight (pun intended) some of the -reasons behind my color +reasons behind my color free editor setup.

Imagine highlighting an entire book because all of it is @@ -58,7 +58,7 @@ can’t find one.

(none, ample and over-the-top highlighting, from left to right):

-

hi.png

+

hi.png

Without highlighting (far left), it is hard to differentiate between comments and code! The florid color scheme (far diff --git a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html index b423b1c..f3d674f 100644 --- a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html +++ b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html @@ -9,7 +9,7 @@ - +

diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index 94287c0..6b4592e 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html @@ -9,7 +9,7 @@ - +
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index 092d2c8..226ed66 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html @@ -9,7 +9,7 @@ - +
@@ -38,7 +38,7 @@

Decided to do one of these because everyone does one of these.

-

scrot

+

scrot

My entire setup is managed with GNU stow, making it easier to replicate on fresh installations. You can find my diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index 632acba..813fc23 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html @@ -9,7 +9,7 @@ - +

diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index e7a652f..46b895d 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html @@ -9,7 +9,7 @@ - +
@@ -79,7 +79,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