-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchive.html
64 lines (55 loc) · 2.24 KB
/
archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144233581-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144233581-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SENOFSKY - Archives</title>
<link rel="stylesheet" href="./css/default.css" />
</head>
<body>
<header>
<div class="logo">
<a href="./">SENOFSKY</a>
</div>
<nav>
<a href="./">ABOUT</a>
<a href="./resume.html">RESUME</a>
<a href="./archive.html">ARCHIVE</a>
</nav>
</header>
<main role="main">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2020-08-02-How-to-Screenshot-a-Specific-Area-in-Wayland.html">How to Screenshot a Specific Area in Wayland</a> - August 2, 2020
</li>
<li>
<a href="https://www.starlab.io/blog/introduction-to-the-linux-virtual-filesystem-vfs-part-i-a-high-level-tour">Introduction to the Linux Virtual Fileystem (VFS) -- Part I</a> - May 20, 2020
</li>
<li>
<a href="./posts/2019-08-20-standardized-ladder-of-functional-programming-1.html">The Standardized Ladder of Functional Programming - Novice, Part 1</a> - August 20, 2019
</li>
<li>
<a href="https://www.starlab.io/blog/nesting-xenblanket-on-aws">Nesting XenBlanket on AWS</a> - July 22, 2019
</li>
<li>
<a href="./posts/2019-07-20-configure-hakyll-with-github-pages.html">Configure Hakyll with GitHub Pages the Easy Way</a> - July 20, 2019
</li>
</ul>
</main>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>