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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2020-12-30 10:35:09 +0300
committerBala Ramadurai <bala@balaramadurai.net>2020-12-30 10:35:09 +0300
commitc02cb1db5d9c306ffd662d379e4a51d556accaa7 (patch)
tree84652edd9f9dc34f6cea505ac891beb07cba9cc4
parent87d9cdf1a5397ada9ef8784b94ec9b7da7216c48 (diff)
Videos in slider
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/data/slider/1.yaml2
-rw-r--r--exampleSite/data/slider/2.yaml2
-rw-r--r--exampleSite/data/slider/3.yaml4
-rw-r--r--exampleSite/data/slider/4.yaml4
5 files changed, 10 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8adfc05..833abd1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -69,7 +69,6 @@ canonifyURLs = true
enable = true
facebook = true
twitter = true
- googleplus = true
linkedin = true
email = true
diff --git a/exampleSite/data/slider/1.yaml b/exampleSite/data/slider/1.yaml
index 56e6342..f65d098 100644
--- a/exampleSite/data/slider/1.yaml
+++ b/exampleSite/data/slider/1.yaml
@@ -1,4 +1,4 @@
-Title: "World's greatest image"
+Title: "World's greatest image from data/1.yaml"
banner: "new-york-featured.jpg"
Summary: "This is the greatest *thing* since sliced bread"
url: http://balaramadurai.github.io/post/this-post-has-no-body/
diff --git a/exampleSite/data/slider/2.yaml b/exampleSite/data/slider/2.yaml
index 5502027..3639ecb 100644
--- a/exampleSite/data/slider/2.yaml
+++ b/exampleSite/data/slider/2.yaml
@@ -1,4 +1,4 @@
-Title: "Featured 4 comes nice and dandy"
+Title: "Featured 4 comes nice and dandy from the data/2.yaml file"
banner: "banners/featured-4.jpg"
Summary: "You can insert links here - [http://www.customer1.com](Customer 1)"
url: http://balaramadurai.github.io/post/this-post-has-no-body/
diff --git a/exampleSite/data/slider/3.yaml b/exampleSite/data/slider/3.yaml
new file mode 100644
index 0000000..89e7f2e
--- /dev/null
+++ b/exampleSite/data/slider/3.yaml
@@ -0,0 +1,4 @@
+Title: "Coolest YouTube video from data/3.yaml"
+banner: "https://www.youtube.com/embed/ResipmZmpDU"
+Summary: "This is the greatest *thing* since sliced bread"
+url: http://balaramadurai.github.io/post/this-post-has-no-body/
diff --git a/exampleSite/data/slider/4.yaml b/exampleSite/data/slider/4.yaml
new file mode 100644
index 0000000..6b5e0e2
--- /dev/null
+++ b/exampleSite/data/slider/4.yaml
@@ -0,0 +1,4 @@
+Title: "Coolest Vimeo video from data/4.yaml"
+banner: "https://player.vimeo.com/video/63186969"
+Summary: "This is the greatest *thing* since sliced bread"
+url: http://balaramadurai.github.io/post/this-post-has-no-body/