diff options
author | Nick Sima <nicksima@gmail.com> | 2019-02-14 15:33:38 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-16 19:24:10 -0800 |
commit | d363735fc4bd14b5c89faf805f833dd36a7a3f5d (patch) | |
tree | fda695d7a804b52e77c5654b283325e2535feae7 /README.md | |
parent | f7114a8d171fadd26b9410be5ebed3841b3c0fa8 (diff) |
Added Person template and new influencer.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 = "" + } + ] + } |