From c9bc5e29af417a25c140985ed865e3502fd92bb2 Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 27 Mar 2020 11:31:43 +0100 Subject: [PATCH] document all possible values in me.sample.yml --- config/me.sample.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/me.sample.yml b/config/me.sample.yml index 56e37b0..4b5112f 100644 --- a/config/me.sample.yml +++ b/config/me.sample.yml @@ -1,6 +1,15 @@ username: 'username' name: 'You Name' -icon_url: 'https://you-avatar-url' domain: 'your-domain.tld' -summary: 'your summary' https: true +summary: 'your summary' +icon_url: 'https://you-avatar-url' +#pass: '' +#profile_metadata: +# name1: 'value' +# name2: 'value2' +hide_following: true +#theme: +# style: "light" #or "dark" +# color: "#1d781d" # (green, default for light) + # "#33ff00" (purple, default for dark)