-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneral_feed.xml
More file actions
68 lines (48 loc) · 5.41 KB
/
general_feed.xml
File metadata and controls
68 lines (48 loc) · 5.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Octopod</title>
<link href="http://localhost:4000/general_feed.xml" rel="self"/>
<link href="http://localhost:4000"/>
<updated>2018-08-26T17:33:41+05:30</updated>
<id>http://localhost:4000/</id>
<author>
<name>Uncle Octopod</name>
<email>octopod@example.com</email>
</author>
<entry>
<title>Welcome to Jekyll!</title>
<link href="http://localhost:4000/jekyll/update/2018/08/25/welcome-to-jekyll.html"/>
<updated>2018-08-25T05:04:14+05:30</updated>
<id>http://localhost:4000/jekyll/update/2018/08/25/welcome-to-jekyll</id>
<content type="html"><p>You’ll find this post in your <code class="highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
<p>To add new posts, simply add a file in the <code class="highlighter-rouge">_posts</code> directory that follows the convention <code class="highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
<p>Jekyll also offers powerful support for code snippets:</p>
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
<span class="k">end</span>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
</content>
</entry>
<entry>
<title>Episode 0</title>
<link href="http://localhost:4000/2016/03/22/episode0.html"/>
<updated>2016-03-22T00:00:00+05:30</updated>
<id>http://localhost:4000/2016/03/22/episode0</id>
<content type="html"><script>
window.playerConfiguration = {"options":{"theme":"default","startPanel":"ChapterMarks"},"extensions":{"ChapterMarks":{},"EpisodeInfo":{},"Playlist":{}},"title":null,"episode":{"media":{"mp3":"http://your.fancy.hosting/episodes/episode0.mp3","ogg":"http://your.fancy.hosting/episodes/episode0.ogg","m4a":"http://your.fancy.hosting/episodes/episode0.m4a"},"coverUrl":"http://localhost:4000/img/logo-360x360.png","title":"Episode 0","subtitle":"Getting Started Is Never Easy","url":"http://localhost:4000/2016/03/22/episode0.html","description":null,"chaptermarks":[{"start":"00:00:00.000 ","title":"Intro."},{"start":"00:00:01.000 ","title":"... Shoubidoubidoo ..."},{"start":"00:00:02.000 ","title":"Outro."}]}}
</script>
<script class="podigee-podcast-player" data-configuration="playerConfiguration" src="http://localhost:4000/podigee-player/javascripts/podigee-podcast-player.js">
</script>
<h2 id="show-notes-and-links">Show Notes and Links</h2>
<ul>
<li>Well this is the place for the Show Notes.</li>
<li>Send Feedback either in the <a href="https://github.com/haslinger/jekyll-octopod">Github Repo</a> or at the Twitter account <a href="http://twitter.com/@AuaUffCode">@AuaUffCode</a>.</li>
</ul>
</content>
<link rel="enclosure" type="audio/mpeg" length="45750" href="http://localhost:4000/episodes/episode0.mp3"/>
<link rel="enclosure" type="audio/ogg; codecs=vorbis" length="58927" href="http://localhost:4000/episodes/episode0.ogg"/>
<link rel="enclosure" type="audio/mp4a-latm" length="212562" href="http://localhost:4000/episodes/episode0.m4a"/>
</entry>
</feed>