diff options
author | Akshay <[email protected]> | 2021-02-23 06:50:10 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-23 06:50:10 +0000 |
commit | fa539a09d6a12dc479cc663e252c42e6c56df975 (patch) | |
tree | 82ebc2541e4f980a4fb09b3074b79611584c7a80 /docs | |
parent | b1e2b04a5080f3e20e11b64f87756bafec9536bb (diff) |
add art page
Diffstat (limited to 'docs')
27 files changed, 664 insertions, 476 deletions
diff --git a/docs/art/index.html b/docs/art/index.html new file mode 100644 index 0000000..c55d6b6 --- /dev/null +++ b/docs/art/index.html | |||
@@ -0,0 +1,102 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <link rel="stylesheet" href="/style.css"> | ||
5 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml"> | ||
6 | <meta charset="UTF-8"> | ||
7 | <meta name="viewport" content="initial-scale=1"> | ||
8 | <meta content="#ffffff" name="theme-color"> | ||
9 | <meta name="HandheldFriendly" content="true"> | ||
10 | <meta property="og:title" content="nerdypepper"> | ||
11 | <meta property="og:type" content="website"> | ||
12 | <meta property="og:description" content="nerdypepper's micro musings"> | ||
13 | <meta property="og:url" content="https://peppe.rs"> | ||
14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | ||
15 | <title>peppe.rs</title> | ||
16 | <body> | ||
17 | <div class="posts"> | ||
18 | <div class="post"> | ||
19 | <a href="/" class="post-end-link">⟵ Back</a> | ||
20 | |||
21 | <h1>Art</h1> | ||
22 | <div class="separator"></div> | ||
23 | <table> | ||
24 | |||
25 | <tr> | ||
26 | <td class=table-post> | ||
27 | <div class="date"> | ||
28 | 22/02 — 2021 | ||
29 | </div> | ||
30 | <a href="/art/please_do_not_feed_the_animals.png" class="post-link"> | ||
31 | <span class="post-link">Please Do Not Feed The Animals</span> | ||
32 | </a> | ||
33 | </td> | ||
34 | <td class=table-stats> | ||
35 | <a href="/art/please_do_not_feed_the_animals.png"> | ||
36 | <img src="/art/please_do_not_feed_the_animals.png" height=50px> | ||
37 | </a> | ||
38 | </td> | ||
39 | </tr> | ||
40 | |||
41 | <tr> | ||
42 | <td class=table-post> | ||
43 | <div class="date"> | ||
44 | 25/04 — 2020 | ||
45 | </div> | ||
46 | <a href="/art/moonshine.png" class="post-link"> | ||
47 | <span class="post-link">Moonshine</span> | ||
48 | </a> | ||
49 | </td> | ||
50 | <td class=table-stats> | ||
51 | <a href="/art/moonshine.png"> | ||
52 | <img src="/art/moonshine.png" height=50px> | ||
53 | </a> | ||
54 | </td> | ||
55 | </tr> | ||
56 | |||
57 | <tr> | ||
58 | <td class=table-post> | ||
59 | <div class="date"> | ||
60 | 09/04 — 2020 | ||
61 | </div> | ||
62 | <a href="/art/onigiri.png" class="post-link"> | ||
63 | <span class="post-link">Onigiri</span> | ||
64 | </a> | ||
65 | </td> | ||
66 | <td class=table-stats> | ||
67 | <a href="/art/onigiri.png"> | ||
68 | <img src="/art/onigiri.png" height=50px> | ||
69 | </a> | ||
70 | </td> | ||
71 | </tr> | ||
72 | |||
73 | <tr> | ||
74 | <td class=table-post> | ||
75 | <div class="date"> | ||
76 | 17/01 — 2020 | ||
77 | </div> | ||
78 | <a href="/art/the_observer.png" class="post-link"> | ||
79 | <span class="post-link">The Observer</span> | ||
80 | </a> | ||
81 | </td> | ||
82 | <td class=table-stats> | ||
83 | <a href="/art/the_observer.png"> | ||
84 | <img src="/art/the_observer.png" height=50px> | ||
85 | </a> | ||
86 | </td> | ||
87 | </tr> | ||
88 | </table> | ||
89 | <div class="separator"></div> | ||
90 | <div class="footer"> | ||
91 | <a href="https://github.com/nerdypepper">Github</a> · | ||
92 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · | ||
93 | <a href="mailto:[email protected]">Mail</a> · | ||
94 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | ||
95 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | ||
96 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | ||
97 | </a> | ||
98 | </div> | ||
99 | </div> | ||
100 | </div> | ||
101 | </body> | ||
102 | </html> | ||
diff --git a/docs/art/moonshine.png b/docs/art/moonshine.png new file mode 100644 index 0000000..aa8b145 --- /dev/null +++ b/docs/art/moonshine.png | |||
Binary files differ | |||
diff --git a/docs/art/onigiri.png b/docs/art/onigiri.png new file mode 100644 index 0000000..a44dbe1 --- /dev/null +++ b/docs/art/onigiri.png | |||
Binary files differ | |||
diff --git a/docs/art/please_do_not_feed_the_animals.png b/docs/art/please_do_not_feed_the_animals.png new file mode 100644 index 0000000..5ceea55 --- /dev/null +++ b/docs/art/please_do_not_feed_the_animals.png | |||
Binary files differ | |||
diff --git a/docs/art/the_observer.png b/docs/art/the_observer.png new file mode 100644 index 0000000..67f1929 --- /dev/null +++ b/docs/art/the_observer.png | |||
Binary files differ | |||
diff --git a/docs/index.html b/docs/index.html index 3ab2ec3..c2a169d 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <link rel="stylesheet" href="./style.css"> | 4 | <link rel="stylesheet" href="/style.css"> |
5 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="./index.xml"> | 5 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml"> |
6 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
7 | <meta name="viewport" content="initial-scale=1"> | 7 | <meta name="viewport" content="initial-scale=1"> |
8 | <meta content="#ffffff" name="theme-color"> | 8 | <meta content="#ffffff" name="theme-color"> |
@@ -13,29 +13,32 @@ | |||
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> | ||
17 | <h1 class="heading">n</h1> | 16 | <h1 class="heading">n</h1> |
18 | <h4 class="subheading">nerdypepper's μsings</h4> | 17 | <h4 class="subheading">nerdypepper's μsings</h4> |
18 | <body> | ||
19 | <div class="posts"> | 19 | <div class="posts"> |
20 | <div class="post"> | 20 | <div class="post"> |
21 | 21 | ||
22 | <div class=intro> | 22 | <div class="intro"> |
23 | Hi. | 23 | Hi. |
24 | <div class=hot-links> | 24 | <div class="hot-links"> |
25 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 25 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
26 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 26 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
27 | </div> | 27 | </div> |
28 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 28 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
29 | <p> | 29 | <p> |
30 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 30 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
31 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 31 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
32 | I also design fonts: | 32 | I also design fonts: |
33 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 33 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
34 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 34 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
35 | </p> | 35 | </p> |
36 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 36 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
37 | </div> | 37 | </div> |
38 | |||
38 | <table> | 39 | <table> |
40 | <tr><td class="recent-heading"><span class="recent-heading">Recent Posts</span></td></tr> | ||
41 | |||
39 | <tr> | 42 | <tr> |
40 | <td class=table-post> | 43 | <td class=table-post> |
41 | <div class="date"> | 44 | <div class="date"> |
@@ -69,307 +72,22 @@ | |||
69 | <span class=stats-unit>min</span> | 72 | <span class=stats-unit>min</span> |
70 | </td> | 73 | </td> |
71 | </tr> | 74 | </tr> |
72 | 75 | <tr><td><a href="/posts" class="post-end-link">More ⟶ </a></td></tr> | |
73 | <tr> | 76 | <tr><td class="recent-heading"><span class="recent-heading">Recent Art</span></td></tr> |
74 | <td class=table-post> | 77 | |
75 | <div class="date"> | ||
76 | 01/08 — 2020 | ||
77 | </div> | ||
78 | <a href="/posts/gripes_with_go" class="post-link"> | ||
79 | <span class="post-link">Gripes With Go</span> | ||
80 | </a> | ||
81 | </td> | ||
82 | <td class=table-stats> | ||
83 | <span class="stats-number"> | ||
84 | 4.9 | ||
85 | </span> | ||
86 | <span class=stats-unit>min</span> | ||
87 | </td> | ||
88 | </tr> | ||
89 | |||
90 | <tr> | ||
91 | <td class=table-post> | ||
92 | <div class="date"> | ||
93 | 18/06 — 2020 | ||
94 | </div> | ||
95 | <a href="/posts/turing_complete_type_systems" class="post-link"> | ||
96 | <span class="post-link">Turing Complete Type Systems</span> | ||
97 | </a> | ||
98 | </td> | ||
99 | <td class=table-stats> | ||
100 | <span class="stats-number"> | ||
101 | 0.9 | ||
102 | </span> | ||
103 | <span class=stats-unit>min</span> | ||
104 | </td> | ||
105 | </tr> | ||
106 | |||
107 | <tr> | ||
108 | <td class=table-post> | ||
109 | <div class="date"> | ||
110 | 09/05 — 2020 | ||
111 | </div> | ||
112 | <a href="/posts/auto-currying_rust_functions" class="post-link"> | ||
113 | <span class="post-link">Auto-currying Rust Functions</span> | ||
114 | </a> | ||
115 | </td> | ||
116 | <td class=table-stats> | ||
117 | <span class="stats-number"> | ||
118 | 25.1 | ||
119 | </span> | ||
120 | <span class=stats-unit>min</span> | ||
121 | </td> | ||
122 | </tr> | ||
123 | |||
124 | <tr> | ||
125 | <td class=table-post> | ||
126 | <div class="date"> | ||
127 | 09/04 — 2020 | ||
128 | </div> | ||
129 | <a href="/posts/pixel_art_in_GIMP" class="post-link"> | ||
130 | <span class="post-link">Pixel Art In GIMP</span> | ||
131 | </a> | ||
132 | </td> | ||
133 | <td class=table-stats> | ||
134 | <span class="stats-number"> | ||
135 | 5.0 | ||
136 | </span> | ||
137 | <span class=stats-unit>min</span> | ||
138 | </td> | ||
139 | </tr> | ||
140 | |||
141 | <tr> | ||
142 | <td class=table-post> | ||
143 | <div class="date"> | ||
144 | 01/04 — 2020 | ||
145 | </div> | ||
146 | <a href="/posts/rapid_refactoring_with_vim" class="post-link"> | ||
147 | <span class="post-link">Rapid Refactoring With Vim</span> | ||
148 | </a> | ||
149 | </td> | ||
150 | <td class=table-stats> | ||
151 | <span class="stats-number"> | ||
152 | 5.4 | ||
153 | </span> | ||
154 | <span class=stats-unit>min</span> | ||
155 | </td> | ||
156 | </tr> | ||
157 | |||
158 | <tr> | ||
159 | <td class=table-post> | ||
160 | <div class="date"> | ||
161 | 17/03 — 2020 | ||
162 | </div> | ||
163 | <a href="/posts/font_size_fallacies" class="post-link"> | ||
164 | <span class="post-link">Font Size Fallacies</span> | ||
165 | </a> | ||
166 | </td> | ||
167 | <td class=table-stats> | ||
168 | <span class="stats-number"> | ||
169 | 3.2 | ||
170 | </span> | ||
171 | <span class=stats-unit>min</span> | ||
172 | </td> | ||
173 | </tr> | ||
174 | |||
175 | <tr> | ||
176 | <td class=table-post> | ||
177 | <div class="date"> | ||
178 | 08/03 — 2020 | ||
179 | </div> | ||
180 | <a href="/posts/termux_tandem" class="post-link"> | ||
181 | <span class="post-link">Termux Tandem</span> | ||
182 | </a> | ||
183 | </td> | ||
184 | <td class=table-stats> | ||
185 | <span class="stats-number"> | ||
186 | 1.6 | ||
187 | </span> | ||
188 | <span class=stats-unit>min</span> | ||
189 | </td> | ||
190 | </tr> | ||
191 | |||
192 | <tr> | ||
193 | <td class=table-post> | ||
194 | <div class="date"> | ||
195 | 08/02 — 2020 | ||
196 | </div> | ||
197 | <a href="/posts/call_to_ARMs" class="post-link"> | ||
198 | <span class="post-link">Call To ARMs</span> | ||
199 | </a> | ||
200 | </td> | ||
201 | <td class=table-stats> | ||
202 | <span class="stats-number"> | ||
203 | 2.2 | ||
204 | </span> | ||
205 | <span class=stats-unit>min</span> | ||
206 | </td> | ||
207 | </tr> | ||
208 | |||
209 | <tr> | ||
210 | <td class=table-post> | ||
211 | <div class="date"> | ||
212 | 31/12 — 2019 | ||
213 | </div> | ||
214 | <a href="/posts/color_conundrum" class="post-link"> | ||
215 | <span class="post-link">Color Conundrum</span> | ||
216 | </a> | ||
217 | </td> | ||
218 | <td class=table-stats> | ||
219 | <span class="stats-number"> | ||
220 | 1.3 | ||
221 | </span> | ||
222 | <span class=stats-unit>min</span> | ||
223 | </td> | ||
224 | </tr> | ||
225 | |||
226 | <tr> | ||
227 | <td class=table-post> | ||
228 | <div class="date"> | ||
229 | 23/11 — 2019 | ||
230 | </div> | ||
231 | <a href="/posts/static_sites_with_bash" class="post-link"> | ||
232 | <span class="post-link">Static Sites With Bash</span> | ||
233 | </a> | ||
234 | </td> | ||
235 | <td class=table-stats> | ||
236 | <span class="stats-number"> | ||
237 | 1.5 | ||
238 | </span> | ||
239 | <span class=stats-unit>min</span> | ||
240 | </td> | ||
241 | </tr> | ||
242 | |||
243 | <tr> | ||
244 | <td class=table-post> | ||
245 | <div class="date"> | ||
246 | 07/11 — 2019 | ||
247 | </div> | ||
248 | <a href="/posts/my_setup" class="post-link"> | ||
249 | <span class="post-link">My Setup</span> | ||
250 | </a> | ||
251 | </td> | ||
252 | <td class=table-stats> | ||
253 | <span class="stats-number"> | ||
254 | 1.0 | ||
255 | </span> | ||
256 | <span class=stats-unit>min</span> | ||
257 | </td> | ||
258 | </tr> | ||
259 | |||
260 | <tr> | ||
261 | <td class=table-post> | ||
262 | <div class="date"> | ||
263 | 12/10 — 2019 | ||
264 | </div> | ||
265 | <a href="/posts/WPA_woes" class="post-link"> | ||
266 | <span class="post-link">WPA Woes</span> | ||
267 | </a> | ||
268 | </td> | ||
269 | <td class=table-stats> | ||
270 | <span class="stats-number"> | ||
271 | 1.1 | ||
272 | </span> | ||
273 | <span class=stats-unit>min</span> | ||
274 | </td> | ||
275 | </tr> | ||
276 | |||
277 | <tr> | ||
278 | <td class=table-post> | ||
279 | <div class="date"> | ||
280 | 07/08 — 2019 | ||
281 | </div> | ||
282 | <a href="/posts/bye_bye_BDFs" class="post-link"> | ||
283 | <span class="post-link">Bye Bye BDFs</span> | ||
284 | </a> | ||
285 | </td> | ||
286 | <td class=table-stats> | ||
287 | <span class="stats-number"> | ||
288 | 1.0 | ||
289 | </span> | ||
290 | <span class=stats-unit>min</span> | ||
291 | </td> | ||
292 | </tr> | ||
293 | |||
294 | <tr> | ||
295 | <td class=table-post> | ||
296 | <div class="date"> | ||
297 | 02/08 — 2019 | ||
298 | </div> | ||
299 | <a href="/posts/onivim_sucks" class="post-link"> | ||
300 | <span class="post-link">Onivim Sucks</span> | ||
301 | </a> | ||
302 | </td> | ||
303 | <td class=table-stats> | ||
304 | <span class="stats-number"> | ||
305 | 1.3 | ||
306 | </span> | ||
307 | <span class=stats-unit>min</span> | ||
308 | </td> | ||
309 | </tr> | ||
310 | |||
311 | <tr> | ||
312 | <td class=table-post> | ||
313 | <div class="date"> | ||
314 | 31/07 — 2019 | ||
315 | </div> | ||
316 | <a href="/posts/bash_harder_with_vim" class="post-link"> | ||
317 | <span class="post-link">Bash Harder With Vim</span> | ||
318 | </a> | ||
319 | </td> | ||
320 | <td class=table-stats> | ||
321 | <span class="stats-number"> | ||
322 | 1.6 | ||
323 | </span> | ||
324 | <span class=stats-unit>min</span> | ||
325 | </td> | ||
326 | </tr> | ||
327 | |||
328 | <tr> | 78 | <tr> |
329 | <td class=table-post> | 79 | <td class=table-post> |
330 | <div class="date"> | 80 | <div class="date"> |
331 | 30/07 — 2019 | 81 | 22/02 — 2021 |
332 | </div> | 82 | </div> |
333 | <a href="/posts/hold_position!" class="post-link"> | 83 | <a href="/art/please_do_not_feed_the_animals.png" class="post-link"> |
334 | <span class="post-link">Hold Position!</span> | 84 | <span class="post-link">Please Do Not Feed The Animals</span> |
335 | </a> | 85 | </a> |
336 | </td> | 86 | </td> |
337 | <td class=table-stats> | 87 | <td class=table-stats> |
338 | <span class="stats-number"> | 88 | <a href="/art/please_do_not_feed_the_animals.png"> |
339 | 1.0 | 89 | <img src="/art/please_do_not_feed_the_animals.png" height=50px> |
340 | </span> | ||
341 | <span class=stats-unit>min</span> | ||
342 | </td> | ||
343 | </tr> | ||
344 | |||
345 | <tr> | ||
346 | <td class=table-post> | ||
347 | <div class="date"> | ||
348 | 30/07 — 2019 | ||
349 | </div> | ||
350 | <a href="/posts/get_better_at_yanking_and_putting_in_vim" class="post-link"> | ||
351 | <span class="post-link">Get Better At Yanking And Putting In Vim</span> | ||
352 | </a> | 90 | </a> |
353 | </td> | 91 | </td> |
354 | <td class=table-stats> | ||
355 | <span class="stats-number"> | ||
356 | 0.9 | ||
357 | </span> | ||
358 | <span class=stats-unit>min</span> | ||
359 | </td> | ||
360 | </tr> | 92 | </tr> |
361 | </table> | 93 | <tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr> |
362 | <div class="separator"></div> | ||
363 | <div class="footer"> | ||
364 | <a href="https://github.com/nerdypepper">Github</a> · | ||
365 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · | ||
366 | <a href="mailto:[email protected]">Mail</a> · | ||
367 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | ||
368 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | ||
369 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | ||
370 | </a> | ||
371 | </div> | ||
372 | </div> | ||
373 | </div> | ||
374 | </body> | ||
375 | </html> | ||
diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index e3da217..10197c4 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/WPA_woes.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/WPA_woes.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -65,24 +65,24 @@ $ sudo sv restart dhcpcd</code></pre> | |||
65 | 65 | ||
66 | </div> | 66 | </div> |
67 | 67 | ||
68 | <div class=intro> | 68 | <div class="intro"> |
69 | Hi. | 69 | Hi. |
70 | <div class=hot-links> | 70 | <div class="hot-links"> |
71 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 71 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
72 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 72 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
73 | </div> | 73 | </div> |
74 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 74 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
75 | <p> | 75 | <p> |
76 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 76 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
77 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 77 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
78 | I also design fonts: | 78 | I also design fonts: |
79 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 79 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
80 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 80 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
81 | </p> | 81 | </p> |
82 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 82 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
83 | </div> | 83 | </div> |
84 | 84 | ||
85 | <a href="/" class="post-end-link">⟵ Back</a> | 85 | <a href="/posts" class="post-end-link">⟵ Back</a> |
86 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/WPA_woes.md | 86 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/WPA_woes.md |
87 | ">View Raw</a> | 87 | ">View Raw</a> |
88 | </div> | 88 | </div> |
diff --git a/docs/posts/auto-currying_rust_functions/index.html b/docs/posts/auto-currying_rust_functions/index.html index 0318040..8fe18ef 100644 --- a/docs/posts/auto-currying_rust_functions/index.html +++ b/docs/posts/auto-currying_rust_functions/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -529,24 +529,24 @@ test tests::works ... ok</code></pre> | |||
529 | 529 | ||
530 | </div> | 530 | </div> |
531 | 531 | ||
532 | <div class=intro> | 532 | <div class="intro"> |
533 | Hi. | 533 | Hi. |
534 | <div class=hot-links> | 534 | <div class="hot-links"> |
535 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 535 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
536 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 536 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
537 | </div> | 537 | </div> |
538 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 538 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
539 | <p> | 539 | <p> |
540 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 540 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
541 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 541 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
542 | I also design fonts: | 542 | I also design fonts: |
543 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 543 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
544 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 544 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
545 | </p> | 545 | </p> |
546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
547 | </div> | 547 | </div> |
548 | 548 | ||
549 | <a href="/" class="post-end-link">⟵ Back</a> | 549 | <a href="/posts" class="post-end-link">⟵ Back</a> |
550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md | 550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md |
551 | ">View Raw</a> | 551 | ">View Raw</a> |
552 | </div> | 552 | </div> |
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index 6a5e021..44e777b 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bash_harder_with_vim.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bash_harder_with_vim.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -75,24 +75,24 @@ Press ENTER or type command to continue</code></pre> | |||
75 | 75 | ||
76 | </div> | 76 | </div> |
77 | 77 | ||
78 | <div class=intro> | 78 | <div class="intro"> |
79 | Hi. | 79 | Hi. |
80 | <div class=hot-links> | 80 | <div class="hot-links"> |
81 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 81 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
82 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 82 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
83 | </div> | 83 | </div> |
84 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 84 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
85 | <p> | 85 | <p> |
86 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 86 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
87 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 87 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
88 | I also design fonts: | 88 | I also design fonts: |
89 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 89 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
90 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 90 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
91 | </p> | 91 | </p> |
92 | <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> |
93 | </div> | 93 | </div> |
94 | 94 | ||
95 | <a href="/" class="post-end-link">⟵ Back</a> | 95 | <a href="/posts" class="post-end-link">⟵ Back</a> |
96 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bash_harder_with_vim.md | 96 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bash_harder_with_vim.md |
97 | ">View Raw</a> | 97 | ">View Raw</a> |
98 | </div> | 98 | </div> |
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index 983d18e..aa1d600 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bye_bye_BDFs.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/bye_bye_BDFs.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -47,24 +47,24 @@ | |||
47 | 47 | ||
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div class=intro> | 50 | <div class="intro"> |
51 | Hi. | 51 | Hi. |
52 | <div class=hot-links> | 52 | <div class="hot-links"> |
53 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 53 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
54 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 54 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
55 | </div> | 55 | </div> |
56 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 56 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
57 | <p> | 57 | <p> |
58 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 58 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
59 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 59 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
60 | I also design fonts: | 60 | I also design fonts: |
61 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 61 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
62 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 62 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
63 | </p> | 63 | </p> |
64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
65 | </div> | 65 | </div> |
66 | 66 | ||
67 | <a href="/" class="post-end-link">⟵ Back</a> | 67 | <a href="/posts" class="post-end-link">⟵ Back</a> |
68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bye_bye_BDFs.md | 68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/bye_bye_BDFs.md |
69 | ">View Raw</a> | 69 | ">View Raw</a> |
70 | </div> | 70 | </div> |
diff --git a/docs/posts/call_to_ARMs/index.html b/docs/posts/call_to_ARMs/index.html index a85348e..8dfc89c 100644 --- a/docs/posts/call_to_ARMs/index.html +++ b/docs/posts/call_to_ARMs/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/call_to_ARMs.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/call_to_ARMs.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -72,24 +72,24 @@ Reading symbols from main... # yay!</code></pre> | |||
72 | 72 | ||
73 | </div> | 73 | </div> |
74 | 74 | ||
75 | <div class=intro> | 75 | <div class="intro"> |
76 | Hi. | 76 | Hi. |
77 | <div class=hot-links> | 77 | <div class="hot-links"> |
78 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 78 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
79 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 79 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
80 | </div> | 80 | </div> |
81 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 81 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
82 | <p> | 82 | <p> |
83 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 83 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
84 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 84 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
85 | I also design fonts: | 85 | I also design fonts: |
86 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 86 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
87 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 87 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
88 | </p> | 88 | </p> |
89 | <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> |
90 | </div> | 90 | </div> |
91 | 91 | ||
92 | <a href="/" class="post-end-link">⟵ Back</a> | 92 | <a href="/posts" class="post-end-link">⟵ Back</a> |
93 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/call_to_ARMs.md | 93 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/call_to_ARMs.md |
94 | ">View Raw</a> | 94 | ">View Raw</a> |
95 | </div> | 95 | </div> |
diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index 9c609a5..288f4d0 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/color_conundrum.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/color_conundrum.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -49,24 +49,24 @@ | |||
49 | 49 | ||
50 | </div> | 50 | </div> |
51 | 51 | ||
52 | <div class=intro> | 52 | <div class="intro"> |
53 | Hi. | 53 | Hi. |
54 | <div class=hot-links> | 54 | <div class="hot-links"> |
55 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 55 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
56 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 56 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
57 | </div> | 57 | </div> |
58 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 58 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
59 | <p> | 59 | <p> |
60 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 60 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
61 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 61 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
62 | I also design fonts: | 62 | I also design fonts: |
63 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 63 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
64 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 64 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
65 | </p> | 65 | </p> |
66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
67 | </div> | 67 | </div> |
68 | 68 | ||
69 | <a href="/" class="post-end-link">⟵ Back</a> | 69 | <a href="/posts" class="post-end-link">⟵ Back</a> |
70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/color_conundrum.md | 70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/color_conundrum.md |
71 | ">View Raw</a> | 71 | ">View Raw</a> |
72 | </div> | 72 | </div> |
diff --git a/docs/posts/font_size_fallacies/index.html b/docs/posts/font_size_fallacies/index.html index dc8d214..e7251cb 100644 --- a/docs/posts/font_size_fallacies/index.html +++ b/docs/posts/font_size_fallacies/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/font_size_fallacies.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/font_size_fallacies.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -71,24 +71,24 @@ Dimensions: 1920x1080 @ 13" (29.5x16.5 sq. cm) | |||
71 | 71 | ||
72 | </div> | 72 | </div> |
73 | 73 | ||
74 | <div class=intro> | 74 | <div class="intro"> |
75 | Hi. | 75 | Hi. |
76 | <div class=hot-links> | 76 | <div class="hot-links"> |
77 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 77 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
78 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 78 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
79 | </div> | 79 | </div> |
80 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 80 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
81 | <p> | 81 | <p> |
82 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 82 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
83 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 83 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
84 | I also design fonts: | 84 | I also design fonts: |
85 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 85 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
86 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 86 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
87 | </p> | 87 | </p> |
88 | <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> |
89 | </div> | 89 | </div> |
90 | 90 | ||
91 | <a href="/" class="post-end-link">⟵ Back</a> | 91 | <a href="/posts" class="post-end-link">⟵ Back</a> |
92 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/font_size_fallacies.md | 92 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/font_size_fallacies.md |
93 | ">View Raw</a> | 93 | ">View Raw</a> |
94 | </div> | 94 | </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 a28df2c..0e6a484 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,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</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 | 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 |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -58,24 +58,24 @@ nnoremap gb `[v`] " "a quick map to perform the above</code></pre>< | |||
58 | 58 | ||
59 | </div> | 59 | </div> |
60 | 60 | ||
61 | <div class=intro> | 61 | <div class="intro"> |
62 | Hi. | 62 | Hi. |
63 | <div class=hot-links> | 63 | <div class="hot-links"> |
64 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 64 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
65 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 65 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
66 | </div> | 66 | </div> |
67 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 67 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
68 | <p> | 68 | <p> |
69 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 69 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
70 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 70 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
71 | I also design fonts: | 71 | I also design fonts: |
72 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 72 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
73 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 73 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
74 | </p> | 74 | </p> |
75 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 75 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
76 | </div> | 76 | </div> |
77 | 77 | ||
78 | <a href="/" class="post-end-link">⟵ Back</a> | 78 | <a href="/posts" class="post-end-link">⟵ Back</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 | 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 |
80 | ">View Raw</a> | 80 | ">View Raw</a> |
81 | </div> | 81 | </div> |
diff --git a/docs/posts/gripes_with_go/index.html b/docs/posts/gripes_with_go/index.html index f8c63c1..2a317e9 100644 --- a/docs/posts/gripes_with_go/index.html +++ b/docs/posts/gripes_with_go/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/gripes_with_go.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/gripes_with_go.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -150,24 +150,24 @@ | |||
150 | 150 | ||
151 | </div> | 151 | </div> |
152 | 152 | ||
153 | <div class=intro> | 153 | <div class="intro"> |
154 | Hi. | 154 | Hi. |
155 | <div class=hot-links> | 155 | <div class="hot-links"> |
156 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 156 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
157 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 157 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
158 | </div> | 158 | </div> |
159 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 159 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
160 | <p> | 160 | <p> |
161 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 161 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
162 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 162 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
163 | I also design fonts: | 163 | I also design fonts: |
164 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 164 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
165 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 165 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
166 | </p> | 166 | </p> |
167 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 167 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
168 | </div> | 168 | </div> |
169 | 169 | ||
170 | <a href="/" class="post-end-link">⟵ Back</a> | 170 | <a href="/posts" class="post-end-link">⟵ Back</a> |
171 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/gripes_with_go.md | 171 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/gripes_with_go.md |
172 | ">View Raw</a> | 172 | ">View Raw</a> |
173 | </div> | 173 | </div> |
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index aeb2b08..efc8d1f 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/hold_position!.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/hold_position!.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -49,24 +49,24 @@ winrestview(view) " restore our original view!</code></pre> | |||
49 | 49 | ||
50 | </div> | 50 | </div> |
51 | 51 | ||
52 | <div class=intro> | 52 | <div class="intro"> |
53 | Hi. | 53 | Hi. |
54 | <div class=hot-links> | 54 | <div class="hot-links"> |
55 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 55 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
56 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 56 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
57 | </div> | 57 | </div> |
58 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 58 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
59 | <p> | 59 | <p> |
60 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 60 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
61 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 61 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
62 | I also design fonts: | 62 | I also design fonts: |
63 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 63 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
64 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 64 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
65 | </p> | 65 | </p> |
66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 66 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
67 | </div> | 67 | </div> |
68 | 68 | ||
69 | <a href="/" class="post-end-link">⟵ Back</a> | 69 | <a href="/posts" class="post-end-link">⟵ Back</a> |
70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/hold_position!.md | 70 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/hold_position!.md |
71 | ">View Raw</a> | 71 | ">View Raw</a> |
72 | </div> | 72 | </div> |
diff --git a/docs/posts/index.html b/docs/posts/index.html new file mode 100644 index 0000000..37b74cb --- /dev/null +++ b/docs/posts/index.html | |||
@@ -0,0 +1,361 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <link rel="stylesheet" href="/style.css"> | ||
5 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml"> | ||
6 | <meta charset="UTF-8"> | ||
7 | <meta name="viewport" content="initial-scale=1"> | ||
8 | <meta content="#ffffff" name="theme-color"> | ||
9 | <meta name="HandheldFriendly" content="true"> | ||
10 | <meta property="og:title" content="nerdypepper"> | ||
11 | <meta property="og:type" content="website"> | ||
12 | <meta property="og:description" content="nerdypepper's micro musings"> | ||
13 | <meta property="og:url" content="https://peppe.rs"> | ||
14 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | ||
15 | <title>peppe.rs</title> | ||
16 | <body> | ||
17 | <div class="posts"> | ||
18 | <div class="post"> | ||
19 | <a href="/" class="post-end-link">⟵ Back</a> | ||
20 | |||
21 | <h1>Blog</h1> | ||
22 | <div class="separator"></div> | ||
23 | <table> | ||
24 | |||
25 | <tr> | ||
26 | <td class=table-post> | ||
27 | <div class="date"> | ||
28 | 17/10 — 2020 | ||
29 | </div> | ||
30 | <a href="/posts/self-hosting_git" class="post-link"> | ||
31 | <span class="post-link">Self-hosting Git</span> | ||
32 | </a> | ||
33 | </td> | ||
34 | <td class=table-stats> | ||
35 | <span class="stats-number"> | ||
36 | 5.4 | ||
37 | </span> | ||
38 | <span class=stats-unit>min</span> | ||
39 | </td> | ||
40 | </tr> | ||
41 | |||
42 | <tr> | ||
43 | <td class=table-post> | ||
44 | <div class="date"> | ||
45 | 01/09 — 2020 | ||
46 | </div> | ||
47 | <a href="/posts/nixOS" class="post-link"> | ||
48 | <span class="post-link">NixOS</span> | ||
49 | </a> | ||
50 | </td> | ||
51 | <td class=table-stats> | ||
52 | <span class="stats-number"> | ||
53 | 3.3 | ||
54 | </span> | ||
55 | <span class=stats-unit>min</span> | ||
56 | </td> | ||
57 | </tr> | ||
58 | |||
59 | <tr> | ||
60 | <td class=table-post> | ||
61 | <div class="date"> | ||
62 | 01/08 — 2020 | ||
63 | </div> | ||
64 | <a href="/posts/gripes_with_go" class="post-link"> | ||
65 | <span class="post-link">Gripes With Go</span> | ||
66 | </a> | ||
67 | </td> | ||
68 | <td class=table-stats> | ||
69 | <span class="stats-number"> | ||
70 | 4.9 | ||
71 | </span> | ||
72 | <span class=stats-unit>min</span> | ||
73 | </td> | ||
74 | </tr> | ||
75 | |||
76 | <tr> | ||
77 | <td class=table-post> | ||
78 | <div class="date"> | ||
79 | 18/06 — 2020 | ||
80 | </div> | ||
81 | <a href="/posts/turing_complete_type_systems" class="post-link"> | ||
82 | <span class="post-link">Turing Complete Type Systems</span> | ||
83 | </a> | ||
84 | </td> | ||
85 | <td class=table-stats> | ||
86 | <span class="stats-number"> | ||
87 | 0.9 | ||
88 | </span> | ||
89 | <span class=stats-unit>min</span> | ||
90 | </td> | ||
91 | </tr> | ||
92 | |||
93 | <tr> | ||
94 | <td class=table-post> | ||
95 | <div class="date"> | ||
96 | 09/05 — 2020 | ||
97 | </div> | ||
98 | <a href="/posts/auto-currying_rust_functions" class="post-link"> | ||
99 | <span class="post-link">Auto-currying Rust Functions</span> | ||
100 | </a> | ||
101 | </td> | ||
102 | <td class=table-stats> | ||
103 | <span class="stats-number"> | ||
104 | 25.1 | ||
105 | </span> | ||
106 | <span class=stats-unit>min</span> | ||
107 | </td> | ||
108 | </tr> | ||
109 | |||
110 | <tr> | ||
111 | <td class=table-post> | ||
112 | <div class="date"> | ||
113 | 09/04 — 2020 | ||
114 | </div> | ||
115 | <a href="/posts/pixel_art_in_GIMP" class="post-link"> | ||
116 | <span class="post-link">Pixel Art In GIMP</span> | ||
117 | </a> | ||
118 | </td> | ||
119 | <td class=table-stats> | ||
120 | <span class="stats-number"> | ||
121 | 5.0 | ||
122 | </span> | ||
123 | <span class=stats-unit>min</span> | ||
124 | </td> | ||
125 | </tr> | ||
126 | |||
127 | <tr> | ||
128 | <td class=table-post> | ||
129 | <div class="date"> | ||
130 | 01/04 — 2020 | ||
131 | </div> | ||
132 | <a href="/posts/rapid_refactoring_with_vim" class="post-link"> | ||
133 | <span class="post-link">Rapid Refactoring With Vim</span> | ||
134 | </a> | ||
135 | </td> | ||
136 | <td class=table-stats> | ||
137 | <span class="stats-number"> | ||
138 | 5.4 | ||
139 | </span> | ||
140 | <span class=stats-unit>min</span> | ||
141 | </td> | ||
142 | </tr> | ||
143 | |||
144 | <tr> | ||
145 | <td class=table-post> | ||
146 | <div class="date"> | ||
147 | 17/03 — 2020 | ||
148 | </div> | ||
149 | <a href="/posts/font_size_fallacies" class="post-link"> | ||
150 | <span class="post-link">Font Size Fallacies</span> | ||
151 | </a> | ||
152 | </td> | ||
153 | <td class=table-stats> | ||
154 | <span class="stats-number"> | ||
155 | 3.2 | ||
156 | </span> | ||
157 | <span class=stats-unit>min</span> | ||
158 | </td> | ||
159 | </tr> | ||
160 | |||
161 | <tr> | ||
162 | <td class=table-post> | ||
163 | <div class="date"> | ||
164 | 08/03 — 2020 | ||
165 | </div> | ||
166 | <a href="/posts/termux_tandem" class="post-link"> | ||
167 | <span class="post-link">Termux Tandem</span> | ||
168 | </a> | ||
169 | </td> | ||
170 | <td class=table-stats> | ||
171 | <span class="stats-number"> | ||
172 | 1.6 | ||
173 | </span> | ||
174 | <span class=stats-unit>min</span> | ||
175 | </td> | ||
176 | </tr> | ||
177 | |||
178 | <tr> | ||
179 | <td class=table-post> | ||
180 | <div class="date"> | ||
181 | 08/02 — 2020 | ||
182 | </div> | ||
183 | <a href="/posts/call_to_ARMs" class="post-link"> | ||
184 | <span class="post-link">Call To ARMs</span> | ||
185 | </a> | ||
186 | </td> | ||
187 | <td class=table-stats> | ||
188 | <span class="stats-number"> | ||
189 | 2.2 | ||
190 | </span> | ||
191 | <span class=stats-unit>min</span> | ||
192 | </td> | ||
193 | </tr> | ||
194 | |||
195 | <tr> | ||
196 | <td class=table-post> | ||
197 | <div class="date"> | ||
198 | 31/12 — 2019 | ||
199 | </div> | ||
200 | <a href="/posts/color_conundrum" class="post-link"> | ||
201 | <span class="post-link">Color Conundrum</span> | ||
202 | </a> | ||
203 | </td> | ||
204 | <td class=table-stats> | ||
205 | <span class="stats-number"> | ||
206 | 1.3 | ||
207 | </span> | ||
208 | <span class=stats-unit>min</span> | ||
209 | </td> | ||
210 | </tr> | ||
211 | |||
212 | <tr> | ||
213 | <td class=table-post> | ||
214 | <div class="date"> | ||
215 | 23/11 — 2019 | ||
216 | </div> | ||
217 | <a href="/posts/static_sites_with_bash" class="post-link"> | ||
218 | <span class="post-link">Static Sites With Bash</span> | ||
219 | </a> | ||
220 | </td> | ||
221 | <td class=table-stats> | ||
222 | <span class="stats-number"> | ||
223 | 1.5 | ||
224 | </span> | ||
225 | <span class=stats-unit>min</span> | ||
226 | </td> | ||
227 | </tr> | ||
228 | |||
229 | <tr> | ||
230 | <td class=table-post> | ||
231 | <div class="date"> | ||
232 | 07/11 — 2019 | ||
233 | </div> | ||
234 | <a href="/posts/my_setup" class="post-link"> | ||
235 | <span class="post-link">My Setup</span> | ||
236 | </a> | ||
237 | </td> | ||
238 | <td class=table-stats> | ||
239 | <span class="stats-number"> | ||
240 | 1.0 | ||
241 | </span> | ||
242 | <span class=stats-unit>min</span> | ||
243 | </td> | ||
244 | </tr> | ||
245 | |||
246 | <tr> | ||
247 | <td class=table-post> | ||
248 | <div class="date"> | ||
249 | 12/10 — 2019 | ||
250 | </div> | ||
251 | <a href="/posts/WPA_woes" class="post-link"> | ||
252 | <span class="post-link">WPA Woes</span> | ||
253 | </a> | ||
254 | </td> | ||
255 | <td class=table-stats> | ||
256 | <span class="stats-number"> | ||
257 | 1.1 | ||
258 | </span> | ||
259 | <span class=stats-unit>min</span> | ||
260 | </td> | ||
261 | </tr> | ||
262 | |||
263 | <tr> | ||
264 | <td class=table-post> | ||
265 | <div class="date"> | ||
266 | 07/08 — 2019 | ||
267 | </div> | ||
268 | <a href="/posts/bye_bye_BDFs" class="post-link"> | ||
269 | <span class="post-link">Bye Bye BDFs</span> | ||
270 | </a> | ||
271 | </td> | ||
272 | <td class=table-stats> | ||
273 | <span class="stats-number"> | ||
274 | 1.0 | ||
275 | </span> | ||
276 | <span class=stats-unit>min</span> | ||
277 | </td> | ||
278 | </tr> | ||
279 | |||
280 | <tr> | ||
281 | <td class=table-post> | ||
282 | <div class="date"> | ||
283 | 02/08 — 2019 | ||
284 | </div> | ||
285 | <a href="/posts/onivim_sucks" class="post-link"> | ||
286 | <span class="post-link">Onivim Sucks</span> | ||
287 | </a> | ||
288 | </td> | ||
289 | <td class=table-stats> | ||
290 | <span class="stats-number"> | ||
291 | 1.3 | ||
292 | </span> | ||
293 | <span class=stats-unit>min</span> | ||
294 | </td> | ||
295 | </tr> | ||
296 | |||
297 | <tr> | ||
298 | <td class=table-post> | ||
299 | <div class="date"> | ||
300 | 31/07 — 2019 | ||
301 | </div> | ||
302 | <a href="/posts/bash_harder_with_vim" class="post-link"> | ||
303 | <span class="post-link">Bash Harder With Vim</span> | ||
304 | </a> | ||
305 | </td> | ||
306 | <td class=table-stats> | ||
307 | <span class="stats-number"> | ||
308 | 1.6 | ||
309 | </span> | ||
310 | <span class=stats-unit>min</span> | ||
311 | </td> | ||
312 | </tr> | ||
313 | |||
314 | <tr> | ||
315 | <td class=table-post> | ||
316 | <div class="date"> | ||
317 | 30/07 — 2019 | ||
318 | </div> | ||
319 | <a href="/posts/hold_position!" class="post-link"> | ||
320 | <span class="post-link">Hold Position!</span> | ||
321 | </a> | ||
322 | </td> | ||
323 | <td class=table-stats> | ||
324 | <span class="stats-number"> | ||
325 | 1.0 | ||
326 | </span> | ||
327 | <span class=stats-unit>min</span> | ||
328 | </td> | ||
329 | </tr> | ||
330 | |||
331 | <tr> | ||
332 | <td class=table-post> | ||
333 | <div class="date"> | ||
334 | 30/07 — 2019 | ||
335 | </div> | ||
336 | <a href="/posts/get_better_at_yanking_and_putting_in_vim" class="post-link"> | ||
337 | <span class="post-link">Get Better At Yanking And Putting In Vim</span> | ||
338 | </a> | ||
339 | </td> | ||
340 | <td class=table-stats> | ||
341 | <span class="stats-number"> | ||
342 | 0.9 | ||
343 | </span> | ||
344 | <span class=stats-unit>min</span> | ||
345 | </td> | ||
346 | </tr> | ||
347 | </table> | ||
348 | <div class="separator"></div> | ||
349 | <div class="footer"> | ||
350 | <a href="https://github.com/nerdypepper">Github</a> · | ||
351 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · | ||
352 | <a href="mailto:[email protected]">Mail</a> · | ||
353 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | ||
354 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | ||
355 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | ||
356 | </a> | ||
357 | </div> | ||
358 | </div> | ||
359 | </div> | ||
360 | </body> | ||
361 | </html> | ||
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index e7d0d91..2ce73b5 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/my_setup.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/my_setup.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -47,24 +47,24 @@ | |||
47 | 47 | ||
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div class=intro> | 50 | <div class="intro"> |
51 | Hi. | 51 | Hi. |
52 | <div class=hot-links> | 52 | <div class="hot-links"> |
53 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 53 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
54 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 54 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
55 | </div> | 55 | </div> |
56 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 56 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
57 | <p> | 57 | <p> |
58 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 58 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
59 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 59 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
60 | I also design fonts: | 60 | I also design fonts: |
61 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 61 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
62 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 62 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
63 | </p> | 63 | </p> |
64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 64 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
65 | </div> | 65 | </div> |
66 | 66 | ||
67 | <a href="/" class="post-end-link">⟵ Back</a> | 67 | <a href="/posts" class="post-end-link">⟵ Back</a> |
68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/my_setup.md | 68 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/my_setup.md |
69 | ">View Raw</a> | 69 | ">View Raw</a> |
70 | </div> | 70 | </div> |
diff --git a/docs/posts/nixOS/index.html b/docs/posts/nixOS/index.html index 849cceb..c9f6804 100644 --- a/docs/posts/nixOS/index.html +++ b/docs/posts/nixOS/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/nixOS.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/nixOS.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -67,24 +67,24 @@ | |||
67 | 67 | ||
68 | </div> | 68 | </div> |
69 | 69 | ||
70 | <div class=intro> | 70 | <div class="intro"> |
71 | Hi. | 71 | Hi. |
72 | <div class=hot-links> | 72 | <div class="hot-links"> |
73 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 73 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
74 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 74 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
75 | </div> | 75 | </div> |
76 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 76 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
77 | <p> | 77 | <p> |
78 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 78 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
79 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 79 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
80 | I also design fonts: | 80 | I also design fonts: |
81 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 81 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
82 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 82 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
83 | </p> | 83 | </p> |
84 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 84 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
85 | </div> | 85 | </div> |
86 | 86 | ||
87 | <a href="/" class="post-end-link">⟵ Back</a> | 87 | <a href="/posts" class="post-end-link">⟵ Back</a> |
88 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/nixOS.md | 88 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/nixOS.md |
89 | ">View Raw</a> | 89 | ">View Raw</a> |
90 | </div> | 90 | </div> |
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index 0b4ffcb..f8d416f 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/onivim_sucks.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/onivim_sucks.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -46,24 +46,24 @@ | |||
46 | 46 | ||
47 | </div> | 47 | </div> |
48 | 48 | ||
49 | <div class=intro> | 49 | <div class="intro"> |
50 | Hi. | 50 | Hi. |
51 | <div class=hot-links> | 51 | <div class="hot-links"> |
52 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 52 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
53 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 53 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
54 | </div> | 54 | </div> |
55 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 55 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
56 | <p> | 56 | <p> |
57 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 57 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
58 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 58 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
59 | I also design fonts: | 59 | I also design fonts: |
60 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 60 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
61 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 61 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
62 | </p> | 62 | </p> |
63 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 63 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
64 | </div> | 64 | </div> |
65 | 65 | ||
66 | <a href="/" class="post-end-link">⟵ Back</a> | 66 | <a href="/posts" class="post-end-link">⟵ Back</a> |
67 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/onivim_sucks.md | 67 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/onivim_sucks.md |
68 | ">View Raw</a> | 68 | ">View Raw</a> |
69 | </div> | 69 | </div> |
diff --git a/docs/posts/pixel_art_in_GIMP/index.html b/docs/posts/pixel_art_in_GIMP/index.html index afdfd96..18669c5 100644 --- a/docs/posts/pixel_art_in_GIMP/index.html +++ b/docs/posts/pixel_art_in_GIMP/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/pixel_art_in_GIMP.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/pixel_art_in_GIMP.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -90,24 +90,24 @@ | |||
90 | 90 | ||
91 | </div> | 91 | </div> |
92 | 92 | ||
93 | <div class=intro> | 93 | <div class="intro"> |
94 | Hi. | 94 | Hi. |
95 | <div class=hot-links> | 95 | <div class="hot-links"> |
96 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 96 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
97 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 97 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
98 | </div> | 98 | </div> |
99 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 99 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
100 | <p> | 100 | <p> |
101 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 101 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
102 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 102 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
103 | I also design fonts: | 103 | I also design fonts: |
104 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 104 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
105 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 105 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
106 | </p> | 106 | </p> |
107 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 107 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
108 | </div> | 108 | </div> |
109 | 109 | ||
110 | <a href="/" class="post-end-link">⟵ Back</a> | 110 | <a href="/posts" class="post-end-link">⟵ Back</a> |
111 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/pixel_art_in_GIMP.md | 111 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/pixel_art_in_GIMP.md |
112 | ">View Raw</a> | 112 | ">View Raw</a> |
113 | </div> | 113 | </div> |
diff --git a/docs/posts/rapid_refactoring_with_vim/index.html b/docs/posts/rapid_refactoring_with_vim/index.html index bc66184..197a94f 100644 --- a/docs/posts/rapid_refactoring_with_vim/index.html +++ b/docs/posts/rapid_refactoring_with_vim/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/rapid_refactoring_with_vim.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/rapid_refactoring_with_vim.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -130,24 +130,24 @@ BUFFER: json!( ... );</code></pre> | |||
130 | 130 | ||
131 | </div> | 131 | </div> |
132 | 132 | ||
133 | <div class=intro> | 133 | <div class="intro"> |
134 | Hi. | 134 | Hi. |
135 | <div class=hot-links> | 135 | <div class="hot-links"> |
136 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 136 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
137 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 137 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
138 | </div> | 138 | </div> |
139 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 139 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
140 | <p> | 140 | <p> |
141 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 141 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
142 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 142 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
143 | I also design fonts: | 143 | I also design fonts: |
144 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 144 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
145 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 145 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
146 | </p> | 146 | </p> |
147 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 147 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
148 | </div> | 148 | </div> |
149 | 149 | ||
150 | <a href="/" class="post-end-link">⟵ Back</a> | 150 | <a href="/posts" class="post-end-link">⟵ Back</a> |
151 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/rapid_refactoring_with_vim.md | 151 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/rapid_refactoring_with_vim.md |
152 | ">View Raw</a> | 152 | ">View Raw</a> |
153 | </div> | 153 | </div> |
diff --git a/docs/posts/self-hosting_git/index.html b/docs/posts/self-hosting_git/index.html index 03d9413..2653040 100644 --- a/docs/posts/self-hosting_git/index.html +++ b/docs/posts/self-hosting_git/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/self-hosting_git.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/self-hosting_git.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -163,24 +163,24 @@ scp .git/description "$remote/description"</code></pre> | |||
163 | 163 | ||
164 | </div> | 164 | </div> |
165 | 165 | ||
166 | <div class=intro> | 166 | <div class="intro"> |
167 | Hi. | 167 | Hi. |
168 | <div class=hot-links> | 168 | <div class="hot-links"> |
169 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 169 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
170 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 170 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
171 | </div> | 171 | </div> |
172 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 172 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
173 | <p> | 173 | <p> |
174 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 174 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
175 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 175 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
176 | I also design fonts: | 176 | I also design fonts: |
177 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 177 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
178 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 178 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
179 | </p> | 179 | </p> |
180 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 180 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
181 | </div> | 181 | </div> |
182 | 182 | ||
183 | <a href="/" class="post-end-link">⟵ Back</a> | 183 | <a href="/posts" class="post-end-link">⟵ Back</a> |
184 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/self-hosting_git.md | 184 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/self-hosting_git.md |
185 | ">View Raw</a> | 185 | ">View Raw</a> |
186 | </div> | 186 | </div> |
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index 3c9ff6a..3e11cb3 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/static_sites_with_bash.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/static_sites_with_bash.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -68,24 +68,24 @@ | |||
68 | 68 | ||
69 | </div> | 69 | </div> |
70 | 70 | ||
71 | <div class=intro> | 71 | <div class="intro"> |
72 | Hi. | 72 | Hi. |
73 | <div class=hot-links> | 73 | <div class="hot-links"> |
74 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 74 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
75 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 75 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
76 | </div> | 76 | </div> |
77 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 77 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
78 | <p> | 78 | <p> |
79 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 79 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
80 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 80 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
81 | I also design fonts: | 81 | I also design fonts: |
82 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 82 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
83 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 83 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
84 | </p> | 84 | </p> |
85 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 85 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
86 | </div> | 86 | </div> |
87 | 87 | ||
88 | <a href="/" class="post-end-link">⟵ Back</a> | 88 | <a href="/posts" class="post-end-link">⟵ Back</a> |
89 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/static_sites_with_bash.md | 89 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/static_sites_with_bash.md |
90 | ">View Raw</a> | 90 | ">View Raw</a> |
91 | </div> | 91 | </div> |
diff --git a/docs/posts/termux_tandem/index.html b/docs/posts/termux_tandem/index.html index 3e7bd04..f288668 100644 --- a/docs/posts/termux_tandem/index.html +++ b/docs/posts/termux_tandem/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/termux_tandem.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/termux_tandem.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -59,24 +59,24 @@ mtZabXG.jpg p8d5c584f2841.jpg vjUxGjq.jpg</code></pre> | |||
59 | 59 | ||
60 | </div> | 60 | </div> |
61 | 61 | ||
62 | <div class=intro> | 62 | <div class="intro"> |
63 | Hi. | 63 | Hi. |
64 | <div class=hot-links> | 64 | <div class="hot-links"> |
65 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 65 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
66 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 66 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
67 | </div> | 67 | </div> |
68 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 68 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
69 | <p> | 69 | <p> |
70 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 70 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
71 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 71 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
72 | I also design fonts: | 72 | I also design fonts: |
73 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 73 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
74 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 74 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
75 | </p> | 75 | </p> |
76 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 76 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
77 | </div> | 77 | </div> |
78 | 78 | ||
79 | <a href="/" class="post-end-link">⟵ Back</a> | 79 | <a href="/posts" class="post-end-link">⟵ Back</a> |
80 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/termux_tandem.md | 80 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/termux_tandem.md |
81 | ">View Raw</a> | 81 | ">View Raw</a> |
82 | </div> | 82 | </div> |
diff --git a/docs/posts/turing_complete_type_systems/index.html b/docs/posts/turing_complete_type_systems/index.html index 6232900..fd35c80 100644 --- a/docs/posts/turing_complete_type_systems/index.html +++ b/docs/posts/turing_complete_type_systems/index.html | |||
@@ -16,7 +16,7 @@ | |||
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="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/turing_complete_type_systems.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/turing_complete_type_systems.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -50,24 +50,24 @@ | |||
50 | 50 | ||
51 | </div> | 51 | </div> |
52 | 52 | ||
53 | <div class=intro> | 53 | <div class="intro"> |
54 | Hi. | 54 | Hi. |
55 | <div class=hot-links> | 55 | <div class="hot-links"> |
56 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 56 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
57 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 57 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
58 | </div> | 58 | </div> |
59 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 59 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
60 | <p> | 60 | <p> |
61 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 61 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
62 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 62 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
63 | I also design fonts: | 63 | I also design fonts: |
64 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 64 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
65 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 65 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
66 | </p> | 66 | </p> |
67 | <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> |
68 | </div> | 68 | </div> |
69 | 69 | ||
70 | <a href="/" class="post-end-link">⟵ Back</a> | 70 | <a href="/posts" class="post-end-link">⟵ Back</a> |
71 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/turing_complete_type_systems.md | 71 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/turing_complete_type_systems.md |
72 | ">View Raw</a> | 72 | ">View Raw</a> |
73 | </div> | 73 | </div> |
diff --git a/docs/style.css b/docs/style.css index 42b2f15..db4a163 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -98,6 +98,13 @@ h4, h5, h6 { | |||
98 | margin-top: 1.5rem; | 98 | margin-top: 1.5rem; |
99 | } | 99 | } |
100 | 100 | ||
101 | .recent-heading { | ||
102 | font-size: 0.8rem; | ||
103 | text-transform: uppercase; | ||
104 | color: var(--black); | ||
105 | padding-top: 3rem; | ||
106 | } | ||
107 | |||
101 | .subheading { | 108 | .subheading { |
102 | font-weight: 400; | 109 | font-weight: 400; |
103 | font-size: 0.8rem; | 110 | font-size: 0.8rem; |