tvl-depot/users/wpcarro/website/blog/posts.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
557 B
Nix
Raw Normal View History

# To format the date, run:
# $ date -d "today" +%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;
}
]