12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Media on Cupper</title>
- <link>https://thepaciellogroup.github.io/cupper/patterns/media/</link>
- <description>Recent content in Media on Cupper</description>
- <generator>Hugo -- gohugo.io</generator>
- <language>en-us</language>
-
- <atom:link href="https://thepaciellogroup.github.io/cupper/patterns/media/index.xml" rel="self" type="application/rss+xml" />
-
-
- <item>
- <title>Including images</title>
- <link>https://thepaciellogroup.github.io/cupper/patterns/media/including-images/</link>
- <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
- <guid>https://thepaciellogroup.github.io/cupper/patterns/media/including-images/</guid>
- <description>From time to time, you&rsquo;ll be wanting to include images illustrating the documented pattern in hand. Images live in the static folder, which is a sibling of the /content folder you&rsquo;ll be mostly working in.
- content static images logo.png menu-button.gif When you first make a copy of Cupper, Cupper&rsquo;s own logo will be included. You should replace this with your own company or project logo.</description>
- </item>
-
- <item>
- <title>Including videos</title>
- <link>https://thepaciellogroup.github.io/cupper/patterns/media/including-videos/</link>
- <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
- <guid>https://thepaciellogroup.github.io/cupper/patterns/media/including-videos/</guid>
- <description>Cupper has a lot of its own shortcodes, but you can still use Hugo&rsquo;s built in shortcodes. These include a simple shortcode for including YouTube videos in your content. The shortcode takes just one parameter — the video&rsquo;s id.
- &#x7b;{&lt;youtube w7Ft2ymGmfc}} </description>
- </item>
-
- </channel>
- </rss>
|