diff options
author | Akshay <[email protected]> | 2021-02-23 09:04:53 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-23 09:04:53 +0000 |
commit | cdde1d9a54ce7f86503956e445dbbaf8540e9b96 (patch) | |
tree | 28879e777a0c28cbee9201003523ceb83b5ff1e7 /docs | |
parent | c517871fc2c01128eec660718a5432c9f68c23bd (diff) |
add breadcrumbs to all pages
Diffstat (limited to 'docs')
21 files changed, 165 insertions, 47 deletions
diff --git a/docs/art/index.html b/docs/art/index.html index c55d6b6..8c466d9 100644 --- a/docs/art/index.html +++ b/docs/art/index.html | |||
@@ -13,10 +13,12 @@ | |||
13 | <meta property="og:url" content="https://peppe.rs"> | 13 | <meta property="og:url" content="https://peppe.rs"> |
14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | 14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> |
15 | <title>peppe.rs</title> | 15 | <title>peppe.rs</title> |
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a class="post-end-link">Art</a> | ||
20 | 22 | ||
21 | <h1>Art</h1> | 23 | <h1>Art</h1> |
22 | <div class="separator"></div> | 24 | <div class="separator"></div> |
diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index 10197c4..2efaf70 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">WPA Woes</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/WPA_woes.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/WPA_woes.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -82,7 +86,9 @@ $ sudo sv restart dhcpcd</code></pre> | |||
82 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 86 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
83 | </div> | 87 | </div> |
84 | 88 | ||
85 | <a href="/posts" class="post-end-link">⟵ Back</a> | 89 | <a href="/" class="post-end-link">Home</a> |
90 | <span>/</span> | ||
91 | <a href="/posts" class="post-end-link">Posts</a> | ||
86 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/WPA_woes.md | 92 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/WPA_woes.md |
87 | ">View Raw</a> | 93 | ">View Raw</a> |
88 | </div> | 94 | </div> |
diff --git a/docs/posts/auto-currying_rust_functions/index.html b/docs/posts/auto-currying_rust_functions/index.html index 8fe18ef..a2584fe 100644 --- a/docs/posts/auto-currying_rust_functions/index.html +++ b/docs/posts/auto-currying_rust_functions/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Auto-currying Rust Functions</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -546,7 +550,9 @@ test tests::works ... ok</code></pre> | |||
546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 550 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
547 | </div> | 551 | </div> |
548 | 552 | ||
549 | <a href="/posts" class="post-end-link">⟵ Back</a> | 553 | <a href="/" class="post-end-link">Home</a> |
554 | <span>/</span> | ||
555 | <a href="/posts" class="post-end-link">Posts</a> | ||
550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md | 556 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md |
551 | ">View Raw</a> | 557 | ">View Raw</a> |
552 | </div> | 558 | </div> |
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index 44e777b..77a4589 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Bash Harder With Vim</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bash_harder_with_vim.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bash_harder_with_vim.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -92,7 +96,9 @@ Press ENTER or type command to continue</code></pre> | |||
92 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 96 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
93 | </div> | 97 | </div> |
94 | 98 | ||
95 | <a href="/posts" class="post-end-link">⟵ Back</a> | 99 | <a href="/" class="post-end-link">Home</a> |
100 | <span>/</span> | ||
101 | <a href="/posts" class="post-end-link">Posts</a> | ||
96 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bash_harder_with_vim.md | 102 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bash_harder_with_vim.md |
97 | ">View Raw</a> | 103 | ">View Raw</a> |
98 | </div> | 104 | </div> |
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index aa1d600..b01c95b 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Bye Bye BDFs</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bye_bye_BDFs.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bye_bye_BDFs.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -64,7 +68,9 @@ | |||
64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 68 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
65 | </div> | 69 | </div> |
66 | 70 | ||
67 | <a href="/posts" class="post-end-link">⟵ Back</a> | 71 | <a href="/" class="post-end-link">Home</a> |
72 | <span>/</span> | ||
73 | <a href="/posts" class="post-end-link">Posts</a> | ||
68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bye_bye_BDFs.md | 74 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bye_bye_BDFs.md |
69 | ">View Raw</a> | 75 | ">View Raw</a> |
70 | </div> | 76 | </div> |
diff --git a/docs/posts/call_to_ARMs/index.html b/docs/posts/call_to_ARMs/index.html index 8dfc89c..e742b93 100644 --- a/docs/posts/call_to_ARMs/index.html +++ b/docs/posts/call_to_ARMs/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Call To ARMs</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/call_to_ARMs.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/call_to_ARMs.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -89,7 +93,9 @@ Reading symbols from main... # yay!</code></pre> | |||
89 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 93 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
90 | </div> | 94 | </div> |
91 | 95 | ||
92 | <a href="/posts" class="post-end-link">⟵ Back</a> | 96 | <a href="/" class="post-end-link">Home</a> |
97 | <span>/</span> | ||
98 | <a href="/posts" class="post-end-link">Posts</a> | ||
93 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/call_to_ARMs.md | 99 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/call_to_ARMs.md |
94 | ">View Raw</a> | 100 | ">View Raw</a> |
95 | </div> | 101 | </div> |
diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index 288f4d0..d5af145 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Color Conundrum</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/color_conundrum.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/color_conundrum.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -66,7 +70,9 @@ | |||
66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 70 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
67 | </div> | 71 | </div> |
68 | 72 | ||
69 | <a href="/posts" class="post-end-link">⟵ Back</a> | 73 | <a href="/" class="post-end-link">Home</a> |
74 | <span>/</span> | ||
75 | <a href="/posts" class="post-end-link">Posts</a> | ||
70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/color_conundrum.md | 76 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/color_conundrum.md |
71 | ">View Raw</a> | 77 | ">View Raw</a> |
72 | </div> | 78 | </div> |
diff --git a/docs/posts/font_size_fallacies/index.html b/docs/posts/font_size_fallacies/index.html index e7251cb..e765b98 100644 --- a/docs/posts/font_size_fallacies/index.html +++ b/docs/posts/font_size_fallacies/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Font Size Fallacies</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/font_size_fallacies.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/font_size_fallacies.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -88,7 +92,9 @@ Dimensions: 1920x1080 @ 13" (29.5x16.5 sq. cm) | |||
88 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 92 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
89 | </div> | 93 | </div> |
90 | 94 | ||
91 | <a href="/posts" class="post-end-link">⟵ Back</a> | 95 | <a href="/" class="post-end-link">Home</a> |
96 | <span>/</span> | ||
97 | <a href="/posts" class="post-end-link">Posts</a> | ||
92 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/font_size_fallacies.md | 98 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/font_size_fallacies.md |
93 | ">View Raw</a> | 99 | ">View Raw</a> |
94 | </div> | 100 | </div> |
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 0e6a484..3803666 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 | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Get Better At Yanking And Putting In Vim</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/get_better_at_yanking_and_putting_in_vim.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/get_better_at_yanking_and_putting_in_vim.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -75,7 +79,9 @@ nnoremap gb `[v`] " "a quick map to perform the above</code></pre>< | |||
75 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 79 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
76 | </div> | 80 | </div> |
77 | 81 | ||
78 | <a href="/posts" class="post-end-link">⟵ Back</a> | 82 | <a href="/" class="post-end-link">Home</a> |
83 | <span>/</span> | ||
84 | <a href="/posts" class="post-end-link">Posts</a> | ||
79 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/get_better_at_yanking_and_putting_in_vim.md | 85 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/get_better_at_yanking_and_putting_in_vim.md |
80 | ">View Raw</a> | 86 | ">View Raw</a> |
81 | </div> | 87 | </div> |
diff --git a/docs/posts/gripes_with_go/index.html b/docs/posts/gripes_with_go/index.html index 2a317e9..23e8d9e 100644 --- a/docs/posts/gripes_with_go/index.html +++ b/docs/posts/gripes_with_go/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Gripes With Go</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/gripes_with_go.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/gripes_with_go.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -167,7 +171,9 @@ | |||
167 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 171 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
168 | </div> | 172 | </div> |
169 | 173 | ||
170 | <a href="/posts" class="post-end-link">⟵ Back</a> | 174 | <a href="/" class="post-end-link">Home</a> |
175 | <span>/</span> | ||
176 | <a href="/posts" class="post-end-link">Posts</a> | ||
171 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/gripes_with_go.md | 177 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/gripes_with_go.md |
172 | ">View Raw</a> | 178 | ">View Raw</a> |
173 | </div> | 179 | </div> |
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index efc8d1f..238408a 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Hold Position!</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/hold_position!.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/hold_position!.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -66,7 +70,9 @@ winrestview(view) " restore our original view!</code></pre> | |||
66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 70 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
67 | </div> | 71 | </div> |
68 | 72 | ||
69 | <a href="/posts" class="post-end-link">⟵ Back</a> | 73 | <a href="/" class="post-end-link">Home</a> |
74 | <span>/</span> | ||
75 | <a href="/posts" class="post-end-link">Posts</a> | ||
70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/hold_position!.md | 76 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/hold_position!.md |
71 | ">View Raw</a> | 77 | ">View Raw</a> |
72 | </div> | 78 | </div> |
diff --git a/docs/posts/index.html b/docs/posts/index.html index 37b74cb..61f1d2e 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html | |||
@@ -13,12 +13,14 @@ | |||
13 | <meta property="og:url" content="https://peppe.rs"> | 13 | <meta property="og:url" content="https://peppe.rs"> |
14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | 14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> |
15 | <title>peppe.rs</title> | 15 | <title>peppe.rs</title> |
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a class="post-end-link">Posts</a> | ||
20 | 22 | ||
21 | <h1>Blog</h1> | 23 | <h1>Posts</h1> |
22 | <div class="separator"></div> | 24 | <div class="separator"></div> |
23 | <table> | 25 | <table> |
24 | 26 | ||
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index 2ce73b5..1436cb1 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">My Setup</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/my_setup.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/my_setup.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -64,7 +68,9 @@ | |||
64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 68 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
65 | </div> | 69 | </div> |
66 | 70 | ||
67 | <a href="/posts" class="post-end-link">⟵ Back</a> | 71 | <a href="/" class="post-end-link">Home</a> |
72 | <span>/</span> | ||
73 | <a href="/posts" class="post-end-link">Posts</a> | ||
68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/my_setup.md | 74 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/my_setup.md |
69 | ">View Raw</a> | 75 | ">View Raw</a> |
70 | </div> | 76 | </div> |
diff --git a/docs/posts/nixOS/index.html b/docs/posts/nixOS/index.html index c9f6804..a68d26f 100644 --- a/docs/posts/nixOS/index.html +++ b/docs/posts/nixOS/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">NixOS</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/nixOS.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/nixOS.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -84,7 +88,9 @@ | |||
84 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 88 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
85 | </div> | 89 | </div> |
86 | 90 | ||
87 | <a href="/posts" class="post-end-link">⟵ Back</a> | 91 | <a href="/" class="post-end-link">Home</a> |
92 | <span>/</span> | ||
93 | <a href="/posts" class="post-end-link">Posts</a> | ||
88 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/nixOS.md | 94 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/nixOS.md |
89 | ">View Raw</a> | 95 | ">View Raw</a> |
90 | </div> | 96 | </div> |
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index f8d416f..0a84759 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Onivim Sucks</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/onivim_sucks.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/onivim_sucks.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -63,7 +67,9 @@ | |||
63 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 67 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
64 | </div> | 68 | </div> |
65 | 69 | ||
66 | <a href="/posts" class="post-end-link">⟵ Back</a> | 70 | <a href="/" class="post-end-link">Home</a> |
71 | <span>/</span> | ||
72 | <a href="/posts" class="post-end-link">Posts</a> | ||
67 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/onivim_sucks.md | 73 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/onivim_sucks.md |
68 | ">View Raw</a> | 74 | ">View Raw</a> |
69 | </div> | 75 | </div> |
diff --git a/docs/posts/pixel_art_in_GIMP/index.html b/docs/posts/pixel_art_in_GIMP/index.html index 18669c5..d01482b 100644 --- a/docs/posts/pixel_art_in_GIMP/index.html +++ b/docs/posts/pixel_art_in_GIMP/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Pixel Art In GIMP</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/pixel_art_in_GIMP.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/pixel_art_in_GIMP.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -107,7 +111,9 @@ | |||
107 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 111 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
108 | </div> | 112 | </div> |
109 | 113 | ||
110 | <a href="/posts" class="post-end-link">⟵ Back</a> | 114 | <a href="/" class="post-end-link">Home</a> |
115 | <span>/</span> | ||
116 | <a href="/posts" class="post-end-link">Posts</a> | ||
111 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/pixel_art_in_GIMP.md | 117 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/pixel_art_in_GIMP.md |
112 | ">View Raw</a> | 118 | ">View Raw</a> |
113 | </div> | 119 | </div> |
diff --git a/docs/posts/rapid_refactoring_with_vim/index.html b/docs/posts/rapid_refactoring_with_vim/index.html index 197a94f..6e2cf9a 100644 --- a/docs/posts/rapid_refactoring_with_vim/index.html +++ b/docs/posts/rapid_refactoring_with_vim/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Rapid Refactoring With Vim</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/rapid_refactoring_with_vim.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/rapid_refactoring_with_vim.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -147,7 +151,9 @@ BUFFER: json!( ... );</code></pre> | |||
147 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 151 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
148 | </div> | 152 | </div> |
149 | 153 | ||
150 | <a href="/posts" class="post-end-link">⟵ Back</a> | 154 | <a href="/" class="post-end-link">Home</a> |
155 | <span>/</span> | ||
156 | <a href="/posts" class="post-end-link">Posts</a> | ||
151 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/rapid_refactoring_with_vim.md | 157 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/rapid_refactoring_with_vim.md |
152 | ">View Raw</a> | 158 | ">View Raw</a> |
153 | </div> | 159 | </div> |
diff --git a/docs/posts/self-hosting_git/index.html b/docs/posts/self-hosting_git/index.html index 2653040..5e6be9b 100644 --- a/docs/posts/self-hosting_git/index.html +++ b/docs/posts/self-hosting_git/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Self-hosting Git</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/self-hosting_git.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/self-hosting_git.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -180,7 +184,9 @@ scp .git/description "$remote/description"</code></pre> | |||
180 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 184 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
181 | </div> | 185 | </div> |
182 | 186 | ||
183 | <a href="/posts" class="post-end-link">⟵ Back</a> | 187 | <a href="/" class="post-end-link">Home</a> |
188 | <span>/</span> | ||
189 | <a href="/posts" class="post-end-link">Posts</a> | ||
184 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/self-hosting_git.md | 190 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/self-hosting_git.md |
185 | ">View Raw</a> | 191 | ">View Raw</a> |
186 | </div> | 192 | </div> |
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index 3e11cb3..183825d 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Static Sites With Bash</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/static_sites_with_bash.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/static_sites_with_bash.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -85,7 +89,9 @@ | |||
85 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 89 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
86 | </div> | 90 | </div> |
87 | 91 | ||
88 | <a href="/posts" class="post-end-link">⟵ Back</a> | 92 | <a href="/" class="post-end-link">Home</a> |
93 | <span>/</span> | ||
94 | <a href="/posts" class="post-end-link">Posts</a> | ||
89 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/static_sites_with_bash.md | 95 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/static_sites_with_bash.md |
90 | ">View Raw</a> | 96 | ">View Raw</a> |
91 | </div> | 97 | </div> |
diff --git a/docs/posts/termux_tandem/index.html b/docs/posts/termux_tandem/index.html index f288668..f554303 100644 --- a/docs/posts/termux_tandem/index.html +++ b/docs/posts/termux_tandem/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Termux Tandem</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/termux_tandem.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/termux_tandem.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -76,7 +80,9 @@ mtZabXG.jpg p8d5c584f2841.jpg vjUxGjq.jpg</code></pre> | |||
76 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 80 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
77 | </div> | 81 | </div> |
78 | 82 | ||
79 | <a href="/posts" class="post-end-link">⟵ Back</a> | 83 | <a href="/" class="post-end-link">Home</a> |
84 | <span>/</span> | ||
85 | <a href="/posts" class="post-end-link">Posts</a> | ||
80 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/termux_tandem.md | 86 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/termux_tandem.md |
81 | ">View Raw</a> | 87 | ">View Raw</a> |
82 | </div> | 88 | </div> |
diff --git a/docs/posts/turing_complete_type_systems/index.html b/docs/posts/turing_complete_type_systems/index.html index fd35c80..6acf12a 100644 --- a/docs/posts/turing_complete_type_systems/index.html +++ b/docs/posts/turing_complete_type_systems/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Turing Complete Type Systems</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/turing_complete_type_systems.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/turing_complete_type_systems.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -67,7 +71,9 @@ | |||
67 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 71 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
68 | </div> | 72 | </div> |
69 | 73 | ||
70 | <a href="/posts" class="post-end-link">⟵ Back</a> | 74 | <a href="/" class="post-end-link">Home</a> |
75 | <span>/</span> | ||
76 | <a href="/posts" class="post-end-link">Posts</a> | ||
71 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/turing_complete_type_systems.md | 77 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/turing_complete_type_systems.md |
72 | ">View Raw</a> | 78 | ">View Raw</a> |
73 | </div> | 79 | </div> |