diff options
| author | Xe <me@christine.website> | 2021-12-02 18:04:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 18:04:20 -0500 |
| commit | 912fd7473dbfbf65d8ac4af957f27848c4013a61 (patch) | |
| tree | f049cc90bd530d60ec3f8f6419fcbc64849d0f8b /config.dhall | |
| parent | 3937405b8598714b5072c241efc94361ec05cfbd (diff) | |
| download | xesite-912fd7473dbfbf65d8ac4af957f27848c4013a61.tar.xz xesite-912fd7473dbfbf65d8ac4af957f27848c4013a61.zip | |
Vr hellscape (#418)
* start VR post
Signed-off-by: Xe <me@christine.website>
* friendship ended, other NixOS steps
Signed-off-by: Xe <me@christine.website>
* controller model is backwards
Signed-off-by: Xe <me@christine.website>
* i word good
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'config.dhall')
| -rw-r--r-- | config.dhall | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config.dhall b/config.dhall index aa57cd0..9b2b724 100644 --- a/config.dhall +++ b/config.dhall @@ -21,7 +21,7 @@ let Author = , link = None Text , twitter = None Text , default = False - , inSystem = True + , inSystem = False } } @@ -62,7 +62,13 @@ let Config = , twitter = Some "BeJustFine" , inSystem = True } - , Author::{ name = "Ashe", handle = "ectamorphic", inSystem = True } + , Author::{ + , name = "Ashe" + , handle = "ectamorphic" + , picUrl = Some + "https://cdn.christine.website/file/christine-static/img/FFVV1InX0AkDX3f_cropped_smol.jpg" + , inSystem = True + } , Author::{ name = "Nicole", handle = "Twi", inSystem = True } , Author::{ name = "Mai", handle = "Mai", inSystem = True } ] |
