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

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 12:24:58 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 12:24:58 +0300
commit40588199b1253be3bb2ff71000e0e308df45ef6b (patch)
tree3e253e6df7b5d2e054c0a089b379940e77b423f2 /exampleSite
parent4e5adc63fb021c307c3eebf81472bc14cc46f548 (diff)
added snipcart
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml15
-rw-r--r--exampleSite/data/homepage.yml22
2 files changed, 21 insertions, 16 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 902d7c2..3537a80 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,6 +20,8 @@ theme = "vex-hugo"
URL = "css/owl.carousel.css"
[[params.plugins.css]]
URL = "css/magnific-popup.css"
+ [[params.plugins.css]]
+ URL = "https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.css"
# JS Plugins
[[params.plugins.js]]
@@ -30,6 +32,8 @@ theme = "vex-hugo"
URL = "js/owl.carousel.min.js"
[[params.plugins.js]]
URL = "js/jquery.magnific-popup.min.js"
+ [[params.plugins.js]]
+ URL = "https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.js"
###################################### Navigation ######################################
@@ -59,10 +63,13 @@ home = "Home"
description = "This is meta description"
author = "Themefisher"
# Google Analitycs
-googleAnalitycsID = "Your ID"
+google_analitycs_id = "Your ID"
+# snipcart public api key
+snipcart_api = "ZDgxY2ZiM2EtMWRmMi00M2ZkLWI1MDAtNzA2MDc0Y2Q1MzJlNjM3MTAzNDIwOTQ1NDA4NjM4"
# copyright
copyright = "Copyright 2019 &copy; [themefisher](http://www.Themefisher.com) | All right reserved."
- # Preloader
- [params.preloader]
- enable = true \ No newline at end of file
+# Preloader
+[params.preloader]
+enable = true
+preloader = "" # use .png , .svg or .gif format \ No newline at end of file
diff --git a/exampleSite/data/homepage.yml b/exampleSite/data/homepage.yml
index b173346..edb728e 100644
--- a/exampleSite/data/homepage.yml
+++ b/exampleSite/data/homepage.yml
@@ -4,9 +4,15 @@ banner:
title : "Believe in Technology, Make the change"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptas, modi fugit in veritatis labore perferendis. Minima hic at, nostrum nihil!"
image : "images/watch.png"
- button:
- link : "#"
- label : "Buy Now With $199"
+ button: "Buy Now With $199"
+
+############################## product ###########################
+product:
+ name : "Smart watch"
+ image : "images/watch.png"
+ price : "199"
+ colors : ["black","white","gray"]
+ sizes : ["small","medium","large"]
############################# Feature ############################
features:
@@ -130,12 +136,4 @@ testimonial:
- name : "Jonathon Andrew"
designation : "CEO, Themefisher"
image : "images/avater.png"
- content : "A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents."
-
-
- ################# button ###############
- button:
- enable : true
- label : "Grab You Product Now"
- link : "#"
- \ No newline at end of file
+ content : "A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents." \ No newline at end of file