<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<generator uri="http://jekyllrb.com" version="2.4.0">Jekyll</generator>
<link href="http://yourdomain.com/jekyll-theme/feed.xml" rel="self" type="application/atom+xml" />
<link href="http://yourdomain.com/jekyll-theme/" rel="alternate" type="text/html" />
<updated>2015-11-11T22:43:50+00:00</updated>
<id>http://yourdomain.com/jekyll-theme/</id>
<title>Your awesome site</title>
<subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
</subtitle>
<author>
<name>Your Name Here</name>
<email>your.name@example.com</email>
<uri>http://blog.example.com</uri>
</author>
<entry>
<title>Welcome to Jekyll!</title>
<link href="http://yourdomain.com/jekyll-theme/blog/2015/11/08/welcome-to-jekyll/" rel="alternate" type="text/html" title="Welcome to Jekyll!" />
<published>2015-11-08T14:17:20+00:00</published>
<updated>2015-11-08T14:17:20+00:00</updated>
<id>http://yourdomain.com/jekyll-theme/blog/2015/11/08/welcome-to-jekyll</id>
<content type="html" xml:base="http://yourdomain.com/jekyll-theme/blog/2015/11/08/welcome-to-jekyll/">&lt;p&gt;You’ll find this post in your &lt;code&gt;_posts&lt;/code&gt; 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 &lt;code&gt;jekyll serve --watch&lt;/code&gt;, which launches a web server and auto-regenerates your site when a file is updated.&lt;/p&gt;

&lt;p&gt;To add new posts, simply add a file in the &lt;code&gt;_posts&lt;/code&gt; directory that follows the convention &lt;code&gt;YYYY-MM-DD-name-of-post.ext&lt;/code&gt; and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.&lt;/p&gt;

&lt;p&gt;Jekyll also offers powerful support for code snippets:&lt;/p&gt;

&lt;p&gt;{% highlight ruby %}
def print&lt;em&gt;hi(name)
  puts &amp;quot;Hi, #{name}&amp;quot;
end
print&lt;/em&gt;hi(&amp;#39;Tom&amp;#39;)&lt;/p&gt;

&lt;h1&gt;=&amp;gt; prints &amp;#39;Hi, Tom&amp;#39; to STDOUT.&lt;/h1&gt;

&lt;p&gt;{% endhighlight %}&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href=&quot;http://jekyllrb.com&quot;&gt;Jekyll docs&lt;/a&gt; for more info on how to get the most out of Jekyll. File all bugs/feature requests at &lt;a href=&quot;https://github.com/jekyll/jekyll&quot;&gt;Jekyll’s GitHub repo&lt;/a&gt;. If you have questions, you can ask them on &lt;a href=&quot;https://github.com/jekyll/jekyll-help&quot;&gt;Jekyll’s dedicated Help repository&lt;/a&gt;.&lt;/p&gt;
</content>
<author>
<name>Jekyll team</name>
<uri>http://jekyllrb.com/</uri>
</author>
<summary>You’ll find this post in your _posts 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 jekyll serve --watch, which launches a web server and auto-regenerates your site when a file is updated.</summary>
</entry>
<entry>
<title>Disqus enable</title>
<link href="http://yourdomain.com/jekyll-theme/blog/2015/11/08/disqus/" rel="alternate" type="text/html" title="Disqus enable" />
<published>2015-11-08T00:00:00+00:00</published>
<updated>2015-11-08T00:00:00+00:00</updated>
<id>http://yourdomain.com/jekyll-theme/blog/2015/11/08/disqus</id>
<content type="html" xml:base="http://yourdomain.com/jekyll-theme/blog/2015/11/08/disqus/">&lt;p&gt;This theme is disqus ready.&lt;/p&gt;

&lt;h2&gt;Configuration&lt;/h2&gt;

&lt;p&gt;In your &lt;code&gt;_config.yml&lt;/code&gt;, put &lt;code&gt;disqus&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; and &lt;code&gt;disqus_shortname&lt;/code&gt; to your disqus shortname.&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-yaml&quot; data-lang=&quot;yaml&quot;&gt;&lt;span class=&quot;l-Scalar-Plain&quot;&gt;disqus&lt;/span&gt;&lt;span class=&quot;p-Indicator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;l-Scalar-Plain&quot;&gt;true&lt;/span&gt;
&lt;span class=&quot;l-Scalar-Plain&quot;&gt;disqus_shortname&lt;/span&gt;&lt;span class=&quot;p-Indicator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&amp;#39;&amp;lt;your&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s&quot;&gt;shortname&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s&quot;&gt;here&amp;gt;&amp;#39;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;Disable comments on specific post&lt;/h2&gt;

&lt;p&gt;If you don&amp;#39;t want to have comments on certain post, you may configure it in your front matter : &lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-yaml&quot; data-lang=&quot;yaml&quot;&gt;&lt;span class=&quot;nn&quot;&gt;---&lt;/span&gt;
&lt;span class=&quot;l-Scalar-Plain&quot;&gt;comments&lt;/span&gt;&lt;span class=&quot;p-Indicator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;l-Scalar-Plain&quot;&gt;false&lt;/span&gt;
&lt;span class=&quot;nn&quot;&gt;---&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</content>
<summary>This theme is disqus ready.</summary>
</entry>
</feed>
