<feed xmlns='http://www.w3.org/2005/Atom'>
<title>website/my_new_personal_website/.themes/classic/source/_layouts/page.html, branch source</title>
<subtitle>This is my current personnal website (frontend and backend)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/'/>
<entry>
<title>remove all Octopress stuff</title>
<updated>2015-05-04T21:55:10+00:00</updated>
<author>
<name>Zhiming Wang</name>
<email>zmwangx@gmail.com</email>
</author>
<published>2015-05-04T21:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=301679861a2440a10c9eac746cec86459f445ef9'/>
<id>301679861a2440a10c9eac746cec86459f445ef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom date format to pages, add 'updated' field again</title>
<updated>2011-11-03T19:32:38+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-11-03T19:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=987dccee7655a410a2fb1e0f41c35b282b17cbe9'/>
<id>987dccee7655a410a2fb1e0f41c35b282b17cbe9</id>
<content type='text'>
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unsupported 'updated' flag from _includes/post/date.html</title>
<updated>2011-10-18T15:39:19+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-10-18T15:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=81e814a3543d9bb5793c427fd6623d89ec505d78'/>
<id>81e814a3543d9bb5793c427fd6623d89ec505d78</id>
<content type='text'>
Jekyll does not support this value for Page or Post classes. The
capture returned an empty Sting, which was always evaluated to true
in '{% if updated %}'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jekyll does not support this value for Page or Post classes. The
capture returned an empty Sting, which was always evaluated to true
in '{% if updated %}'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes titlecase of page/post titles configurable</title>
<updated>2011-10-16T09:57:29+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-10-16T09:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=d98a4de07ec8727b10c3f059c1fbee3e19d01761'/>
<id>d98a4de07ec8727b10c3f059c1fbee3e19d01761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/)</title>
<updated>2011-09-21T12:48:38+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-09-21T12:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=a9a901c1362f6a4d6004f445629077e7633abb28'/>
<id>a9a901c1362f6a4d6004f445629077e7633abb28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored inclusion of disqus script</title>
<updated>2011-09-21T12:09:48+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-09-21T11:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=2a30d9a1eb5219e5335d1afdd214204d61ea6367'/>
<id>2a30d9a1eb5219e5335d1afdd214204d61ea6367</id>
<content type='text'>
- Added ARIA setting `aria-live="polite"` to comment output
- Removed duplicate &lt;div id="disqus_thread"&gt; from page/post templates
- Moved blocking JavaScript loading to the end of the document body.
- Merged JavaScript code for index and pages/posts using conditionals
- Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added ARIA setting `aria-live="polite"` to comment output
- Removed duplicate &lt;div id="disqus_thread"&gt; from page/post templates
- Moved blocking JavaScript loading to the end of the document body.
- Merged JavaScript code for index and pages/posts using conditionals
- Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed missing date in page headers</title>
<updated>2011-09-06T08:18:31+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-09-06T08:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=3d0572190873bec3336fb25d5bdcfab659dbf015'/>
<id>3d0572190873bec3336fb25d5bdcfab659dbf015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Time metadata for updated pages and posts are now displayed where and when it is appropriate</title>
<updated>2011-09-04T19:19:16+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-09-04T19:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=4c21e69093144150c99252ff9c599864408902e5'/>
<id>4c21e69093144150c99252ff9c599864408902e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>page layout will now accept pages without title metadata</title>
<updated>2011-08-14T21:47:46+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-08-14T21:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=33112a65a8f3bc18843593386beaa3aaa3695f92'/>
<id>33112a65a8f3bc18843593386beaa3aaa3695f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added multi sidebar support</title>
<updated>2011-07-30T16:06:02+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-07-30T16:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=1db23acd781c0c869277bbaf001d28f968bea1b1'/>
<id>1db23acd781c0c869277bbaf001d28f968bea1b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
