-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.yml
executable file
·75 lines (52 loc) · 1.61 KB
/
config.default.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Enter your name here, it will show up in the UI:
name: Your Name
# Enable deploying to Vercel
vercel: true
# Set the default currency
currency: €
# Show the Frequently asked questions section
# - Removed in version 3.0.0 -
# Enable importing/exporting user data
export: true
# Show a notice on the website
# - Removed in version 3.0.0 -
# Configure the default Steam module
steam:
# Enable the module
enable: true
# The name of the module in the UI
name: Video games
# Your Steam user ID or profile name
id: YourName
# The recommendation index of Steam
recommend: 0
# Notes to associate with Steam games
# - Removed in version 3.0.0 -
# Add custom items to the wishlist
custom:
# Create a new group
tech:
# Whether the group should be considered not safe for work
# - Removed in version 3.0.0 -
# Name for the group
name: Technology and multimedia
# Recommendation index for the group
recommend: 2
# Items that are part of this group
items:
# Name for an item
- name: Audio-Technica ATH-M50x Black
# Link to the item page
link: https://www.amazon.fr/dp/B00HVLUR86
# Price of the item in cents
price: 14300
# If using a custom currency, specify the format here
unit: "$ %"
# URL to the item image
image: https://m.media-amazon.com/images/I/71BR7ivLOAL._AC_SY879_.jpg
# Source of the item to display in the UI
source: Amazon.fr
# Tags associated with the item
# - Removed in version 3.0.0 -
# Note associated with the item
# - Removed in version 3.0.0 -