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

gitlab.com/kskarthik/resto-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-11-09 14:06:09 +0300
committerkarthik <kskarthik@gitlab.io>2019-11-09 14:06:09 +0300
commit403aa003999089e2e971e19175f832bdb326225c (patch)
tree7a6662a29c6bba4fca872405f908684f96ba475e /exampleSite/content/blog/post-6.md
parent94acae8da22925845071e0ae8fdca03c4c368ae4 (diff)
some more changes for hugo submission
Diffstat (limited to 'exampleSite/content/blog/post-6.md')
-rw-r--r--exampleSite/content/blog/post-6.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/exampleSite/content/blog/post-6.md b/exampleSite/content/blog/post-6.md
new file mode 100644
index 0000000..f418795
--- /dev/null
+++ b/exampleSite/content/blog/post-6.md
@@ -0,0 +1,32 @@
+---
+title: "Hugo shortcodes"
+date: 2018-03-18T12:13:36+05:30
+description: Here is a demo of all shortcodes available in Hugo.
+---
+
+## Images
+
+{{< figure src="https://images.unsplash.com/photo-1560032779-0a8809186efd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" title="Dave Herring" >}}
+
+{{< figure src="https://images.unsplash.com/photo-1560032779-0a8809186efd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=80" title="Dave Herring" >}}
+
+
+## Github Gist
+
+{{< gist spf13 7896402 >}}
+
+## Youtube video
+
+{{< youtube w7Ft2ymGmfc >}}
+
+## Tweet
+
+{{< tweet 877500564405444608 >}}
+
+## Vimeo
+
+{{< vimeo id="146022717" >}}
+
+## Instagram
+
+{{< instagram BWNjjyYFxVx >}}