<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on aldrich.page</title><link>https://aldrich.page/posts/</link><description>Recent content in Posts on aldrich.page</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 16 Mar 2018 20:18:53 -0500</lastBuildDate><atom:link href="https://aldrich.page/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Video post</title><link>https://aldrich.page/posts/video-post/</link><pubDate>Fri, 16 Mar 2018 20:18:53 -0500</pubDate><guid>https://aldrich.page/posts/video-post/</guid><description>&lt;div
 style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
 &lt;iframe
 src="https://player.vimeo.com/video/146022717?dnt=0"
 style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allow="fullscreen"&gt;
 &lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Cursus eget nunc scelerisque viverra. Quam vulputate dignissim suspendisse in est ante in nibh mauris. Pharetra magna ac placerat vestibulum lectus mauris. Eget lorem dolor sed viverra ipsum. Elementum nisi quis eleifend quam adipiscing. Aliquet nec ullamcorper sit amet risus. Auctor neque vitae tempus quam pellentesque. Tincidunt lobortis feugiat vivamus at augue. Leo vel orci porta non pulvinar neque laoreet. Non enim praesent elementum facilisis leo vel.&lt;/p&gt;</description></item><item><title>_Long_ Form Post</title><link>https://aldrich.page/posts/long-form-post/</link><pubDate>Thu, 08 Mar 2018 20:18:53 -0500</pubDate><guid>https://aldrich.page/posts/long-form-post/</guid><description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Cursus eget nunc scelerisque viverra. Quam vulputate dignissim suspendisse in est ante in nibh mauris. Pharetra magna ac placerat vestibulum lectus mauris. Eget lorem dolor sed viverra ipsum. Elementum nisi quis eleifend quam adipiscing. Aliquet nec ullamcorper sit amet risus. Auctor neque vitae tempus quam pellentesque. Tincidunt lobortis feugiat vivamus at augue. Leo vel orci porta non pulvinar neque laoreet. Non enim praesent elementum facilisis leo vel.&lt;/p&gt;</description></item><item><title>**Image** post</title><link>https://aldrich.page/posts/image-post/</link><pubDate>Mon, 19 Feb 2018 12:41:46 -0500</pubDate><guid>https://aldrich.page/posts/image-post/</guid><description>&lt;p&gt;Hello! I&amp;rsquo;m a blog post with an image. Thanks to Open Graph and Twitter metadata, external links to this page will feature the image below.&lt;/p&gt;
&lt;p&gt;&lt;p style="text-align:center;"&gt;
 &lt;img src="https://aldrich.page/posts/ideas.png" alt="Ideas" /&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;To make this happen, set the &lt;code&gt;images&lt;/code&gt; parameter in your post&amp;rsquo;s &lt;a href="https://gohugo.io/content-management/front-matter/"&gt;front-matter&lt;/a&gt;, like this YAML example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;images&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; - &lt;span style="color:#ae81ff"&gt;/posts/ideas.png&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>`Code` Poetry</title><link>https://aldrich.page/posts/code-poetry/</link><pubDate>Tue, 13 Feb 2018 13:56:12 -0500</pubDate><guid>https://aldrich.page/posts/code-poetry/</guid><description>&lt;p&gt;Pseudo &lt;code&gt;code&lt;/code&gt; poem.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-js" data-lang="js"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;if&lt;/span&gt; (&lt;span style="color:#66d9ef"&gt;this&lt;/span&gt; &lt;span style="color:#f92672"&gt;===&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;that&lt;/span&gt;)&lt;span style="color:#f92672"&gt;:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;try&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;write_new_poem&lt;/span&gt;()
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;except&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;not_a_poet&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;as&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;e&lt;/span&gt;&lt;span style="color:#f92672"&gt;:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;e e cummings?&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-js" data-lang="js"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#a6e22e"&gt;console&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;log&lt;/span&gt;(&lt;span style="color:#e6db74"&gt;&amp;#39;eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&amp;#39;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;An embedded gist using shortcode:&lt;/p&gt;</description></item><item><title>Dear Jane, regarding Mr. Bennet</title><link>https://aldrich.page/posts/dear-jane/</link><pubDate>Sun, 11 Feb 2018 12:34:41 -0500</pubDate><guid>https://aldrich.page/posts/dear-jane/</guid><description>&lt;h1 id="chapter-one" class="anchor-link"&gt;&lt;a href="#chapter-one"&gt;Chapter One&lt;span class="pilcrow"&gt;&amp;nbsp;¶&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife.&lt;/p&gt;
&lt;p&gt;However little known the feelings or views of such a man may be on his first entering a neighbourhood, this truth is so well fixed in the minds of the surrounding families, that he is considered the rightful property of some one or other of their daughters.&lt;/p&gt;</description></item><item><title>Oh, Alice</title><link>https://aldrich.page/posts/oh-alice/</link><pubDate>Fri, 09 Feb 2018 12:32:12 -0500</pubDate><guid>https://aldrich.page/posts/oh-alice/</guid><description>&lt;p&gt;Nor did such soothing scenes, however temporary, fail of at least as temporary an effect on Ahab. But if these secret golden keys did seem to open in him his own secret golden treasuries, yet did his breath upon them prove but tarnishing. Alice opened the door and found that it led into a small passage, not much larger than a rat-hole: she knelt down and looked along the passage into the loveliest garden you ever saw. How she longed to get out of that dark hall, and wander about among those beds of bright flowers and those cool fountains, but she could not even get her head through the doorway; &amp;ldquo;and even if my head would go through,&amp;rdquo; thought poor Alice, &amp;ldquo;it would be of very little use without my shoulders. After a time she heard a little pattering of feet. In the distance, and she hastily dried her eyes to see what was coming. It was the White Rabbit returning, splendidly dressed, with a pair of white kid-gloves in one hand and a large fan in the other: he came trotting along in a great hurry, muttering to himself, as he came, &amp;ldquo;Oh! The Duchess, the Duchess! Oh! Won&amp;rsquo;t she be savage if I&amp;rsquo;ve kept her waiting!&amp;rdquo;&lt;/p&gt;</description></item><item><title>A Poem</title><link>https://aldrich.page/posts/a-poem/</link><pubDate>Thu, 01 Feb 2018 12:35:11 -0500</pubDate><guid>https://aldrich.page/posts/a-poem/</guid><description>&lt;p&gt;Now pleasing sleep had seal&amp;rsquo;d each mortal eye,&lt;br&gt;
Stretch&amp;rsquo;d in the tents the Grecian leaders lie:&lt;br&gt;
The immortals slumber&amp;rsquo;d on their thrones above;&lt;br&gt;
All, but the ever-wakeful eyes of Jove.(76)&lt;br&gt;
To honour Thetis&amp;rsquo; son he bends his care,&lt;br&gt;
And plunge the Greeks in all the woes of war:&lt;br&gt;
Then bids an empty phantom rise to sight,&lt;br&gt;
And thus commands the vision of the night.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Fly hence, deluding Dream! and light as air,(77)&lt;br&gt;
To Agamemnon&amp;rsquo;s ample tent repair.&lt;br&gt;
Bid him in arms draw forth the embattled train,&lt;br&gt;
Lead all his Grecians to the dusty plain.&lt;br&gt;
Declare, e&amp;rsquo;en now &amp;rsquo;tis given him to destroy&lt;br&gt;
The lofty towers of wide-extended Troy.&lt;br&gt;
For now no more the gods with fate contend,&lt;br&gt;
At Juno&amp;rsquo;s suit the heavenly factions end.&lt;br&gt;
Destruction hangs o&amp;rsquo;er yon devoted wall,&lt;br&gt;
And nodding Ilion waits the impending fall.&amp;rdquo;&lt;/p&gt;</description></item></channel></rss>