-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
154 lines (115 loc) · 9.58 KB
/
feed.xml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Made in a Fab Lab</title>
<description>A manifesto for Global Design and Local Production</description>
<link>http://fablabmade.com/</link>
<atom:link href="http://fablabmade.com/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello, Pixyll</title>
<description><p>Hello.</p>
<p>Pixyll is a simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff. It&rsquo;s mobile <em>first</em>, fluidly responsive, and delightfully lightweight.</p>
<p>It&rsquo;s pretty minimal, but leverages large type and drastic contrast to make a statement, on all devices.</p>
<blockquote>
<p>
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
</p>
<footer><cite title="Antoine de Saint-Exupéry">Antoine de Saint-Exupéry</cite></footer>
</blockquote>
<h2 id="where-is-it?">Where is it?</h2>
<p>Checkout the <a href="https://github.com/johnotander/pixyll">Github repository</a> to download it, request a feature, or report a bug.</p>
<p>It&rsquo;s free, and open source (<a href="http://opensource.org/licenses/MIT">MIT</a>).</p>
</description>
<pubDate>Wed, 11 Jun 2014 17:31:19 +0200</pubDate>
<link>http://fablabmade.com/jekyll/pixyll/2014/06/11/welcome-to-pixyll/</link>
<guid isPermaLink="true">http://fablabmade.com/jekyll/pixyll/2014/06/11/welcome-to-pixyll/</guid>
</item>
<item>
<title>Pixyll in Action</title>
<description><p>There is a significant amount of subtle, yet precisely calibrated, styling to ensure
that your content is emphasized while still looking aesthetically pleasing.</p>
<p>All links are easy to <a href="#">locate and discern</a>, yet don&rsquo;t detract from the harmony
of a paragraph. The <em>same</em> goes for italics and <strong>bold</strong> elements. Even the the strikeout
works if <del>for some reason you need to update your post</del>. For consistency&rsquo;s sake,
<ins>The same goes for insertions</ins>, of course.</p>
<h3 id="code,-with-syntax-highlighting">Code, with syntax highlighting</h3>
<p>Code blocks use the <a href="http://ethanschoonover.com/solarized">solarized</a> theme. Both the light and
dark versions are included, so you can swap them out easily. <em>Solarized Dark</em> is the default.</p>
<div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">class</span> <span class="nc">Awesome</span> <span class="o">&lt;</span> <span class="no">ActiveRecord</span><span class="o">::</span><span class="no">Base</span>
<span class="kp">include</span> <span class="no">EvenMoreAwesome</span>
<span class="n">validates_presence_of</span> <span class="ss">:something</span>
<span class="n">validates</span> <span class="ss">:email</span><span class="p">,</span> <span class="ss">email_format</span><span class="p">:</span> <span class="kp">true</span>
<span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">email</span><span class="p">,</span> <span class="nb">name</span> <span class="o">=</span> <span class="kp">nil</span><span class="p">)</span>
<span class="nb">self</span><span class="o">.</span><span class="n">email</span> <span class="o">=</span> <span class="n">email</span>
<span class="nb">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="nb">name</span>
<span class="k">end</span>
<span class="k">end</span></code></pre></div>
<h1 id="headings!">Headings!</h1>
<p>They&rsquo;re responsive, and well-proportioned (in <code>padding</code>, <code>line-height</code>, <code>margin</code>, and <code>font-size</code>).
They also heavily rely on the awesome utility, <a href="http://www.basscss.com/">BASSCSS</a>.</p>
<h5 id="they-draw-the-perfect-amount-of-attention">They draw the perfect amount of attention</h5>
<p>This allows your content to have the proper informational and contextual hierarchy. Yay.</p>
<h3 id="there-are-lists,-too">There are lists, too</h3>
<ul>
<li>Apples</li>
<li>Oranges</li>
<li>Potatoes</li>
<li>Milk</li>
</ul>
<ol>
<li>Mow the lawn</li>
<li>Feed the dog</li>
<li>Dance</li>
</ol>
<h3 id="images-look-great,-too">Images look great, too</h3>
<p><img src="https://cloud.githubusercontent.com/assets/1424573/3378137/abac6d7c-fbe6-11e3-8e09-55745b6a8176.png" alt="desk"></p>
<h3 id="there-are-also-pretty-colors">There are also pretty colors</h3>
<p>Also the result of <a href="http://www.basscss.com/">BASSCSS</a>, you can <span class="bg-dark-gray white">highlight</span> certain components
of a <span class="red">post</span> <span class="mid-gray">with</span> <span class="green">CSS</span> <span class="orange">classes</span>.</p>
<p>I don&rsquo;t recommend using blue, though. It looks like a <span class="blue">link</span>.</p>
<h3 id="stylish-blockquotes-included">Stylish blockquotes included</h3>
<p>You can use the markdown quote syntax, <code>&gt;</code> for simple quotes.</p>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse quis porta mauris.</p>
</blockquote>
<p>However, you need to inject html if you&rsquo;d like a citation footer. I will be working on a way to
hopefully sidestep this inconvenience.</p>
<blockquote>
<p>
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
</p>
<footer><cite title="Antoine de Saint-Exupéry">Antoine de Saint-Exupéry</cite></footer>
</blockquote>
<h3 id="there&#39;s-more-being-added-all-the-time">There&rsquo;s more being added all the time</h3>
<p>Checkout the <a href="https://github.com/johnotander/pixyll">Github repository</a> to request,
or add, features.</p>
<p>Happy writing.</p>
</description>
<pubDate>Tue, 10 Jun 2014 14:31:19 +0200</pubDate>
<link>http://fablabmade.com/jekyll/pixyll/2014/06/10/see-pixyll-in-action/</link>
<guid isPermaLink="true">http://fablabmade.com/jekyll/pixyll/2014/06/10/see-pixyll-in-action/</guid>
</item>
<item>
<title>So, What is Jekyll?</title>
<description><p>Jekyll is a tool for transforming your plain text into static websites and
blogs. It is simple, static, and blog-aware. Jekyll uses the
<a href="http://docs.shopify.com/themes/liquid-basics">Liquid</a> templating
language and has builtin <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
and <a href="http://en.wikipedia.org/wiki/Textile_(markup_language)">Textile</a> support.</p>
<p>It also ties in nicely to <a href="https://pages.github.com/">Github Pages</a>.</p>
<p>Learn more about Jekyll on their <a href="http://jekyllrb.com/">website</a>.</p>
</description>
<pubDate>Mon, 09 Jun 2014 14:32:18 +0200</pubDate>
<link>http://fablabmade.com/jekyll/pixyll/2014/06/09/so-what-is-jekyll/</link>
<guid isPermaLink="true">http://fablabmade.com/jekyll/pixyll/2014/06/09/so-what-is-jekyll/</guid>
</item>
<item>
<title>Pixyll has Pagination</title>
<description><p>This is an empty post to illustrate the pagination component with Pixyll.</p>
</description>
<pubDate>Sun, 08 Jun 2014 13:21:29 +0200</pubDate>
<link>http://fablabmade.com/jekyll/pixyll/2014/06/08/pixyll-has-pagination/</link>
<guid isPermaLink="true">http://fablabmade.com/jekyll/pixyll/2014/06/08/pixyll-has-pagination/</guid>
</item>
</channel>
</rss>