-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (48 loc) · 2.24 KB
/
index.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
<!DOCTYPE html>
<!-- taken from https://github.com/jgm/pandoc-templates/blob/05d510b4dc5af87cbf25d92fa8318f44e155b919/default.html5 -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="" >
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>blog</title>
<link rel="stylesheet" href="./static/reset.css" />
<link rel="stylesheet" href="./static/custom.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z1X55TYTWF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-Z1X55TYTWF');
</script></head>
<body>
<article>
<header id="title-block-header">
<h1 class="title">blog</h1>
</header>
<ul>
<li><a href="./posts/2025-02-02-calling-ocaml-from-c-in-dune.html">2025-02-02: Calling
OCaml from C in dune</a></li>
<li><a href="./posts/2024-11-09-static-site-generation-in-dune.html">2024-11-09: Static
site generation in dune</a></li>
<li><a href="./posts/2021-06-19-bootstrapping-nix-channels-in-nixos.html">2021-06-19: Bootstrapping
Nix channels in NixOS</a></li>
<li><a href="./posts/2020-08-07-jepsen-nixos-containers.html">2020-08-07: Working
Through the Jepsen Tutorial with a NixOS Container Cluster</a></li>
<li><a href="./posts/2020-07-25-ldap-client-with-nixos.html">2020-07-25: Setting
up LDAP Authentication with NixOS</a></li>
<li><a href="./posts/2020-06-29-optin-state.html">2020-06-29: Encypted
Btrfs Root with Opt-in State on NixOS</a></li>
</ul>
<hr>
<small>
<a href="./atom.xml">atom</a>/<a href="./rss.xml">rss</a> |
generated off rev <a href="https://github.com/mt-caret/blog-src/commit/14870e6">14870e6</a>
</small>
</article>
</body>
</html>