You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
589 B
TOML
28 lines
589 B
TOML
bin_name = "Monstera deliciosa"
|
|
|
|
[image]
|
|
url = "/img/plants/monstera-deliciosa.jpg"
|
|
source = "https://commons.wikimedia.org/wiki/File:New_Monstera_Deliciosa_Leaf.jpg"
|
|
alt = """
|
|
Monstera deliciosa. \
|
|
A big leaf with gaps is shown in the middle \
|
|
with other leaves in the back. The leaf is heart-shaped. \
|
|
The plant is potted in a pot with a moss stick.\
|
|
"""
|
|
|
|
[site]
|
|
light = "shade, some sun"
|
|
temp = "18°C - 25°C"
|
|
humidity = "high"
|
|
|
|
[temp]
|
|
death = 10
|
|
lower = 18
|
|
upper = 24
|
|
|
|
[care]
|
|
water_schedule = "8 days"
|
|
mist_schedule = "week"
|
|
fertilize_schedule = "16 days"
|
|
clean_schedule = "3 months"
|