feat(web/homepage): Add entries for the depot itself & journaldriver
This commit is contained in:
parent
4b5ca24f81
commit
9d9e088943
1 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
class = "project";
|
||||||
|
title = "depot";
|
||||||
|
url = "https://git.tazj.in/about";
|
||||||
|
date = 1576800000;
|
||||||
|
description = "Merging all of my projects into a single, Nix-based monorepo";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
class = "project";
|
class = "project";
|
||||||
title = "Nixery";
|
title = "Nixery";
|
||||||
|
@ -20,4 +27,11 @@
|
||||||
date = 1560898800;
|
date = 1560898800;
|
||||||
description = "A universal convention for conveying time (by edef <3)";
|
description = "A universal convention for conveying time (by edef <3)";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
class = "project";
|
||||||
|
title = "journaldriver";
|
||||||
|
url = "https://git.tazj.in/about/ops/journaldriver";
|
||||||
|
date = 1527375600;
|
||||||
|
description = "Small daemon to forward logs from journald to Stackdriver Logging";
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue