From cf9ed4da17d1e4898f37272f4677c65058df384a Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 8 Mar 2020 22:19:10 +0530 Subject: fancier titles --- docs/index.html | 19 ++++- 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/call_to_ARMs/index.html | 4 +- docs/posts/color_conundrum/index.html | 2 +- .../index.html | 2 +- docs/posts/hold_position!/index.html | 2 +- docs/posts/my_setup/index.html | 2 +- docs/posts/onivim_sucks/index.html | 2 +- docs/posts/static_sites_with_bash/index.html | 2 +- docs/posts/termux_tandem/index.html | 95 ++++++++++++++++++++++ docs/style.css | 5 +- post.esh | 2 +- 14 files changed, 128 insertions(+), 15 deletions(-) create mode 100644 docs/posts/termux_tandem/index.html diff --git a/docs/index.html b/docs/index.html index f0d52ae..a83fb3a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,24 @@
- 14/02 — 2020 + 08/03 — 2020 +
+ + Termux Tandem + + + + + 1.6 + + min + + + + + +
+ 08/02 — 2020
Call To ARMs diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index a676210..951eb59 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html @@ -11,7 +11,7 @@ - WPA Woes - peppe.rs + WPA Woes · peppe.rs
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index c9303a6..4eb6662 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html @@ -11,7 +11,7 @@ - Bash Harder With Vim - peppe.rs + Bash Harder With Vim · peppe.rs
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index 73c8512..c8594d9 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html @@ -11,7 +11,7 @@ - Bye Bye BDFs - peppe.rs + Bye Bye BDFs · peppe.rs
diff --git a/docs/posts/call_to_ARMs/index.html b/docs/posts/call_to_ARMs/index.html index ff1c492..ae9af59 100644 --- a/docs/posts/call_to_ARMs/index.html +++ b/docs/posts/call_to_ARMs/index.html @@ -11,7 +11,7 @@ - Call To ARMs - peppe.rs + Call To ARMs · peppe.rs
@@ -20,7 +20,7 @@ ">View Raw
- 14/02 — 2020 + 08/02 — 2020
33.57 diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index de099f2..889e036 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html @@ -11,7 +11,7 @@ - Color Conundrum - peppe.rs + Color Conundrum · peppe.rs
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 1c77c44..c8488e5 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 @@ -11,7 +11,7 @@ - Get Better At Yanking And Putting In Vim - peppe.rs + Get Better At Yanking And Putting In Vim · peppe.rs
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index 8cc77fe..5cda214 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html @@ -11,7 +11,7 @@ - Hold Position! - peppe.rs + Hold Position! · peppe.rs
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index 4ac9d91..20881b3 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html @@ -11,7 +11,7 @@ - My Setup - peppe.rs + My Setup · peppe.rs
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index d3718d7..c0b2fbc 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html @@ -11,7 +11,7 @@ - Onivim Sucks - peppe.rs + Onivim Sucks · peppe.rs
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index 9eb4846..f204af4 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html @@ -11,7 +11,7 @@ - Static Sites With Bash - peppe.rs + Static Sites With Bash · peppe.rs
diff --git a/docs/posts/termux_tandem/index.html b/docs/posts/termux_tandem/index.html new file mode 100644 index 0000000..def670f --- /dev/null +++ b/docs/posts/termux_tandem/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + Termux Tandem · peppe.rs + + + + diff --git a/docs/style.css b/docs/style.css index 9f4adb1..86dcb3b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -168,9 +168,10 @@ pre, code { pre { background-color: var(--dark-white); overflow: auto; - padding: 0.8rem; + padding: 1.3rem; border: 1px solid var(--dark-white); - border-radius: 0.2px; + border-radius: 0.4rem; + margin: 1rem -1.3rem; } code { diff --git a/post.esh b/post.esh index cc23a2d..a2a74b7 100644 --- a/post.esh +++ b/post.esh @@ -11,7 +11,7 @@ - <%=$title%> - peppe.rs + <%=$title%> · peppe.rs
-- cgit v1.2.3