diff --git a/src/lib/assets/images/chlorophytum-comosum.jpg b/src/lib/assets/images/chlorophytum-comosum.jpg new file mode 100644 index 0000000..3e5588f Binary files /dev/null and b/src/lib/assets/images/chlorophytum-comosum.jpg differ diff --git a/src/lib/assets/images/spathiphyllum-wallisii.jpg b/src/lib/assets/images/spathiphyllum-wallisii.jpg new file mode 100644 index 0000000..b9ebc12 Binary files /dev/null and b/src/lib/assets/images/spathiphyllum-wallisii.jpg differ diff --git a/src/lib/assets/plants/aloe-vera.toml b/src/lib/assets/plants/aloe-vera.toml index 4416796..aa860fb 100644 --- a/src/lib/assets/plants/aloe-vera.toml +++ b/src/lib/assets/plants/aloe-vera.toml @@ -4,6 +4,7 @@ bin_name = "Aloe Vera" [image] local = "aloe-vera.jpg" +remote = "https://upload.wikimedia.org/wikipedia/commons/d/d2/Aloe_Vera_%284700054020%29.jpg" format = "jpeg" source = "https://commons.wikimedia.org/wiki/File:Aloe_Vera_(4700054020).jpg" alt = """ diff --git a/src/lib/assets/plants/chlorophytum-comosum.toml b/src/lib/assets/plants/chlorophytum-comosum.toml new file mode 100644 index 0000000..56ed9a4 --- /dev/null +++ b/src/lib/assets/plants/chlorophytum-comosum.toml @@ -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.""" diff --git a/src/lib/assets/plants/spathiphyllum-wallisii.toml b/src/lib/assets/plants/spathiphyllum-wallisii.toml new file mode 100644 index 0000000..d08a46f --- /dev/null +++ b/src/lib/assets/plants/spathiphyllum-wallisii.toml @@ -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 +"""