Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sections:
background_image: images/header.jpg
background_image_opacity: 65
content: |-
# Real, beautiful plants right to your door
Don't forget to add your Snipcart API key to the site's configuration to enable Cart actions.
beautiful plants right to your door
Don't forget to add your Snipcart API key to the site's configuration to enable Cart actions.
actions:
- title: See all items
url: "/store"
Expand All @@ -34,16 +34,17 @@ sections:
section_id: testimonials_section
title: Testimonials
testimonials:
- author:
name: John Dope
location: Colorado, USA
text: I didn't know the Snipcart guys were into herbs as well! How beautiful is
that Planty theme. I'm going to launch a killer JAMstack e-commerce store using
this for sure.
- author:
name: Major Payne
location: VA, USA
text: Well I'll be d*mned. These plants really ARE greener than any of my recruits.
- author:
name: John Dope
location: Colorado, USA
text:
I didn't know the Snipcart guys were into herbs as well! How beautiful is
that Planty theme. I'm going to launch a killer JAMstack e-commerce store using
this for sure.
- author:
name: Major Payne
location: VA, USA
text: Well I'll be d*mned. These plants really ARE greener than any of my recruits.
- type: promotion_section
section_id: promotion_section
title: A new home interior for summer
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"build": {
"patterns": "*",
"extensions": "*",
"ignore": ["public", "node_modules", "package.json"]
"ignore": [
"public",
"node_modules",
"package.json"
]
}
},
"scripts": {
Expand Down