add example of some options to config/me.sample.yml

This commit is contained in:
hiromi-mi 2020-08-16 12:02:02 +09:00
parent 6bcbc54a23
commit 18140ccf87
No known key found for this signature in database
GPG key ID: 5468FD250B7979DE

View file

@ -19,3 +19,12 @@ pass: '<bcrypt password hash>'
# # accent color # # accent color
# color: "#1d781d" # (green, default for light) # color: "#1d781d" # (green, default for light)
# "#33ff00" # (lime green, default for dark) # "#33ff00" # (lime green, default for dark)
#emojis: '' # space-separated emojis
#emoji_tpl: # emoji template
# '<img src="/static/twemoji/{filename}.svg" alt="{raw}" class="emoji">'
#blacklist:
# - "example.com"
# - ...
#disable_webmentions: false
#replies_in_stream: false
#days_to_keep: 14