diff options
| author | Christine Dodrill <me@christine.website> | 2021-09-24 16:48:03 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-09-24 16:48:03 -0400 |
| commit | 92b253972c2b97e6489f12e7068504e754367381 (patch) | |
| tree | 82eedee43362f0f46d34edcb15521d79ea17dd19 /config.dhall | |
| parent | 7bdd2936c28673eca80854eb3d92d0ee50970368 (diff) | |
| download | xesite-92b253972c2b97e6489f12e7068504e754367381.tar.xz xesite-92b253972c2b97e6489f12e7068504e754367381.zip | |
My Next Life as an Imaginary Bottle of Window Cleaner
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'config.dhall')
| -rw-r--r-- | config.dhall | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/config.dhall b/config.dhall index 827a00a..aa57cd0 100644 --- a/config.dhall +++ b/config.dhall @@ -54,14 +54,6 @@ let Config = , inSystem = True } , Author::{ - , name = "Ashe" - , handle = "ectamorphic" - , picUrl = None Text - , link = None Text - , twitter = None Text - , inSystem = True - } - , Author::{ , name = "Jessie" , handle = "Heartmender" , picUrl = Some @@ -70,14 +62,9 @@ let Config = , twitter = Some "BeJustFine" , inSystem = True } - , Author::{ - , name = "Nicole" - , handle = "Twi" - , picUrl = None Text - , link = None Text - , twitter = None Text - , inSystem = True - } + , Author::{ name = "Ashe", handle = "ectamorphic", inSystem = True } + , Author::{ name = "Nicole", handle = "Twi", inSystem = True } + , Author::{ name = "Mai", handle = "Mai", inSystem = True } ] , port = defaultPort , clackSet = [ "Ashlynn" ] |
