forked from alexanderussell/progress-for-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
275 lines (207 loc) · 29 KB
/
atom.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Progress</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/atom.xml" rel="self"/>
<link href="http://alexanderussell.github.io/progress-for-jekyll/"/>
<updated>2016-07-10T01:44:53+00:00</updated>
<id>http://alexanderussell.github.io</id>
<author>
<name></name>
<email></email>
</author>
<entry>
<title>Forestry Test</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2016/07/10/forestry-test/"/>
<updated>2016-07-10T01:23:00+00:00</updated>
<id>http://alexanderussell.github.io/2016/07/10/forestry-test</id>
<content type="html"><p>THis is a test using the seemingly super-simple Forestry CMS</p>
</content>
</entry>
<entry>
<title>Introduction to Progress</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2016/01/03/introduction/"/>
<updated>2016-01-03T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2016/01/03/introduction</id>
<content type="html"><p>Progress was built by <a href="http://alexanderussell.org">Alexander Russell</a> and inspired by <a href="https://codyhouse.co/">Cody House’s</a> <a href="https://codyhouse.co/demo/reading-progress-indicator/index.html">Reading Progress Indicator</a>. The folks over at Cody House are pretty fantastic and are making some awesome things. They’re also super responsive to comments, so head on over there and check out what they’ve been doing.</p>
<p>Progress features a quick and simple environment that is set up so users can input all the necesarry info in the config file and start blogging. Further reiterations are in progress to turn this into a Wordpress theme or make it fully editable with Cloudcannon CMS. I cannot let you resell this unless you <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#108;&#101;&#120;&#064;&#099;&#111;&#108;&#108;&#101;&#099;&#116;&#105;&#118;&#101;&#108;&#121;&#109;&#097;&#100;&#101;&#046;&#099;&#111;&#109;">contact me</a>.</p>
<p>If you’d like give credit somewhere on your blog or tweet a shout out to
<a href="https://twitter.com/alexanderussell">@alexanderussell</a>, that would be pretty sweet.</p>
<p>If you feel like donating — <a href="https://flattr.com/profile/alexanderussell">Give it a thought.</a></p>
<h2 id="features">Features:</h2>
<ul>
<li>flexible, uses max-width for responsive goodness</li>
<li>beautiful reading progress indicator courtesy of <a href="https://codyhouse.co/">CodyHouse</a></li>
<li>retina images using @2x</li>
<li>post loop showing 5 posts per page</li>
<li>archive for posterity sake</li>
</ul>
<h2 id="basic-setup">Basic Setup</h2>
<ol>
<li><a href="http://jekyllrb.com">Install Jekyll</a> if you haven’t already.</li>
<li>Download this bad boy.</li>
<li>Fork the <a href="http://github.com/alexanderussell/progress-for-jekyll/">Progress repo</a></li>
<li>Twerk it out so it’s just for you.</li>
<li>???</li>
<li>Profit</li>
</ol>
<h2 id="preview-the-themehttpalexanderussellgithubioprogress-for-jekyll"><a href="http://alexanderussell.github.io/progress-for-jekyll">Preview the Theme</a></h2>
<p><br /></p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>progress-for-jekyll/
├── data
| ├── navigation.yml //an array of navigation items <span class="k">for </span>easy editing
├── _includes
| ├── _footer.html //site footer
| ├── _head.html //site head
| ├── _header.html //header <span class="k">for </span>navigation and logo/title
| ├── _share-post.html //share buttons
├── _layouts
| ├── default.html //all the bare necessities
| ├── page.html //page layout
| └── post.html //post layout
├── _posts
├── css //preprocessed styles. good idea to minify
├── img //images and graphics used <span class="k">in </span>css and js
├── js
| ├── jquery-2.1.4.js //jQuery <span class="k">for </span>the win.
| ├── main.js //jQuery plugins and settings <span class="k">for </span>the progress indicator.
| └── modernizer.js //modernize it, yo.
├── images //images <span class="k">for </span>posts and pages
├── about.md //about page
├── archive.md //lists all posts from latest to oldest organized by date
└── index.html //homepage. lists 5 most recent posts w/ pagination
</code></pre>
</div>
<h1 id="customization">Customization</h1>
<h3 id="configyml">_config.yml</h3>
<p>Most of the variables found here are used in the .html files found in <code class="highlighter-rouge">_includes</code> if you need to add or remove anything. A good place to start would be to change the title, tagline, description, and url of your site. When working locally comment out <code class="highlighter-rouge">url</code> or else you will get a bunch of broken links because they are absolute and prefixed with <code class="highlighter-rouge">http://alexanderussell.github.io</code> in the various <code class="highlighter-rouge">_includes</code> and <code class="highlighter-rouge">_layouts</code>. Just remember to uncomment <code class="highlighter-rouge">url</code> when building for deployment or pushing to <strong>gh-pages</strong>…</p>
<h3 id="ownerauthor-information">Owner/Author Information</h3>
<p>Change your name, bio, Twitter url, email, Dribbble URL, etc.</p>
<h3 id="top-navigation-links">Top Navigation Links</h3>
<p>Edit page/post titles and URLs to include in the site’s navigation. For external links use “external: true”.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># sample top navigation links</span>
<span class="s">links</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">title</span><span class="pi">:</span> <span class="s">About Page</span>
<span class="s">href</span><span class="pi">:</span> <span class="s">/about</span>
<span class="pi">-</span> <span class="s">title</span><span class="pi">:</span> <span class="s">Other Page</span>
<span class="s">href</span><span class="pi">:</span> <span class="s">/other-page</span>
<span class="pi">-</span> <span class="s">title</span><span class="pi">:</span> <span class="s">External Page</span>
<span class="s">href</span><span class="pi">:</span> <span class="s">http://alexanderussell.org</span>
<span class="s">external</span><span class="pi">:</span> <span class="s">true</span>
</code></pre>
</div>
<p><br /></p>
<h2 id="other-stuff">Other Stuff</h2>
<p>The rest is just your average Jekyll config settings. Nothing too crazy here…</p>
<h3 id="includes">_includes</h3>
<p>For the most part you can leave these as is since the author/owner details are pulled from <code class="highlighter-rouge">_config.yml</code>. That said you’ll probably want to customize the copyright stuff in <code class="highlighter-rouge">_footer.html</code> to your liking.</p>
<h3 id="adding-posts-and-pages">Adding Posts and Pages</h3>
<p>There are two main content layouts: <code class="highlighter-rouge">post.html</code> (for posts) and <code class="highlighter-rouge">page.html</code> (for pages). Pages span the full-width of the content, while posts leave space for related posts and the reading progress indicator when on the longform view.</p>
<h2 id="license">License</h2>
<p>This is free to use, fork, do whatever you want. Please <em>do not</em> sell this design though. You don’t need to link me to it, but please contact me if you intend to market this theme. I am releasing premium versions of this design for select CMS’s.</p>
</content>
</entry>
<entry>
<title>Now, More Than Ever Before...</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2016/01/02/now-more-than-ever/"/>
<updated>2016-01-02T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2016/01/02/now-more-than-ever</id>
<content type="html"><blockquote>
<p>We had awoken, or were awakening, and we were striving for an ever perfect state of wakefulness, whereas the ambition and quest for happiness of the others consisted of linking their opinions, ideals, and duties, their life and happiness, ever more closely with those of the herd. They, too, strove; they, too showed signs of strength and greatness. But as we saw it, whereas we marked men represented Nature’s determination to create something new, individual, and forward-looking, the others lived in the determination to stay the same. For them mankind–which they loved as much as we did–was a fully formed entity that had to be preserved and protected. For us mankind was a distant future toward which we were all journeying, whose aspect no one knew, whose laws weren’t written down anywhere.
<cite>- Hermann Hesse </cite></p>
</blockquote>
</content>
</entry>
<entry>
<title>What's Jekyll?</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2016/01/01/whats-jekyll/"/>
<updated>2016-01-01T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2016/01/01/whats-jekyll</id>
<content type="html"><p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/jekyll/jekyll/blob/master/README.markdown">the project’s readme</a>:</p>
<blockquote>
<p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p>
</blockquote>
<p>It’s an immensely useful tool. Find out more by <a href="https://github.com/jekyll/jekyll">visiting the project on GitHub</a>.</p>
</content>
</entry>
<entry>
<title>Post with Figure</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2015/08/05/post-with-figure/"/>
<updated>2015-08-05T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2015/08/05/post-with-figure</id>
<content type="html"><p>This is a post that uses a <code class="highlighter-rouge">figure</code>. It stacks these images and places a nice little caption below if you fill out <code class="highlighter-rouge">figcaption</code>.</p>
<h3 id="single-image-figure">Single Image Figure</h3>
<figure>
<img src="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg" />
<figcaption>Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</figcaption>
</figure>
<figure class="highlight"><pre><code class="language-html" data-lang="html"><table style="border-spacing: 0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre class="lineno">1
2
3
4</pre></td><td class="code"><pre><span class="nt">&lt;figure&gt;</span>
<span class="nt">&lt;img</span> <span class="na">src=</span><span class="s">"/img/img-1.png"</span><span class="nt">&gt;</span>
<span class="nt">&lt;figcaption&gt;</span>Caption describing this image.<span class="nt">&lt;/figcaption&gt;</span>
<span class="nt">&lt;/figure&gt;</span><span class="w">
</span></pre></td></tr></tbody></table></code></pre></figure>
</content>
</entry>
<entry>
<title>A Longform Post to Cogitate</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2015/08/05/longform-post/"/>
<updated>2015-08-05T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2015/08/05/longform-post</id>
<content type="html"><p>Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney’s. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.</p>
<p>Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.</p>
<h2 id="cupidatat-90s-lo-fi-authentic-try-hard">Cupidatat 90’s lo-fi authentic try-hard</h2>
<p>In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90’s.</p>
<ul>
<li>Sartorial hoodie</li>
<li>Labore viral forage</li>
<li>Tote bag selvage</li>
<li>DIY exercitation et id ugh tumblr church-key</li>
</ul>
<p>Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr.</p>
<p>Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven’t heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney’s Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis.</p>
<h2 id="forage-occaecat-cardigan-qui">Forage occaecat cardigan qui</h2>
<p>Fashion axe hella gastropub lo-fi kogi 90’s aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole.</p>
<blockquote>
<p>Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache.</p>
</blockquote>
<p>Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney’s next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney’s sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard.</p>
<h2 id="hoodie-duis">Hoodie Duis</h2>
<p>Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90’s pop-up est culpa farm-to-table. Selfies 8-bit do pug odio.</p>
<h3 id="thundercats-ho">Thundercats Ho!</h3>
<p>Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney’s seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress.</p>
<p>Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney’s selfies. Odd Future Banksy non authentic.</p>
<p>Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam.</p>
</content>
</entry>
<entry>
<title>Example Post</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2015/08/05/example-post/"/>
<updated>2015-08-05T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2015/08/05/example-post</id>
<content type="html"><p>“Whenever you feel like criticizing any one,” he told me, “just remember that all the people in this world haven’t had the advantages that you’ve had.”</p>
<p>He didn’t say any more, but we’ve always been unusually communicative in a reserved way, and I understood that he meant a great deal more than that. In consequence, I’m inclined to reserve all judgments, a habit that has opened up many curious natures to me and also made me the victim of not a few veteran bores. The abnormal mind is quick to detect and attach itself to this quality when it appears in a normal person, and so it came about that in college I was unjustly accused of being a politician, because I was privy to the secret griefs of wild, unknown men. Most of the confidences were unsought — frequently I have feigned sleep, preoccupation, or a hostile levity when I realized by some unmistakable sign that an intimate revelation was quivering on the horizon; for the intimate revelations of young men, or at least the terms in which they express them, are usually plagiaristic and marred by obvious suppressions. Reserving judgments is a matter of infinite hope. I am still a little afraid of missing something if I forget that, as my father snobbishly suggested, and I snobbishly repeat, a sense of the fundamental decencies is parcelled out unequally at birth.</p>
<p>And, after boasting this way of my tolerance, I come to the admission that it has a limit. Conduct may be founded on the hard rock or the wet marshes, but after a certain point I don’t care what it’s founded on. When I came back from the East last autumn I felt that I wanted the world to be in uniform and at a sort of moral attention forever; I wanted no more riotous excursions with privileged glimpses into the human heart. Only Gatsby, the man who gives his name to this book, was exempt from my reaction — Gatsby, who represented everything for which I have an unaffected scorn. If personality is an unbroken series of successful gestures, then there was something gorgeous about him, some heightened sensitivity to the promises of life, as if he were related to one of those intricate machines that register earthquakes ten thousand miles away. This responsiveness had nothing to do with that flabby impressionability which is dignified under the name of the “creative temperament.”— it was an extraordinary gift for hope, a romantic readiness such as I have never found in any other person and which it is not likely I shall ever find again. No — Gatsby turned out all right at the end; it is what preyed on Gatsby, what foul dust floated in the wake of his dreams that temporarily closed out my interest in the abortive sorrows and short-winded elations of men.
My family have been prominent, well-to-do people in this Middle Western city for three generations. The Carraways are something of a clan, and we have a tradition that we’re descended from the Dukes of Buccleuch, but the actual founder of my line was my grandfather’s brother, who came here in fifty-one, sent a substitute to the Civil War, and started the wholesale hardware business that my father carries on to-day.</p>
<p>I never saw this great-uncle, but I’m supposed to look like him — with special reference to the rather hard-boiled painting that hangs in father’s office. I graduated from New Haven in 1915, just a quarter of a century after my father, and a little later I participated in that delayed Teutonic migration known as the Great War. I enjoyed the counter-raid so thoroughly that I came back restless. Instead of being the warm centre of the world, the Middle West now seemed like the ragged edge of the universe — so I decided to go East and learn the bond business. Everybody I knew was in the bond business, so I supposed it could support one more single man. All my aunts and uncles talked it over as if they were choosing a prep school for me, and finally said, “Why — ye — es,” with very grave, hesitant faces. Father agreed to finance me for a year, and after various delays I came East, permanently, I thought, in the spring of twenty-two.</p>
<p>The practical thing was to find rooms in the city, but it was a warm season, and I had just left a country of wide lawns and friendly trees, so when a young man at the office suggested that we take a house together in a commuting town, it sounded like a great idea. He found the house, a weather-beaten cardboard bungalow at eighty a month, but at the last minute the firm ordered him to Washington, and I went out to the country alone. I had a dog — at least I had him for a few days until he ran away — and an old Dodge and a Finnish woman, who made my bed and cooked breakfast and muttered Finnish wisdom to herself over the electric stove.</p>
<p>It was lonely for a day or so until one morning some man, more recently arrived than I, stopped me on the road.</p>
<p>“How do you get to West Egg village?” he asked helplessly.</p>
<p>I told him. And as I walked on I was lonely no longer. I was a guide, a pathfinder, an original settler. He had casually conferred on me the freedom of the neighborhood.
And so with the sunshine and the great bursts of leaves growing on the trees, just as things grow in fast movies, I had that familiar conviction that life was beginning over again with the summer.</p>
<p>There was so much to read, for one thing, and so much fine health to be pulled down out of the young breath-giving air. I bought a dozen volumes on banking and credit and investment securities, and they stood on my shelf in red and gold like new money from the mint, promising to unfold the shining secrets that only Midas and Morgan and Maecenas knew. And I had the high intention of reading many other books besides. I was rather literary in college — one year I wrote a series of very solemn and obvious editorials for the “Yale News.”— and now I was going to bring back all such things into my life and become again that most limited of all specialists, the “well-rounded man.” This isn’t just an epigram — life is much more successfully looked at from a single window, after all.</p>
<p>It was a matter of chance that I should have rented a house in one of the strangest communities in North America. It was on that slender riotous island which extends itself due east of New York — and where there are, among other natural curiosities, two unusual formations of land. Twenty miles from the city a pair of enormous eggs, identical in contour and separated only by a courtesy bay, jut out into the most domesticated body of salt water in the Western hemisphere, the great wet barnyard of Long Island Sound. They are not perfect ovals — like the egg in the Columbus story, they are both crushed flat at the contact end — but their physical resemblance must be a source of perpetual confusion to the gulls that fly overhead. To the wingless a more arresting phenomenon is their dissimilarity in every particular except shape and size.
I lived at West Egg, the — well, the less fashionable of the two, though this is a most superficial tag to express the bizarre and not a little sinister contrast between them. My house was at the very tip of the egg, only fifty yards from the Sound, and squeezed between two huge places that rented for twelve or fifteen thousand a season. The one on my right was a colossal affair by any standard — it was a factual imitation of some Hotel de Ville in Normandy, with a tower on one side, spanking new under a thin beard of raw ivy, and a marble swimming pool, and more than forty acres of lawn and garden. It was Gatsby’s mansion. Or, rather, as I didn’t know Mr. Gatsby, it was a mansion inhabited by a gentleman of that name. My own house was an eyesore, but it was a small eyesore, and it had been overlooked, so I had a view of the water, a partial view of my neighbor’s lawn, and the consoling proximity of millionaires — all for eighty dollars a month.</p>
</content>
</entry>
<entry>
<title>Test Post</title>
<link href="http://alexanderussell.github.io/progress-for-jekyll/2013/08/17/test-post/"/>
<updated>2013-08-17T00:00:00+00:00</updated>
<id>http://alexanderussell.github.io/2013/08/17/test-post</id>
<content type="html"><p>Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney’s. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag.</p>
<p>Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.</p>
</content>
</entry>
</feed>