Add peace lily and spiderplant
parent
7949c3ce5e
commit
849921e994
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
@ -0,0 +1,49 @@
|
|||||||
|
slug = "chlorophytum-comosum"
|
||||||
|
name = "Spider Plant"
|
||||||
|
bin_name = "Chlorophytum Comosum"
|
||||||
|
|
||||||
|
[image]
|
||||||
|
local = "chlorophytum-comosum.jpg"
|
||||||
|
remote = "https://upload.wikimedia.org/wikipedia/commons/1/1b/Spider_Plant_%28Chlorophytum_comosum%29.jpg"
|
||||||
|
format = "jpeg"
|
||||||
|
source = "https://commons.wikimedia.org/wiki/File:Spider_Plant_(Chlorophytum_comosum).jpg"
|
||||||
|
alt = """
|
||||||
|
Spider Plant. \
|
||||||
|
A plant with long narrow leaves in a dark green color. \
|
||||||
|
The edges of the leaves are almost white. All leaves spread \
|
||||||
|
from the center of the plant. There's no stalk.
|
||||||
|
"""
|
||||||
|
|
||||||
|
[temp]
|
||||||
|
death = 0
|
||||||
|
lower = 15
|
||||||
|
upper = 25
|
||||||
|
|
||||||
|
[site]
|
||||||
|
description = """
|
||||||
|
Place the Spider Plant in a spot with low light or indirect bright light. Do not expose it to direct sunlight. The Spider Plant is used to normal to slightly humid climate and prefers temperatures between 15°C and 25°C. It will die in temperatures below 0°C.
|
||||||
|
"""
|
||||||
|
light = "low - bright indirect"
|
||||||
|
humidity = "normal - humid"
|
||||||
|
|
||||||
|
[care]
|
||||||
|
description = """
|
||||||
|
The Spider Plant needs to be watered every week. Wait for the dirt to be almost completely dry. Mist the plant every week as it prefers slightly humid climate. Every two weeks fertiziler can be applied.
|
||||||
|
"""
|
||||||
|
water_schedule = "week"
|
||||||
|
fertilize_schedule = "2 weeks"
|
||||||
|
mist_schedule = "week"
|
||||||
|
|
||||||
|
[common_issues]
|
||||||
|
description = """
|
||||||
|
### Brown Leaf Tips
|
||||||
|
|
||||||
|
The air might be to dry. Mist your plant regularly (every week).
|
||||||
|
|
||||||
|
### Dry Crispy Leaf Tips
|
||||||
|
|
||||||
|
The plant does not get enough water.
|
||||||
|
|
||||||
|
### Dark brown Leaf Tips
|
||||||
|
|
||||||
|
The plant is being overwatered."""
|
@ -0,0 +1,66 @@
|
|||||||
|
slug = "spathiphyllum-wallisii"
|
||||||
|
name = "Peace Lily"
|
||||||
|
bin_name = "Spathiphyllum Wallisii"
|
||||||
|
|
||||||
|
[image]
|
||||||
|
local = "spathiphyllum-wallisii.jpg"
|
||||||
|
remote = "https://upload.wikimedia.org/wikipedia/commons/2/27/Spathiphyllum_wallisii2749939692.jpg"
|
||||||
|
format = "jpeg"
|
||||||
|
width = 1512
|
||||||
|
source = "https://commons.wikimedia.org/wiki/File:Spathiphyllum_wallisii2749939692.jpg"
|
||||||
|
alt = """
|
||||||
|
Peace Lily. \
|
||||||
|
A plant with dark green leaves in an almond shape. \
|
||||||
|
Its flowers are white standing upright with one petal and a spiky \
|
||||||
|
cream-white stamp in the middle attached to long stalks.
|
||||||
|
"""
|
||||||
|
|
||||||
|
[temp]
|
||||||
|
death = 0
|
||||||
|
lower = 18
|
||||||
|
upper = 24
|
||||||
|
|
||||||
|
[site]
|
||||||
|
light = "bright indirect"
|
||||||
|
humidity = "humid"
|
||||||
|
description = """
|
||||||
|
The Peace Lily prefers bright indirect light. It can adapt to lower light conditions.
|
||||||
|
Direct sunlight will burn the plant.
|
||||||
|
Peace Lily thrives in temperatures between 18°C and 24°C. It can survive temperatures
|
||||||
|
as low as 0°C.
|
||||||
|
The plant is used to a high humidity environment. Make sure to mist the plant regularly
|
||||||
|
or use humidifiers.
|
||||||
|
"""
|
||||||
|
|
||||||
|
[care]
|
||||||
|
water_schedule = "4 days"
|
||||||
|
fertilize_schedule = "11 days"
|
||||||
|
mist_schedule = "week"
|
||||||
|
clean_schedule = "month"
|
||||||
|
description = """
|
||||||
|
The Peace Lily needs to be watered twice a week. Water it when the top soil is dry
|
||||||
|
and make sure the plant is not standing in water.
|
||||||
|
Mist the plant every week as it prefers high humidity. The plant can be
|
||||||
|
fertilized every 11 days. Make sure to clean the leaves every month for better
|
||||||
|
light uptake.
|
||||||
|
"""
|
||||||
|
|
||||||
|
[common_issues]
|
||||||
|
description = """
|
||||||
|
### Drooping Leaves
|
||||||
|
|
||||||
|
The reasons for drooping leaves can be:
|
||||||
|
- overwatering
|
||||||
|
- direct light
|
||||||
|
- suboptimal temperature
|
||||||
|
- suboptimal humidity
|
||||||
|
- pests
|
||||||
|
|
||||||
|
### Yellow Leaves
|
||||||
|
|
||||||
|
When leaves age they naturally turn yellow. But yellowing might also
|
||||||
|
be caused by other factors like:
|
||||||
|
- overwatering *or* underwatering
|
||||||
|
- lighting issues
|
||||||
|
- pests
|
||||||
|
"""
|
Loading…
Reference in New Issue