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.
24 lines
427 B
TOML
24 lines
427 B
TOML
bin_name = "Aloe Vera"
|
|
|
|
[image]
|
|
url = "/img/plants/aloe-vera.jpg"
|
|
source = "https://commons.wikimedia.org/wiki/File:Aloe_Vera_(4700054020).jpg"
|
|
alt = """
|
|
Aloe Vera. \
|
|
Tentacle-like succulent leaves sprout out from the base of the plant \
|
|
going up at multiple angles.
|
|
"""
|
|
|
|
[site]
|
|
light = "full or part sun"
|
|
humidity = "any"
|
|
|
|
[temp]
|
|
death = 5
|
|
lower = 12
|
|
upper = 29
|
|
|
|
[care]
|
|
water_schedule = "16 days"
|
|
fertilize_schedule = "month"
|