<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet type="text/xsl" href="#stylesheet"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><xsl:stylesheet id="stylesheet" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="xsl"><xsl:output method="html" doctype-system="about:legacy-compat"/><xsl:template match="/rss"><html lang="en-us"><head><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>writing RSS | Greg Burek</title><link rel="stylesheet" href="https://www.gregburek.com/css/base.min.9b1028d7fea4d1c6e88203ab50c11c098c99fee1f38d2808d1ff144338561791.css" integrity="sha256-mxAo1/6k0cboggOrUMEcCYyZ/uHzjSgI0f8UQzhWF5E="/></head><body><link rel="stylesheet" href="https://www.gregburek.com/css/override.min.35409c98ffd992ebdb3a7b967054443cb5c371bde04afacf821b2f7f3054a7e5.css"/><nav class="u-background"><div class="u-wrapper"><ul class="Banner"><li class="Banner-item Banner-item--title"><a href="https://www.gregburek.com/"><img src="/logo.png" \=/></li><li class="Banner-item"><a class="Banner-link u-clickable" href="https://www.gregburek.com/">Greg Burek</a></li><li class="Banner-item"><a class="Banner-link u-clickable" href="https://www.gregburek.com/about/">About</a></li><li class="Banner-item"><a class="Banner-link u-clickable" href="https://www.gregburek.com/posts/">Posts</a></li><li class="Banner-item"><a class="Banner-link u-clickable" href="https://www.gregburek.com/tags/">Tags</a></li><li class="Banner-item"><a class="Banner-link u-clickable" href="https://www.gregburek.com/index.xml">RSS</a></li></ul></div></nav><main><div class="u-wrapper"><div class="u-padding"><h2 class="Heading-title"><a class="Heading-link u-clickable" href="https://www.gregburek.com/tags/writing/index.xml" rel="bookmark">writing RSS</a></h2><p>
To subscribe to this RSS feed, copy its address and paste it into your favorite feed reader.</p></div></div></main></body></html></xsl:template></xsl:stylesheet><channel><title>writing on Greg Burek</title><link>https://www.gregburek.com/tags/writing/</link><description>Recent content in writing on Greg Burek</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 06 Jul 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://www.gregburek.com/tags/writing/index.xml" rel="self" type="application/rss+xml"/><item><title>Moving site to Middleman</title><link>https://www.gregburek.com/2014/07/06/moving-site-to-middleman/</link><pubDate>Sun, 06 Jul 2014 00:00:00 +0000</pubDate><guid>https://www.gregburek.com/2014/07/06/moving-site-to-middleman/</guid><description>&lt;p&gt;This is me attempting to resurrect my blog after several years of silence. This
has also given me a chance to redesign things and adopt another static site
generator.&lt;/p&gt;
&lt;p&gt;Octopress served me well, but I felt like it was difficult to grasp the
fundamentals and hard to pick up after a while away. I went looking for new site
framework and found &lt;a href=&#34;http://middlemanapp.com/&#34;&gt;Middleman&lt;/a&gt;. I liked that it was
written in Ruby and I really liked the tutorials I found for it.&lt;/p&gt;
&lt;p&gt;In particular, Julie Pagano&amp;rsquo;s fantastic
&lt;a href=&#34;http://juliepagano.com/blog/2013/11/10/site-redesign-using-middleman/&#34;&gt;tutorial&lt;/a&gt;
was invaluable in getting me past a bunch of unexpected things.&lt;/p&gt;
&lt;p&gt;The plugins I am using are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/middleman/middleman-blog&#34;&gt;middleman-blog&lt;/a&gt; for support of
the article format&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/neo/middleman-gh-pages&#34;&gt;middleman-gh-pages&lt;/a&gt; for an easy
GitHub pages integrated workflow&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/middleman/middleman-blog&#34;&gt;middleman-syntax&lt;/a&gt; for syntax
highlighting of code snippets&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Starting from a blank Gemfile, unfortunately, seemed to not give properly
rendered code syntax blocks.&lt;/p&gt;
&lt;p&gt;An unmerged &lt;a href=&#34;https://github.com/middleman/middleman-syntax/pull/42&#34;&gt;PR&lt;/a&gt; appears
to address the problem, but I found that using Julie Pagano&amp;rsquo;s
&lt;a href=&#34;https://github.com/juliepagano/juliepagano.com/blob/master/Gemfile.lock&#34;&gt;Gemfile.lock&lt;/a&gt;
also worked very well. I am very grateful that it was available.&lt;/p&gt;
&lt;p&gt;The rest of the work was about adapting my strange icon color scheme into
something that doesn&amp;rsquo;t repulse and offend. Mixed results, I would say.&lt;/p&gt;
&lt;p&gt;Now that this is set up, I have high hopes to use this new system to write more
about technology and my experiences with it.&lt;/p&gt;
&lt;p&gt;The code for this site now resides on &lt;a href=&#34;https://github.com/gregburek/gregburek.com&#34;&gt;GitHub&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>