summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Sima <nicksima@gmail.com>2019-02-14 15:33:38 -0800
committerBen Sima <ben@bsima.me>2019-02-16 19:24:10 -0800
commitd363735fc4bd14b5c89faf805f833dd36a7a3f5d (patch)
treefda695d7a804b52e77c5654b283325e2535feae7 /README.md
parentf7114a8d171fadd26b9410be5ebed3841b3c0fa8 (diff)
Added Person template and new influencer.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index a093a45..c0b599c 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,21 @@ When that damn bug gets fixed, we could just do:
nix-deploy --to root@simatime.com \
--path $(nix-build --no-out-path ./nixos.nix)
+
+
+
+
+, Person { _name = ""
+ , __pic = ""
+ , _twitter = ""
+ , _website = ""
+ , _books = [ Book { _title = ""
+ , _author = ""
+ , _amznref = ""
+ }
+ , Book { _title = ""
+ , _author =""
+ , _amznref = ""
+ }
+ ]
+ }