about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/posts.nix
blob: ac1677dc591a4306f458f315d095c69dcfd9ecec (plain) (blame)
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
# To format the date, run:
#   $ date -d "2020-04-02" +%s
[
  {
    key = "cell-phone-experiment";
    title = "Cell Phone Experiment";
    date = 1585800000;
    content = ./posts/cell-phone-experiment.md;
    draft = false;
  }
  {
    key = "quassel-google-vm";
    title = "IRC, GCP, and NixOS";
    date = 1640404800;
    content = ./posts/quassel-google-vm.md;
    draft = true;
  }
  {
    key = "send-mail-as-2fa";
    title = "2FA and Gmail's \"Send mail as\"";
    date = 1641497483;
    content = ./posts/send-mail-as-2fa.md;
    draft = false;
  }
]