change product extension to yaml

Tom Rutgers committed Aug 17, 2018
commit 61fe4856e2a680c3d638dd85b92eebdce19f118d
Showing 2 changed files with 1 additions and 11 deletions
data/products/coffea-liberica.md +0 -11
@@ @@ -1,11 +0,0 @@
- ---
- title: Coffea Liberica
- date: 2018-08-17T21:50:32.374Z
- image: /images/uploads/product-01.jpg
- weight:
- amount: '0.5'
- price: '18'
- ---
- The Coffea Liberica tree grows up to 20 meters in height, producing larger fruits than those found on Coffea arabica trees. This coffee was brought to Indonesia to replace the arabica trees killed by the coffee rust disease at the end of the 19th century. It is still found in parts of Central and East Java today.
-
- Liberica is a small crop in the Philippines. The city of Lipa in the province of Batangas province became the country's biggest producer of arabica in the 1880s until the industry collapsed due, as with Indonesia above, to the coffee rust of the 1890s, killing almost all Coffea arabica plants in the area and threatening the variety with extinction. Today, Batangas and the neighboring province of Cavite are producers of a variety of liberica known as barako.
source/admin/config.yml +1 -0
@@ @@ -23,6 +23,7 @@ collections:
#yaml middleman data example
- name: products
label: Products
+ extension: yml
folder: data/products/
create: true
slug: '{{title}}'