diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
commit | 8a3e4e5207f59d42bfd6075e3792267266c86e71 (patch) | |
tree | f54d760781244072ff66564b011fef18dbf4a3de /build/qol | |
parent | 8c47200dd81639b7cb1a3a165f4bb2eec2517970 (diff) |
Homepage changes, README updates, swap to lowdown, cleanup
Diffstat (limited to 'build/qol')
-rw-r--r-- | build/qol/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/build/qol/index.html b/build/qol/index.html index bdebf62..bf38b42 100644 --- a/build/qol/index.html +++ b/build/qol/index.html @@ -7,7 +7,7 @@ <title>Quality of Life Improvements</title> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style> </head> <nav> @@ -15,9 +15,9 @@ </nav> <main> -<h1>Quality of Life Improvements</h1> +<h1 id="quality-of-life-improvements">Quality of Life Improvements</h1> <p>2024-06-06</p> -<p>I haven't circled back to <code>barf</code> in quite a bit of time, so I'm happy to announce a small update mainly focused on quality of life improvements! I'll keep things brief and get right into the core changes:</p> +<p>I haven’t circled back to <code>barf</code> in quite a bit of time, so I’m happy to announce a small update mainly focused on quality of life improvements! I’ll keep things brief and get right into the core changes:</p> <p><strong>Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)</strong></p> <ul> <li><code>barf</code> now checks your current OS and sets aliases accordingly</li> @@ -31,7 +31,11 @@ <ul> <li>You now only need to set your main domain at the top of the core <code>barf</code> file.</li> </ul> -<p>That's it really! I've also updated the original blog posts about setting up <code>barf</code> on macOS and OpenBSD to reflect these changes.</p> +<p><strong>Swapped out <code>smu</code> for <code>lowdown</code></strong></p> +<ul> +<li>The default Markdown parser is now set to <code>lowdown</code>. The original parser (<code>smu</code>) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.</li> +</ul> +<p>That’s it really! I’ve also updated the original blog posts about setting up <code>barf</code> on macOS and OpenBSD to reflect these changes.</p> <p>Cheers!</p> <footer role="contentinfo"> <hr> |