From d363735fc4bd14b5c89faf805f833dd36a7a3f5d Mon Sep 17 00:00:00 2001 From: Nick Sima Date: Thu, 14 Feb 2019 15:33:38 -0800 Subject: Added Person template and new influencer. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') 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 = "" + } + ] + } -- cgit v1.2.3