index.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <channel>
  4. <title>Media on Infusion</title>
  5. <link>https://heydon.github.io/infusion/patterns/media/</link>
  6. <description>Recent content in Media on Infusion</description>
  7. <generator>Hugo -- gohugo.io</generator>
  8. <language>en-us</language>
  9. <atom:link href="https://heydon.github.io/infusion/patterns/media/index.xml" rel="self" type="application/rss+xml" />
  10. <item>
  11. <title>Including images</title>
  12. <link>https://heydon.github.io/infusion/patterns/media/including-images/</link>
  13. <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
  14. <guid>https://heydon.github.io/infusion/patterns/media/including-images/</guid>
  15. <description>From time to time, you&amp;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&amp;rsquo;ll be mostly working in.
  16. content static images logo.png menu-button.gif When you first make a copy of Infusion, Infusion&amp;rsquo;s own logo will be included. You should replace this with your own company or project logo.</description>
  17. </item>
  18. <item>
  19. <title>Including videos</title>
  20. <link>https://heydon.github.io/infusion/patterns/media/including-videos/</link>
  21. <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
  22. <guid>https://heydon.github.io/infusion/patterns/media/including-videos/</guid>
  23. <description>Infusion has a lot of its own shortcodes, but you can still use Hugo&amp;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&amp;rsquo;s id.
  24. &amp;#x7b;{&amp;lt;youtube w7Ft2ymGmfc}} </description>
  25. </item>
  26. </channel>
  27. </rss>