From 47e58c6499575e2a04f70fdfdeff7e74fbc6861c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 19:26:15 +0530 Subject: gen --- docs/posts/WPA_woes.html | 20 +++++++++++--------- docs/posts/bash_harder_with_vim.html | 20 +++++++++++--------- docs/posts/bye_bye_BDFs.html | 20 +++++++++++--------- docs/posts/color_conundrum.html | 20 +++++++++++--------- .../get_better_at_yanking_and_putting_in_vim.html | 20 +++++++++++--------- docs/posts/hold_position!.html | 20 +++++++++++--------- docs/posts/my_setup.html | 20 +++++++++++--------- docs/posts/onivim_sucks.html | 20 +++++++++++--------- docs/posts/static_sites_with_bash.html | 20 +++++++++++--------- 9 files changed, 99 insertions(+), 81 deletions(-) (limited to 'docs/posts') diff --git a/docs/posts/WPA_woes.html b/docs/posts/WPA_woes.html index f4f8d8e..dbf1b82 100644 --- a/docs/posts/WPA_woes.html +++ b/docs/posts/WPA_woes.html @@ -11,13 +11,14 @@ -
-
12/10 2019
- - WPA Woes - -
-

I finally got around to installing Void GNU/Linux on my main +

+
+
12/10 2019
+ + WPA Woes + +
+

I finally got around to installing Void GNU/Linux on my main computer. Rolling release, non-systemd, need I say more?

As with all GNU/Linux distributions, wireless networks had @@ -60,9 +61,10 @@ $ sudo sv restart wpa_supplicant $ sudo sv restart dhcpcd +

+ ← Back +
- ‹ Back -
diff --git a/docs/posts/bash_harder_with_vim.html b/docs/posts/bash_harder_with_vim.html index 6e0f9bd..54ab982 100644 --- a/docs/posts/bash_harder_with_vim.html +++ b/docs/posts/bash_harder_with_vim.html @@ -11,13 +11,14 @@ -
-
31/07 2019
- - Bash Harder With Vim - -
-

Bash is tricky, don’t let your editor get in your way. Here’s a couple of neat +

+
+
31/07 2019
+ + Bash Harder With Vim + +
+

Bash is tricky, don’t let your editor get in your way. Here’s a couple of neat additions you could make to your vimrc for a better shell programming experience.

@@ -76,9 +77,10 @@ Press ENTER or type command to continue +
+ ← Back +
- ‹ Back -
diff --git a/docs/posts/bye_bye_BDFs.html b/docs/posts/bye_bye_BDFs.html index e323c9d..3b20814 100644 --- a/docs/posts/bye_bye_BDFs.html +++ b/docs/posts/bye_bye_BDFs.html @@ -11,13 +11,14 @@ -
-
07/08 2019
- - Bye Bye BDFs - -
-

Glyph Bitmap Distribution Format is no more, as the creators of +

+
+
07/08 2019
+ + Bye Bye BDFs + +
+

Glyph Bitmap Distribution Format is no more, as the creators of Pango, one of the most widely used text rendering libraries, announced @@ -43,9 +44,10 @@ remain unaffected by the update.

curie will soon ship with bitmap-only OpenType font formats.

+
+ ← Back +
- ‹ Back -
diff --git a/docs/posts/color_conundrum.html b/docs/posts/color_conundrum.html index 979dc9c..113fd25 100644 --- a/docs/posts/color_conundrum.html +++ b/docs/posts/color_conundrum.html @@ -11,13 +11,14 @@ -
-
31/12 2019
- - Color Conundrum - -
-

This piece aims to highlight (pun intended) some of the +

+
+
31/12 2019
+ + Color Conundrum + +
+

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

@@ -54,9 +55,10 @@ are dimmed further.

I’ll stop myself before I rant about color contrast and combinations.

+
+ ← Back +
- ‹ Back -
diff --git a/docs/posts/get_better_at_yanking_and_putting_in_vim.html b/docs/posts/get_better_at_yanking_and_putting_in_vim.html index 82b283f..f6ff300 100644 --- a/docs/posts/get_better_at_yanking_and_putting_in_vim.html +++ b/docs/posts/get_better_at_yanking_and_putting_in_vim.html @@ -11,13 +11,14 @@ -
-
29/07 2019
- - Get Better At Yanking And Putting In Vim - -
-
    +
    +
    +
    29/07 2019
    + + Get Better At Yanking And Putting In Vim + +
    +
    1. reselecting previously selected text (i use this to fix botched selections):

      gv  " :h gv for more
      @@ -40,9 +41,10 @@ nnoremap gb `[v`]    " "a quick map to perform the above
       
    +
    + ← Back +
    - ‹ Back -
    diff --git a/docs/posts/hold_position!.html b/docs/posts/hold_position!.html index a0f3fdf..8879955 100644 --- a/docs/posts/hold_position!.html +++ b/docs/posts/hold_position!.html @@ -11,13 +11,14 @@ -
    -
    30/07 2019
    - - Hold Position! - -
    -

    Often times, when I run a vim command that makes “big” changes to a file (a +

    +
    +
    30/07 2019
    + + Hold Position! + +
    +

    Often times, when I run a vim command that makes “big” changes to a file (a macro or a :vimgrep command) I lose my original position and feel disoriented.

    Save position with winsaveview()!

    @@ -39,9 +40,10 @@ winrestview(view) " restore our original view! backticks) instead, but it comes in handy when you run your file through heavier filtering.

    +
    + ← Back +
    - ‹ Back -
    diff --git a/docs/posts/my_setup.html b/docs/posts/my_setup.html index 4eb6605..0175275 100644 --- a/docs/posts/my_setup.html +++ b/docs/posts/my_setup.html @@ -11,13 +11,14 @@ -
    -
    07/11 2019
    - - My Setup - -
    -

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

    +
    +
    07/11 2019
    + + My Setup + +
    +

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

    scrot

    @@ -44,9 +45,10 @@ the comfort of my terminal emulator, urxvt.

    compiled with xelatex. Other fun documents are made with GIMP :).

    +
    + ← Back +
    - ‹ Back -
    diff --git a/docs/posts/onivim_sucks.html b/docs/posts/onivim_sucks.html index ea621c4..1b4b835 100644 --- a/docs/posts/onivim_sucks.html +++ b/docs/posts/onivim_sucks.html @@ -11,13 +11,14 @@ -
    -
    02/08 2019
    - - Onivim Sucks - -
    -

    Onivim is a ‘modern modal editor’, combining fancy +

    +
    +
    02/08 2019
    + + Onivim Sucks + +
    +

    Onivim is a ‘modern modal editor’, combining fancy interface and language features with vim-style modal editing. What’s wrong you ask?

    @@ -45,9 +46,10 @@ Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is final price! If you are on the lookout for an editor, I would suggest using Vim, charity ware that actually works, and costs $100 lesser.

    +
    + ← Back +
    - ‹ Back -
    diff --git a/docs/posts/static_sites_with_bash.html b/docs/posts/static_sites_with_bash.html index 70eda1a..5fdfcfe 100644 --- a/docs/posts/static_sites_with_bash.html +++ b/docs/posts/static_sites_with_bash.html @@ -11,13 +11,14 @@ -
    -
    23/11 2019
    - - Static Sites With Bash - -
    -

    After going through a bunch of static site generators +

    +
    +
    23/11 2019
    + + Static Sites With Bash + +
    +

    After going through a bunch of static site generators (pelican, hugo, vite), I decided to roll @@ -66,9 +67,10 @@ titles from the file names (removes underscores, title-case), and date(1) to add the date to each post listing!

    +
    + ← Back +
    - ‹ Back -
    -- cgit v1.2.3