<feed xmlns='http://www.w3.org/2005/Atom'>
<title>website/my_new_personal_website/.themes/classic/sass/custom, branch split_code_more</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>Merge pull request #271 from simensen/ConfigureFontFamilyForSubtitle</title>
<updated>2011-12-10T11:49:26+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-12-10T11:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=e8ee5219c36736ed650c70bb7eb3743e753adff6'/>
<id>e8ee5219c36736ed650c70bb7eb3743e753adff6</id>
<content type='text'>
Make font-family for subtitle configurable.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make font-family for subtitle configurable.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove !default from property values</title>
<updated>2011-11-18T10:38:58+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-11-18T10:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=76af6980d4e4f4ec4d5f910c2f5b79b12087e4d5'/>
<id>76af6980d4e4f4ec4d5f910c2f5b79b12087e4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add header font size and padding to custom layout</title>
<updated>2011-11-18T10:38:15+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-11-18T10:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=9e2d7474ae240e06e8f2bf1cd648f74b65e5d176'/>
<id>9e2d7474ae240e06e8f2bf1cd648f74b65e5d176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a way to configure font family for subtitle.</title>
<updated>2011-11-14T04:20:20+00:00</updated>
<author>
<name>Beau Simensen</name>
<email>beau@dflydev.com</email>
</author>
<published>2011-11-14T04:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=9c700f3e468e1e674b2987483137f41719785fe5'/>
<id>9c700f3e468e1e674b2987483137f41719785fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix custom colors -bg-back, closes #269</title>
<updated>2011-11-11T06:40:45+00:00</updated>
<author>
<name>Frederic Hemberger</name>
<email>mail@frederic-hemberger.de</email>
</author>
<published>2011-11-11T06:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=a11e92b2aebcdcd328794ffd861e16b0ba30a7bb'/>
<id>a11e92b2aebcdcd328794ffd861e16b0ba30a7bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes font-family names customizable.</title>
<updated>2011-10-24T10:03:44+00:00</updated>
<author>
<name>MORITA Hajime (omo)</name>
<email>omo@dodgson.org</email>
</author>
<published>2011-10-24T09:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=20e566f58fba1b0f0e34e08e14704b2b1edadf6a'/>
<id>20e566f58fba1b0f0e34e08e14704b2b1edadf6a</id>
<content type='text'>
This chagne instroduces following variables
that allows authors to customize a font family for each class.
- $serif
- $sans
- $heading-font-family
- $header-title-font-family

This change also adds anotehr custom scss file named "_fonts.scss".
We can use it to override these newly introduced variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This chagne instroduces following variables
that allows authors to customize a font family for each class.
- $serif
- $sans
- $heading-font-family
- $header-title-font-family

This change also adds anotehr custom scss file named "_fonts.scss".
We can use it to override these newly introduced variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the background and the footer gradiations customizable</title>
<updated>2011-10-23T13:55:20+00:00</updated>
<author>
<name>MORITA Hajime (omo)</name>
<email>omo@dodgson.org</email>
</author>
<published>2011-10-23T13:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=633b3389f3bbcb5ee05079da16e518fc918911f4'/>
<id>633b3389f3bbcb5ee05079da16e518fc918911f4</id>
<content type='text'>
This change extracts following variables for allowing customizatin:
- nav-bg-back
- nav-bg-front
- footer-bg-back
- footer-bg-front
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change extracts following variables for allowing customizatin:
- nav-bg-back
- nav-bg-front
- footer-bg-back
- footer-bg-front
</pre>
</div>
</content>
</entry>
<entry>
<title>improved support for solarized light theme</title>
<updated>2011-10-01T20:57:40+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-10-01T20:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=ff2009577d22dca8cdc31353f3c8cdb386eaafd1'/>
<id>ff2009577d22dca8cdc31353f3c8cdb386eaafd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improved the default options and instructions on custom/_colors.scss</title>
<updated>2011-07-26T16:32:43+00:00</updated>
<author>
<name>Brandon Mathis</name>
<email>brandon@imathis.com</email>
</author>
<published>2011-07-26T16:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.neodarz.net/website/my_new_personal_website/commit/?id=d6bed015bef5540e58dd91bcc4cbfe6560d826ca'/>
<id>d6bed015bef5540e58dd91bcc4cbfe6560d826ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
