From 2015c26acca0505acfd459c96cabb35d9de65230 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 27 Jan 2020 18:30:22 +0530 Subject: add links to raw post content --- docs/posts/WPA_woes/index.html | 4 ++++ docs/posts/bash_harder_with_vim/index.html | 4 ++++ docs/posts/bye_bye_BDFs/index.html | 4 ++++ docs/posts/color_conundrum/index.html | 4 ++++ .../get_better_at_yanking_and_putting_in_vim/index.html | 4 ++++ docs/posts/hold_position!/index.html | 4 ++++ docs/posts/my_setup/index.html | 4 ++++ docs/posts/onivim_sucks/index.html | 4 ++++ docs/posts/static_sites_with_bash/index.html | 4 ++++ docs/style.css | 16 ++++++---------- post.esh | 2 ++ 11 files changed, 44 insertions(+), 10 deletions(-) diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index a2adb2e..f3ca0a7 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
12/10 — 2019 @@ -79,6 +81,8 @@ $ sudo sv restart dhcpcd
⟵ Back + View Raw
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index 336bd04..5d162cd 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
31/07 — 2019 @@ -91,6 +93,8 @@ Press ENTER or type command to continue
⟵ Back + View Raw
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index 9031d8a..fcba079 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
07/08 — 2019 @@ -62,6 +64,8 @@ OpenType font formats.

⟵ Back + View Raw
diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index 1751e6a..8f7050f 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
31/12 — 2019 @@ -73,6 +75,8 @@ combinations.

⟵ Back + View Raw
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 455a52e..b423b1c 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 @@ -14,6 +14,8 @@
⟵ Back + View Raw
29/07 — 2019 @@ -59,6 +61,8 @@ nnoremap gb `[v`] " "a quick map to perform the above
⟵ Back + View Raw
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index d5478f6..94287c0 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
30/07 — 2019 @@ -58,6 +60,8 @@ heavier filtering.

⟵ Back + View Raw
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index b0baabc..092d2c8 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
07/11 — 2019 @@ -63,6 +65,8 @@ GIMP :).

⟵ Back + View Raw
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index 123f17c..632acba 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
02/08 — 2019 @@ -64,6 +66,8 @@ final price! If you are on the lookout for an editor, I would suggest using
⟵ Back + View Raw
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index e03bf5f..e7a652f 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html @@ -14,6 +14,8 @@
⟵ Back + View Raw
23/11 — 2019 @@ -92,6 +94,8 @@ listing!

⟵ Back + View Raw
diff --git a/docs/style.css b/docs/style.css index bdda208..ecfcb5d 100644 --- a/docs/style.css +++ b/docs/style.css @@ -70,21 +70,21 @@ td { } } -@media only screen and (min-width: 992px) { +@media only screen and (min-width: 1080px) { .posts { width: 70%; } html { - font-size: 20px; + font-size: 18px; } } -@media only screen and (min-width: 1200px) { +@media only screen and (min-width: 1300px) { .posts { - width: 50%; + width: 40%; } html { - font-size: 20px; + font-size: 18px; } } @@ -179,16 +179,12 @@ pre, code { pre { background-color: var(--dark-white); - overflow: hidden; + overflow: auto; padding: 0.8rem; border: 1px solid var(--dark-white); border-radius: 0.2px; } -pre:hover { - overflow-x: scroll; -} - code { color: var(--pink); } diff --git a/post.esh b/post.esh index 80d9f3f..0f8ab91 100644 --- a/post.esh +++ b/post.esh @@ -14,6 +14,7 @@
⟵ Back + View Raw
<%="$date"%> @@ -37,6 +38,7 @@
⟵ Back + View Raw
-- cgit v1.2.3