refactor(wpcarro/blog): Prefer depot.web.blog
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
This commit is contained in:
parent
21e1ae3e69
commit
bb72d16cce
41 changed files with 77 additions and 1119 deletions
18
users/wpcarro/website/blog/posts.nix
Normal file
18
users/wpcarro/website/blog/posts.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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;
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue