tvl-depot/users/wpcarro/website/blog/posts.nix
William Carroll 8735b9df86 docs(wpcarro/blog): Use "today" in the call to date
Now I can copy-paste without replacing the placeholder
date-string (i.e. "2020-04-02").

Change-Id: Ie4ee843b495447a2d4b7e6634114b81b3fc0a50e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4822
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-01-08 06:24:03 +00:00

25 lines
557 B
Nix

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