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.

19 lines
391 B
Nix
Raw Normal View History

# 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;
}
]