<rss version="2.0">
  <channel>
    <title>blog on Ryan Grier</title>
    <link>https://ryangrier.blog/categories/blog/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Fri, 16 Jul 2021 09:30:00 -0400</lastBuildDate>
    
    <item>
      <title>&#39;Site Updates (Jul 2021)&#39;</title>
      <link>https://ryangrier.blog/2021/07/16/site-updates-jul.html</link>
      <pubDate>Fri, 16 Jul 2021 09:30:00 -0400</pubDate>
      
      <guid>http://rwgrier.micro.blog/2021/07/16/site-updates-jul.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://unsplash.com/photos/HtBlQdxfG9k&#34;&gt;&lt;img src=&#34;https://ryangrier.blog/uploads/2022/be0e583e3e.jpg&#34; alt=&#34;Photo by Daniel McCullough&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve just wrapped up a handful of changes to the site. The site mostly looks the same, but there have been pretty large changes under the hood.&lt;/p&gt;
&lt;p&gt;This site runs on &lt;a href=&#34;https://jekyllrb.com&#34;&gt;Jekyll&lt;/a&gt;. It&amp;rsquo;s a platform that takes &lt;a href=&#34;https://daringfireball.net/projects/markdown/&#34;&gt;Markdown&lt;/a&gt; and converts it to &lt;a href=&#34;https://en.wikipedia.org/wiki/HTML&#34;&gt;HTML&lt;/a&gt;. Previously, I was using a pre-built theme called &lt;a href=&#34;https://lanyon.getpoole.com&#34;&gt;Lanyon&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The theme looks great, but there were a few things that I didn&amp;rsquo;t quite like about it. The navigation was an issue for me. I am not a fan of hamburger menus on websites. I never liked the navigation, but I didn&amp;rsquo;t have much interested in changing it, until now.&lt;/p&gt;
&lt;p&gt;I also wanted to take some time to add both a &lt;a href=&#34;https://ryangrier.blog/portfolio&#34;&gt;portfolio&lt;/a&gt; page and &lt;a href=&#34;https://ryangrier.blog/resume&#34;&gt;my resume&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Over the last week, I took the time to make these changes. I decided to remove the Lanyon theme entirely and roll my own &amp;ldquo;theme&amp;rdquo; using &lt;a href=&#34;https://tailwindcss.com&#34;&gt;Tailwind CSS&lt;/a&gt;. What I have now isn&amp;rsquo;t much of a theme that can be packaged and distributed, but I built this myself. It still looks a lot like the Lanyon theme, but I know how it works and won&amp;rsquo;t have much issue adding and tweaking things in the future.&lt;/p&gt;
&lt;p&gt;Now, the navigation is across the top of the site. And I&amp;rsquo;ve also added the portfolio and resume pages. I&amp;rsquo;ve made a handful of other minor changes throughout the site. Most of the changes were under the hood and will hopefully go unnoticed.&lt;/p&gt;
&lt;p&gt;This is something that I&amp;rsquo;ve been wanting to do for a long time. I finally got around to it and I am happy that I did.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>&#39;Site Updates (Feb 2021)&#39;</title>
      <link>https://ryangrier.blog/2021/02/18/site-updates-feb.html</link>
      <pubDate>Thu, 18 Feb 2021 19:30:00 -0400</pubDate>
      
      <guid>http://rwgrier.micro.blog/2021/02/18/site-updates-feb.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://unsplash.com/photos/Uu5fnOkFAdA&#34;&gt;&lt;img src=&#34;https://ryangrier.blog/uploads/2022/fa9bee1a96.jpg&#34; alt=&#34;Photo by Mark König&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Over the past week, I’ve made a handful of changes to the site. It’s been a long time since I’ve made any appreciable updates to the site. I&amp;rsquo;ve moved to a new host, implemented dark mode and added category support. I consider them quality of life updates.  None of these changes are groundbreaking, but these are things I&amp;rsquo;ve wanted to do on the site for a while now.&lt;/p&gt;
&lt;p&gt;Previously, I was using &lt;a href=&#34;https://pages.github.com&#34;&gt;GitHub Pages&lt;/a&gt; to host the site. But I wanted a bit more control over things. This week, I moved to &lt;a href=&#34;https://www.netlify.com&#34;&gt;Netlify&lt;/a&gt;. Netlify has the same ease of use that GitHub Pages provides, but I get a bit more insight into what’s happening during site deployments. &lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ryangrier.blog/uploads/2022/c149dc2e78.jpg&#34; alt=&#34;Dark mode support!&#34;&gt;&lt;/p&gt;
&lt;p&gt;I’ve also implemented dark mode support on the site. I’ve been using a &lt;a href=&#34;https://jekyllrb.com&#34;&gt;Jekyll&lt;/a&gt; theme called &lt;a href=&#34;https://lanyon.getpoole.com&#34;&gt;Lanyon&lt;/a&gt; for a few years now. The theme has been great, but it doesn’t support dark mode out of the box. Adding it wasn’t too bad, but I’ve probably done it in the most inefficient way possible and missed a handful of elements. &lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://ryangrier.blog/uploads/2022/c49647e173.jpg&#34; alt=&#34;Category support!&#34;&gt;&lt;/p&gt;
&lt;p&gt;The lack of categories is something that&amp;rsquo;s been bugging me for a long time. I&amp;rsquo;ve finally added support for them. Well, kind of. Jekyll (the software that runs this site) already supports categories, but the Lanyon theme doesn’t (out of the box). Adding support for categories was easy enough. Each post will show the categories for that post (see the image above). I’ve also created a &lt;a href=&#34;https://ryangrier.blog/categories&#34;&gt;categories page&lt;/a&gt;. So you can browse posts by categories. &lt;/p&gt;
&lt;p&gt;I’ve been thinking about a complete redesign for the site. I’m not sure if I want a new Jekyll theme, or if I want to roll my own design for the site. A new Jekyll theme would be an easy way to get a new look. The themes I’ve seen out there aren’t quite what I want. I’m not sure I have the time (or energy) to roll my own new theme/look for the site. &lt;/p&gt;
&lt;p&gt;Please enjoy the new features of the site.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>