aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/posts/WPA_woes.html20
-rw-r--r--docs/posts/bash_harder_with_vim.html20
-rw-r--r--docs/posts/bye_bye_BDFs.html20
-rw-r--r--docs/posts/color_conundrum.html20
-rw-r--r--docs/posts/get_better_at_yanking_and_putting_in_vim.html20
-rw-r--r--docs/posts/hold_position!.html20
-rw-r--r--docs/posts/my_setup.html20
-rw-r--r--docs/posts/onivim_sucks.html20
-rw-r--r--docs/posts/static_sites_with_bash.html20
9 files changed, 99 insertions, 81 deletions
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">12/10 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">12/10 2019</div>
17 WPA Woes 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 WPA Woes
19 <div class="post-text"> 19 </span>
20 <p>I finally got around to installing Void GNU/Linux on my main 20 <div class="post-text">
21 <p>I finally got around to installing Void GNU/Linux on my main
21computer. Rolling release, non-systemd, need I say more?</p> 22computer. Rolling release, non-systemd, need I say more?</p>
22 23
23<p>As with all GNU/Linux distributions, wireless networks had 24<p>As with all GNU/Linux distributions, wireless networks had
@@ -60,9 +61,10 @@ $ sudo sv restart wpa_supplicant
60$ sudo sv restart dhcpcd 61$ sudo sv restart dhcpcd
61</code></pre> 62</code></pre>
62 63
64 </div>
65 <a href="/index.html" class="post-end-link">← Back</a>
66 <div class="separator"></div>
63 </div> 67 </div>
64 <a href="/index.html" class="post-end-link">‹ Back</a>
65 <div class="separator"></div>
66 </div> 68 </div>
67 </body> 69 </body>
68</html> 70</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">31/07 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">31/07 2019</div>
17 Bash Harder With Vim 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Bash Harder With Vim
19 <div class="post-text"> 19 </span>
20 <p>Bash is tricky, don&#8217;t let your editor get in your way. Here&#8217;s a couple of neat 20 <div class="post-text">
21 <p>Bash is tricky, don&#8217;t let your editor get in your way. Here&#8217;s a couple of neat
21additions you could make to your <code>vimrc</code> for a better shell programming 22additions you could make to your <code>vimrc</code> for a better shell programming
22experience.</p> 23experience.</p>
23 24
@@ -76,9 +77,10 @@ Press ENTER or type command to continue
76</code></pre></li> 77</code></pre></li>
77</ul> 78</ul>
78 79
80 </div>
81 <a href="/index.html" class="post-end-link">← Back</a>
82 <div class="separator"></div>
79 </div> 83 </div>
80 <a href="/index.html" class="post-end-link">‹ Back</a>
81 <div class="separator"></div>
82 </div> 84 </div>
83 </body> 85 </body>
84</html> 86</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">07/08 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">07/08 2019</div>
17 Bye Bye BDFs 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Bye Bye BDFs
19 <div class="post-text"> 19 </span>
20 <p>Glyph Bitmap Distribution Format is no more, as the creators of 20 <div class="post-text">
21 <p>Glyph Bitmap Distribution Format is no more, as the creators of
21<a href="https://pango.org">Pango</a>, one of the most widely used text rendering 22<a href="https://pango.org">Pango</a>, one of the most widely used text rendering
22libraries, 23libraries,
23<a href="https://blogs.gnome.org/mclasen/2019/05/25/pango-future-directions/">announced</a> 24<a href="https://blogs.gnome.org/mclasen/2019/05/25/pango-future-directions/">announced</a>
@@ -43,9 +44,10 @@ remain unaffected by the update.</p>
43<a href="https://github.com/nerdypepper/curie">curie</a> will soon ship with bitmap-only 44<a href="https://github.com/nerdypepper/curie">curie</a> will soon ship with bitmap-only
44OpenType font formats.</p> 45OpenType font formats.</p>
45 46
47 </div>
48 <a href="/index.html" class="post-end-link">← Back</a>
49 <div class="separator"></div>
46 </div> 50 </div>
47 <a href="/index.html" class="post-end-link">‹ Back</a>
48 <div class="separator"></div>
49 </div> 51 </div>
50 </body> 52 </body>
51</html> 53</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">31/12 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">31/12 2019</div>
17 Color Conundrum 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Color Conundrum
19 <div class="post-text"> 19 </span>
20 <p>This piece aims to highlight (pun intended) some of the 20 <div class="post-text">
21 <p>This piece aims to highlight (pun intended) some of the
21reasons behind my <a href="https://files.nerdypepper.tech/bF.png">color 22reasons behind my <a href="https://files.nerdypepper.tech/bF.png">color
22free</a> editor setup.</p> 23free</a> editor setup.</p>
23 24
@@ -54,9 +55,10 @@ are dimmed further.</p>
54<p>I&#8217;ll stop myself before I rant about color contrast and 55<p>I&#8217;ll stop myself before I rant about color contrast and
55combinations.</p> 56combinations.</p>
56 57
58 </div>
59 <a href="/index.html" class="post-end-link">← Back</a>
60 <div class="separator"></div>
57 </div> 61 </div>
58 <a href="/index.html" class="post-end-link">‹ Back</a>
59 <div class="separator"></div>
60 </div> 62 </div>
61 </body> 63 </body>
62</html> 64</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">29/07 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">29/07 2019</div>
17 Get Better At Yanking And Putting In Vim 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Get Better At Yanking And Putting In Vim
19 <div class="post-text"> 19 </span>
20 <ol start="1"> 20 <div class="post-text">
21 <ol start="1">
21<li><p>reselecting previously selected text (i use this to fix botched selections):</p> 22<li><p>reselecting previously selected text (i use this to fix botched selections):</p>
22 23
23<pre><code>gv &quot; :h gv for more 24<pre><code>gv &quot; :h gv for more
@@ -40,9 +41,10 @@ nnoremap gb `[v`] &quot; &quot;a quick map to perform the above
40</code></pre></li> 41</code></pre></li>
41</ol> 42</ol>
42 43
44 </div>
45 <a href="/index.html" class="post-end-link">← Back</a>
46 <div class="separator"></div>
43 </div> 47 </div>
44 <a href="/index.html" class="post-end-link">‹ Back</a>
45 <div class="separator"></div>
46 </div> 48 </div>
47 </body> 49 </body>
48</html> 50</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">30/07 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">30/07 2019</div>
17 Hold Position! 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Hold Position!
19 <div class="post-text"> 19 </span>
20 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a 20 <div class="post-text">
21 <p>Often times, when I run a vim command that makes &#8220;big&#8221; changes to a file (a
21macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p> 22macro or a <code>:vimgrep</code> command) I lose my original position and feel disoriented.</p>
22 23
23<p><em>Save position with <code>winsaveview()</code>!</em></p> 24<p><em>Save position with <code>winsaveview()</code>!</em></p>
@@ -39,9 +40,10 @@ winrestview(view) &quot; restore our original view!
39backticks) instead, but it comes in handy when you run your file through 40backticks) instead, but it comes in handy when you run your file through
40heavier filtering.</p> 41heavier filtering.</p>
41 42
43 </div>
44 <a href="/index.html" class="post-end-link">← Back</a>
45 <div class="separator"></div>
42 </div> 46 </div>
43 <a href="/index.html" class="post-end-link">‹ Back</a>
44 <div class="separator"></div>
45 </div> 47 </div>
46 </body> 48 </body>
47</html> 49</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">07/11 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">07/11 2019</div>
17 My Setup 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 My Setup
19 <div class="post-text"> 19 </span>
20 <p>Decided to do one of these because everyone does one of 20 <div class="post-text">
21 <p>Decided to do one of these because everyone does one of
21these.</p> 22these.</p>
22 23
23<p><img src="https://files.nerdypepper.tech/Hb.png" alt="scrot" /></p> 24<p><img src="https://files.nerdypepper.tech/Hb.png" alt="scrot" /></p>
@@ -44,9 +45,10 @@ the comfort of my terminal emulator, <code>urxvt</code>.</p>
44compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with 45compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with
45GIMP :).</p> 46GIMP :).</p>
46 47
48 </div>
49 <a href="/index.html" class="post-end-link">← Back</a>
50 <div class="separator"></div>
47 </div> 51 </div>
48 <a href="/index.html" class="post-end-link">‹ Back</a>
49 <div class="separator"></div>
50 </div> 52 </div>
51 </body> 53 </body>
52</html> 54</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">02/08 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">02/08 2019</div>
17 Onivim Sucks 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Onivim Sucks
19 <div class="post-text"> 19 </span>
20 <p><a href="https://v2.onivim.io">Onivim</a> is a &#8216;modern modal editor&#8217;, combining fancy 20 <div class="post-text">
21 <p><a href="https://v2.onivim.io">Onivim</a> is a &#8216;modern modal editor&#8217;, combining fancy
21interface and language features with vim-style modal editing. What&#8217;s wrong you 22interface and language features with vim-style modal editing. What&#8217;s wrong you
22ask?</p> 23ask?</p>
23 24
@@ -45,9 +46,10 @@ Currently, Onivim is priced at $19.99, &#8216;pre-alpha&#8217; pricing which is
45final price! If you are on the lookout for an editor, I would suggest using 46final price! If you are on the lookout for an editor, I would suggest using
46<a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p> 47<a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p>
47 48
49 </div>
50 <a href="/index.html" class="post-end-link">← Back</a>
51 <div class="separator"></div>
48 </div> 52 </div>
49 <a href="/index.html" class="post-end-link">‹ Back</a>
50 <div class="separator"></div>
51 </div> 53 </div>
52 </body> 54 </body>
53</html> 55</html>
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 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">23/11 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">23/11 2019</div>
17 Static Sites With Bash 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Static Sites With Bash
19 <div class="post-text"> 19 </span>
20 <p>After going through a bunch of static site generators 20 <div class="post-text">
21 <p>After going through a bunch of static site generators
21(<a href="https://blog.getpelican.com/">pelican</a>, 22(<a href="https://blog.getpelican.com/">pelican</a>,
22<a href="https://gohugo.io">hugo</a>, 23<a href="https://gohugo.io">hugo</a>,
23<a href="https://github.com/icyphox/vite">vite</a>), I decided to roll 24<a href="https://github.com/icyphox/vite">vite</a>), I decided to roll
@@ -66,9 +67,10 @@ titles from the file names (removes underscores,
66title-case), and <code>date(1)</code> to add the date to each post 67title-case), and <code>date(1)</code> to add the date to each post
67listing!</p> 68listing!</p>
68 69
70 </div>
71 <a href="/index.html" class="post-end-link">← Back</a>
72 <div class="separator"></div>
69 </div> 73 </div>
70 <a href="/index.html" class="post-end-link">‹ Back</a>
71 <div class="separator"></div>
72 </div> 74 </div>
73 </body> 75 </body>
74</html> 76</html>