-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
37 lines (33 loc) · 1.12 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#===========================#
# Example configuration file
#===========================#
# Images and fonts
# @Required
content:
images: # !!! SVG is not supported !!!
background_tile: content/tile.png # https://shikimori.one/assets/background/square_bg.png
star: content/star.png # Rating star image, png, with alpha channel
logo: # Shikimori's logo contains two parts
glyph: content/shikimori-glyph.png
text: content/shikimori-logo.png
fonts: # Must use TrueType fonts
text: content/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf
bold_text: content/Open_Sans/static/OpenSans/OpenSans-Bold.ttf
numbers: content/Tahoma/tahoma.ttf
japanese: content/Noto_Serif_JP/NotoSerifJP-Bold.otf # For cases, when text contains Japanese symbols
# Main colors
# @Optional
colors:
background: '#ffffff'
text: '#343434'
year: '#555555' # Color of year's text (ex: 1996)
rating: # Colors for score's stars
active: '#4c86c8'
regular: '#cccccc'
# Facebook/Twitter/Google/Telegram has recommended image size:
# - 'big' = 1200x630
# - 'small' = 600x315
#
# 1200x630 is preferable
# @Optional
size: 'big'