aboutsummaryrefslogtreecommitdiffstats
path: root/site/content/values/_index.md
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-12-07 00:21:51 -0800
committerBenaiah Mischenko <benaiah@mischenko.com>2017-12-07 01:43:09 -0800
commitd91206659bd17c190e2940a2c564f371cafc7ebc (patch)
tree3ae40f7a9c2668fb4ffaaa7fdd2746e8e5ccb267 /site/content/values/_index.md
parent3dc23ec6642f8238a9bb3e618544108cddcf2791 (diff)
Update hugo and content structure; add home page to CMS
This updates to hugo v0.31 It also adapts the content model to follow the convention for sections with _index.md files and makes the home page a fully editable section
Diffstat (limited to 'site/content/values/_index.md')
-rw-r--r--site/content/values/_index.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/site/content/values/_index.md b/site/content/values/_index.md
new file mode 100644
index 0000000..b92073d
--- /dev/null
+++ b/site/content/values/_index.md
@@ -0,0 +1,45 @@
+---
+title: "Values"
+image: /img/about-jumbotron.jpg
+values:
+ - heading: "Shade-grown coffee"
+ text: >
+ Coffee is a small tree or shrub that grows in the forest
+ understory in its wild form, and traditionally was grown
+ commercially under other trees that provided shade. The
+ forest-like structure of shade coffee farms provides habitat for
+ a great number of migratory and resident species.
+ imageUrl: "/img/about-shade-grown.jpg"
+ - heading: "Single origin"
+ text: >
+ Single-origin coffee is coffee grown within a single known
+ geographic origin. Sometimes, this is a single farm or a
+ specific collection of beans from a single country. The name of
+ the coffee is then usually the place it was grown to whatever
+ degree available.
+ imageUrl: "/img/about-single-origin.jpg"
+ - heading: "Sustainable farming"
+ text: >
+ Sustainable agriculture is farming in sustainable ways based on
+ an understanding of ecosystem services, the study of
+ relationships between organisms and their environment. What
+ grows where and how it is grown are a matter of choice and
+ careful consideration for nature and communities.
+ imageUrl: "/img/about-sustainable-farming.jpg"
+ - heading: "Direct sourcing"
+ text: >
+ We want to truly empower the communities that bring amazing
+ coffee to you. That’s why we reinvest 20% of our profits into
+ farms, local businesses and schools everywhere our coffee is
+ grown. You can see the communities grow and learn more about
+ coffee farming on our blog.
+ imageUrl: "/img/about-direct-sourcing.jpg"
+ - heading: "Reinvest profits"
+ text: >
+ We want to truly empower the communities that bring amazing
+ coffee to you. That’s why we reinvest 20% of our profits into
+ farms, local businesses and schools everywhere our coffee is
+ grown. You can see the communities grow and learn more about
+ coffee farming on our blog.
+ imageUrl: "/img/about-reinvest-profits.jpg"
+---