<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports.github.io.
</pre>
<p><a href="https://github.com/macports/macports.github.io/commit/da668b61d8de03cdd0e0278e4fc8a022dc73d725">https://github.com/macports/macports.github.io/commit/da668b61d8de03cdd0e0278e4fc8a022dc73d725</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit da668b61d8de03cdd0e0278e4fc8a022dc73d725
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat May 1 22:36:51 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> Specify null theme
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> We don't use a theme. Specifying a null theme prevents the default
</span><span style='display:block; white-space:pre;color:#404040;'> theme's css file from being generated and included.
</span>---
_config.yml | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_config.yml b/_config.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 370f527..ddcfd7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_config.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_config.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,5 +19,6 @@ gems:
</span> - jekyll-feed
- jekyll-redirect-from
permalink: pretty
<span style='display:block; white-space:pre;background:#e0ffe0;'>+theme: null
</span> title: "MacPorts"
url: "https://www.macports.org"
</pre><pre style='margin:0'>
</pre>