bb72d16cce
Hugo is a bit too heavyweight for my taste. Change-Id: I331bc5898bd40f1a03bbde8ad69fe3cc9f72c18b Reviewed-on: https://cl.tvl.fyi/c/depot/+/4704 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
18 lines
391 B
Nix
18 lines
391 B
Nix
# 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;
|
|
}
|
|
]
|