Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-12 09:44:45 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 09:44:45 +0300
commitda48a5be3a28f1420dfd5cf64e0ee21ec364d30f (patch)
tree81e26fc607019959d0ce3aa44eb8a32e54dc9d1a /archetypes
Initial commit
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/products.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/products.md b/archetypes/products.md
new file mode 100644
index 0000000..06d9e30
--- /dev/null
+++ b/archetypes/products.md
@@ -0,0 +1,13 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+tags: []
+categories: []
+images: []
+thumbnailImage: ""
+comparePrice: ""
+actualPrice: ""
+inStock: true
+---
+
+**Insert Product description here**** \ No newline at end of file