<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Grav on myByways</title><link>https://myByways.com/tags/grav/</link><description>Recent content in Grav on myByways</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 25 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://myByways.com/tags/grav/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating from Grav to Hugo</title><link>https://myByways.com/post/migrating-from-grav-to-hugo/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://myByways.com/post/migrating-from-grav-to-hugo/</guid><description>&lt;p&gt;Due to issues with updating PHP on my shared hosting which I cannot be bothered to resolve, I am now considering migrating from &lt;a href="https://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; to &lt;a href="https://gohugo.io/" rel="external"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Modifying the Grav Feeds Plugin Output</title><link>https://myByways.com/post/modifying-the-grav-feeds-plugin-output/</link><pubDate>Sat, 05 Feb 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/modifying-the-grav-feeds-plugin-output/</guid><description>&lt;p&gt;There are a couple of things I don’t like with the feeds produced by the standard &lt;a href="https://github.com/getgrav/grav-plugin-feed" rel="external"&gt;Grav Syndication Feed Plugin&lt;/a&gt;. Fortunately, the feeds are generated via &lt;a href="https://learn.getgrav.org/17/themes/twig-primer" rel="external"&gt;Twig templates&lt;/a&gt; that can easily be customized!&lt;/p&gt;</description></item><item><title>New look for the new year 2022</title><link>https://myByways.com/post/new-look-for-the-new-year-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/new-look-for-the-new-year-2022/</guid><description>&lt;p&gt;&lt;span class="has-text-danger"&gt;Happy New Year!&lt;/span&gt; A big welcome to 2022! I’ve finally updated the look of my blog with a new theme. Well, not really&amp;hellip; you see, I’m not very creative, and so, my theme pretty much remains the same&amp;hellip; just more purple.&lt;/p&gt;</description></item><item><title>Testing Grav 1.7 in a container</title><link>https://myByways.com/post/testing-grav-1-7-in-a-container/</link><pubDate>Fri, 22 Jan 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/testing-grav-1-7-in-a-container/</guid><description>&lt;p&gt;When I first used &lt;a href="https://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt;, “a modern open source flat-file CMS,” to host this site, I setup a local development environment using macOS’s built-in &lt;strong&gt;Apache&lt;/strong&gt; and &lt;strong&gt;PHP&lt;/strong&gt;. But this is getting harder with each macOS release, so it’s time to use a &lt;a href="https://www.docker.com/products/docker-desktop" rel="external"&gt;Docker container&lt;/a&gt; instead.&lt;/p&gt;</description></item><item><title>Local Grav PHP ZIP Extension workaround on macOS Catalina</title><link>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</link><pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</guid><description>&lt;p&gt;The Apache and PHP bundled with macOS Catalina 10.15 does not include the PHP ZIP extension. &lt;a href="https://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; (specifically, the &lt;a href="https://github.com/getgrav/grav-plugin-problems" rel="external"&gt;Problems Plugin&lt;/a&gt;) detects this issue, and Grav will not run! Here is a workaround.&lt;/p&gt;</description></item><item><title>Fixing Grav Admin Panel URL redirect on a local computer</title><link>https://myByways.com/post/fixing-grav-admin-panel-url-redirect-on-a-local-computer/</link><pubDate>Tue, 17 Mar 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-grav-admin-panel-url-redirect-on-a-local-computer/</guid><description>&lt;p&gt;While testing out Grav, it’s quite easy to &lt;a href="https://learn.getgrav.org/16/basics/requirements" rel="external"&gt;setup a local instance&lt;/a&gt; on a macOS computer, since macOS already comes with a suitable web server (Apache 2.4.x and PHP 7.x). I never realized I didn’t actually describe how I set it up, but just wanted to point out one important change.&lt;/p&gt;</description></item><item><title>My custom Grav theme</title><link>https://myByways.com/post/my-custom-grav-theme/</link><pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/my-custom-grav-theme/</guid><description>&lt;p&gt;I re-designed my blog template using a new CSS framework called &lt;strong&gt;Bluma&lt;/strong&gt;, re-developed all &lt;strong&gt;JavaScript&lt;/strong&gt; without &lt;strong&gt;jQuery&lt;/strong&gt; and customized some plugins. This was quite a journey, so this post is going to be quite long too!&lt;/p&gt;</description></item><item><title>Optimizing Grav page speed</title><link>https://myByways.com/post/optimizing-grav-page-speed/</link><pubDate>Thu, 04 Apr 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/optimizing-grav-page-speed/</guid><description>&lt;p&gt;I’m usually quite pedantic when it comes to minimizing code and optimizing web page performance. I was a bit surprised to find that this blog’s page speed was far from ideal! &lt;a href="https://developers.google.com/speed/pagespeed/insights/" rel="external"&gt;Google PageSpeed Insights&lt;/a&gt; returned a very low score for this blog. Back when I started this blow, I must’ve neglected optimization, as I was too busy learning Grav, modifying my template, etc.&lt;/p&gt;</description></item><item><title>Grav with PHP 5.6 ini_set() fix</title><link>https://myByways.com/post/grav-with-php-5-6-ini_set-fix/</link><pubDate>Sun, 01 Apr 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/grav-with-php-5-6-ini_set-fix/</guid><description>&lt;p&gt;On my hosting provider, there is a slight tweak needed to get &lt;a href="http://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; to run on &lt;strong&gt;PHP 5.6&lt;/strong&gt;. Here&amp;rsquo;s the solution:&lt;/p&gt;</description></item><item><title>Grav updated to 1.1.1</title><link>https://myByways.com/post/grav-updated-to-1-1-1/</link><pubDate>Sun, 17 Jul 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/grav-updated-to-1-1-1/</guid><description>&lt;p&gt;I just updated Grav to 1.1.1!&lt;/p&gt;</description></item><item><title>Installing Grav on OS X and cPanel Hosting</title><link>https://myByways.com/post/installing-grav-on-osx-and-cpanel-hosting/</link><pubDate>Fri, 16 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/installing-grav-on-osx-and-cpanel-hosting/</guid><description>&lt;p&gt;I opted to install Grav via the ZIP package, as &lt;a href="http://learn.getgrav.org/basics/installation" rel="external"&gt;documented here&lt;/a&gt;. My hosting provider does not give me shell access, so I would not be using git or the &lt;a href="http://learn.getgrav.org/advanced/grav-gpm" rel="external"&gt;Grav Package Manager (GPM)&lt;/a&gt;, but limiting myself to FTP or the cPanel File Manager.&lt;/p&gt;</description></item><item><title>Why I chose Grav CMS</title><link>https://myByways.com/post/why-i-chose-grav/</link><pubDate>Tue, 13 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/why-i-chose-grav/</guid><description>&lt;p&gt;In starting this blog, I installed and tested various Blogging and Content Management Systems (CMS), finally settling on &lt;a href="http://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt;. Here&amp;rsquo;s why I like Grav.&lt;/p&gt;</description></item></channel></rss>