aboutsummaryrefslogtreecommitdiff
path: root/build/cleanup/index.html
diff options
context:
space:
mode:
authorbt <bt@btxx.org>2024-06-08 11:56:18 -0400
committerbt <bt@btxx.org>2024-06-08 11:56:18 -0400
commit77deda68beb468f2ba67c1eb2899f834de5ab317 (patch)
treee0f19dba9f4dd000a42ac8424f13e889c7dd0120 /build/cleanup/index.html
parent8a3e4e5207f59d42bfd6075e3792267266c86e71 (diff)
Use openrsync for OpenBSD systems, alter README
Diffstat (limited to 'build/cleanup/index.html')
-rw-r--r--build/cleanup/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/cleanup/index.html b/build/cleanup/index.html
index b567bac..b34599b 100644
--- a/build/cleanup/index.html
+++ b/build/cleanup/index.html
@@ -16,22 +16,31 @@
<main>
<h1 id="cleaning-up-barfs-structure">Cleaning Up barf&#8217;s Structure</h1>
+
<p>2023-10-09</p>
+
<p>Things probably look a little different around here. Both in terms of this demo site <em>and</em> the core <code>barf</code> files itself.</p>
+
<p>This project was always intended to be focused on Linux platforms. So, I&#8217;ve removed the included <code>barf_macos</code> and <code>barf_openbsd</code> files to keep the generator more streamlined. But have no fear! Instructions for both Mac and OpenBSD can still be found on the main blog:</p>
+
<ul>
<li><a href="/macos">Running <code>barf</code> on MacOS</a></li>
<li><a href="/openbsd">Running <code>barf</code> on OpenBSD</a></li>
</ul>
+
<p>As for the &#8220;default&#8221; look of <code>barf</code>, I&#8217;ve simplified things further. The total CSS styling now consists of only:</p>
+
<pre><code>*{box-sizing:border-box;}
body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}
img{max-width:100%;}
pre{overflow:auto;}
</code></pre>
+
<p>Users still have the ability to tweak things as much as they&#8217;d like, but the standard look should be more than enough for anyone just focusing on writing. Dark mode has also been dropped but is easily added by adding the following inside the <code>head</code> tags:</p>
+
<pre><code>&#60;meta name="color-scheme" content="dark light"&#62;
</code></pre>
+
<p>Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!</p>
<footer role="contentinfo">
<hr>