commit 85122f2ee05133f2635dd0554e33fc24b7104067 from: Bradley Taunt date: Wed Jul 03 16:06:08 2024 UTC More homepage updates commit - 77deda68beb468f2ba67c1eb2899f834de5ab317 commit + 85122f2ee05133f2635dd0554e33fc24b7104067 blob - 860308b63672c88a85422dced36c5a043ac19d2d blob + d8ede37a8d752ffdcc26b47ddac679c900a96af9 --- build/about/index.html +++ build/about/index.html @@ -16,13 +16,9 @@

About barf

-

barf is a minimal and suckless-inspired blog generator. It is a tweaked and slightly patched version of Karl Bartel’s fantastic blog.sh.

-

Why?

-

This project was created by me, Bradley Taunt, out of frustration with overly complex and bloated blogging options. I tried so many “minimal” generators but each one ended up having some glaring issue or heavy reliance on dependencies.

-

I wanted to have a system that I could easily replicate on any Linux machine. Something that didn’t require me to download half the internet just to get up and running. I’m a sucker for keeping things simple.

\ No newline at end of file blob - a4148bfc18d0eedcaa354ed8d31b40d1fe1844f3 blob + f13bbcf2a628ae6089c0c7aaf6ffd37e3411940c --- build/atom.xml +++ build/atom.xml @@ -2,46 +2,34 @@ barf - 2024-06-08T11:53:53Z + 2024-07-03T12:03:07Z - + Bradley Taunt https://barf.btxx.org,2024-01-19:default-atom-feed/ Quality of Life Improvements <h1 id="quality-of-life-improvements">Quality of Life Improvements</h1> - <p>2024-06-06</p> - <p>I haven&#8217;t circled back to <code>barf</code> in quite a bit of time, so I&#8217;m happy to announce a small update mainly focused on quality of life improvements! I&#8217;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> <li>this removes the need to hard-set your own aliases or run syslinks</li> </ul> - <p><strong>Added a semantically valid RSS feed</strong></p> - <ul> <li><code>barf</code> initially launched with Atom support only, now a separate RSS feed is generated at build time</li> </ul> - <p><strong>Removed hardcoded feed links from <code>header.html</code></strong></p> - <ul> <li>You now only need to set your main domain at the top of the core <code>barf</code> file.</li> </ul> - <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&#8217;s it really! I&#8217;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> https://barf.btxx.org/qol @@ -51,18 +39,12 @@ Running `barf` on OpenBSD <h1 id="running-on-openbsd">Running <code>barf</code> on OpenBSD</h1> - <p>2023-08-12</p> - <p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.</p> - <h2 id="download-packages">Download Packages</h2> - <p>Along with your Markdown parser of choice (<code>barf</code> assumes you will be using my version of <a href="https://git.sr.ht/~bt/smu">smu</a>) you will also need to install the required packages on your OpenBSD system:</p> - <pre><code>doas pkg_add rsync coreutils gsed cmake gcc </code></pre> - <p>After that, everything should work perfectly fine when building!</p> https://barf.btxx.org/openbsd @@ -72,17 +54,12 @@ Markdown Examples in barf <h1 id="markdown-examples-in-barf">Markdown Examples in barf</h1> - <p>2023-01-05</p> - <p>This following was lifted from <a href="https://github.com/karlb/smu">https:&#47;&#47;github.com&#47;karlb&#47;smu</a></p> - <h1 id="syntax"><code>smu</code> Syntax</h1> - <p>smu was started as a rewrite of <a href="http://daringfireball.net/projects/markdown/">markdown</a> but became something more lightweight and consistent. It differs from <a href="https://commonmark.org/">CommonMark</a> in the following ways:</p> - <ul> <li>No support for <em>reference style links</em></li> <li>Stricter indentation rules for lists</li> @@ -90,17 +67,13 @@ more lightweight and consistent. It differs from <a <li>Horizontal rules (<code>&#60;hr&#62;</code>) must use <code>- - -</code> as syntax</li> <li>Code fences have stricter syntax</li> </ul> - <p>Patches that increase the CommonMark compatibility are welcome as long as they don&#8217;t increase the code complexity significantly.</p> - <p>This project is a fork of the <a href="https://github.com/gottox/smu">original smu</a> by <a href="https://eboland.de">Enno Boland (gottox)</a>. The main differences to the original smu are:</p> - <ul> <li>Support for code fences</li> <li>Improved <a href="https://commonmark.org/">CommonMark</a> compatibility. E.g. - <ul> <li>Code blocks need four spaces indentation instead of three</li> <li>Skip empty lines at end of code blocks</li> @@ -114,14 +87,10 @@ original smu are:</p> </ul></li> <li>Added a simple test suite to check for compliance and avoid regressions</li> </ul> - <h2 id="inline-patterns">Inline patterns</h2> - <p>There are several patterns you can use to highlight your text:</p> - <ul> -<li><p>Emphasis</p> - +<li><p>Emphasis <ul> <li>Surround your text with <code>*</code> or <code>_</code> to get <em>emphasised</em> text: This <em>is</em> cool. @@ -137,39 +106,29 @@ This <strong><em>is</em></strong& This is a wontfix bug because it would make the source too complex. Use this instead: <strong><em>Hello</em></strong> <em>you</em></li> -</ul></li> +</ul></p></li> <li><p>inline Code</p> - <p>You can produce inline code by surrounding it with backticks.</p> - <p>Use <code>rm -rf &#47;</code> if you&#8217;re a N00b. Use <code>rm -rf &#47;</code> if you&#8217;re a N00b. Use <code>rm -rf &#47;</code> if you&#8217;re a N00b.</p> - <p>Double and triple backticks can be used if the code itself contains backticks.</p></li> </ul> - <h2 id="titles">Titles</h2> - <p>Creating titles in smu is very easy. There are two different syntax styles. The first is underlining with at least three characters:</p> - <pre><code>Heading ======= Topic ----- </code></pre> - <p>This is very intuitive and self explaining. The resulting sourcecode looks like this:</p> - <pre><code>&#60;h1&#62;Heading&#60;&#47;h1&#62; &#60;h2&#62;Topic&#60;&#47;h2&#62; </code></pre> - <p>Use the following prefixes if you don&#8217;t like underlining:</p> - <pre><code># h1 ## h2 ### h3 @@ -177,179 +136,127 @@ this:</p> ##### h5 ###### h6 </code></pre> - <h2 id="links">Links</h2> - <p>The simplest way to define a link is with simple <code>&#60;&#62;</code>.</p> - <pre><code>&#60;http:&#47;&#47;s01.de&#62; </code></pre> - <p>You can do the same for E-Mail addresses:</p> - <pre><code>&#60;yourname@s01.de&#62; </code></pre> - <p>If you want to define a label for the url, you have to use a different syntax</p> - <pre><code>[smu - simple mark up](http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu) </code></pre> - <p>The resulting HTML-Code</p> - <pre><code>&#60;a href="http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu"&#62;smu - simple mark up&#60;&#47;a&#62;&#60;&#47;p&#62; </code></pre> - <h2 id="lists">Lists</h2> - <p>Defining lists is very straightforward:</p> - <pre><code>* Item 1 * Item 2 * Item 3 </code></pre> - <p>Result:</p> - <pre><code>&#60;ul&#62; &#60;li&#62;Item 1&#60;&#47;li&#62; &#60;li&#62;Item 2&#60;&#47;li&#62; &#60;li&#62;Item 3&#60;&#47;li&#62; &#60;&#47;ul&#62; </code></pre> - <p>Defining ordered lists is also very easy:</p> - <pre><code>1. Item 1 2. Item 2 3. Item 3 </code></pre> - <p>Only the first number in a list is meaningful. All following list items are continously counted. If you want a list starting at 2, you could write:</p> - <pre><code>2. Item 1 2. Item 2 2. Item 3 </code></pre> - <p>and get the following HTML which will render with the numbers 2, 3, 4:</p> - <pre><code>&#60;ol start="2"&#62; &#60;li&#62;Item 1&#60;&#47;li&#62; &#60;li&#62;Item 2&#60;&#47;li&#62; &#60;li&#62;Item 3&#60;&#47;li&#62; &#60;&#47;ol&#62; </code></pre> - <h2 id="code-blockquote">Code &#38; Blockquote</h2> - <p>Use the <code>&#62;</code> as a line prefix for defining blockquotes. Blockquotes are interpreted as well. This makes it possible to embed links, headings and even other quotes into a quote:</p> - <pre><code>&#62; Hello &#62; This is a quote with a [link](http:&#47;&#47;s01.de&#47;~gottox) </code></pre> - <p>Result: Hello This is a quote with a link </p> - <p>You can define a code block with a leading Tab or with <strong>4</strong> leading spaces</p> - <pre><code> this.is(code) this.is(code, too) </code></pre> - <p>Result: this.is(code) this.is(code, too) </p> - <p>Please note that you can&#8217;t use HTML or smu syntax in a code block.</p> - <p>Another way to write code blocks is to use code fences:</p> - <pre><code>```json {"some": "code"} ``` </code></pre> - <p>This has two advantages: * The optional language identifier will be turned into a <code>language-</code> class name * You can keep the original indentation which helps when doing copy &#38; paste</p> - <h2 id="tables">Tables</h2> - <p>Tables can be generated with the following syntax:</p> - <pre><code>| Heading1 | Heading2 | | -------- | -------- | | Cell 1 | Cell2 | </code></pre> - <p>Aligning the columns make the input nicer to read, but is not necessary to get correct table output. You could just write</p> - <pre><code>| Heading1 | Heading2 | | --- | --- | | Cell 1 | Cell2 | </code></pre> - <p>To align the content of table cells, use <code>|:--|</code> for left, <code>|--:|</code> for right and <code>|:--:|</code> for centered alignment in the row which separates the header from the table body.</p> - <pre><code>| Heading1 | Heading2 | Heading3 | | :------- | :------: | -------: | | Left | Center | Right | </code></pre> - <h2 id="footnotes">Footnotes</h2> - <p>Here is an example of using Markdown footnotes<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup>. And incase you were looking for more examples, here is another one<sup id="fnref2"><a href="#fn2" rel="footnote">2</a></sup>.</p> - <h2 id="other-interesting-stuff">Other interesting stuff</h2> - <ul> <li><p>to insert a horizontal rule simple add <code>- - -</code> into an empty line:</p> - <p>Hello</p> - <hr/> - <p>Hello2</p> - <p>Result: Hello </p> - <p>Hello2</p></li> <li><p>Any ASCII punctuation character may escaped by precedeing them with a backslash to avoid them being interpreted:</p> - -<p>!&#8221;#$%&#38;&#8217;()*+,-.&#47;:;&#60;=&#62;?@[]<sup>_`{|}~\</sup></p></li> +<p>!&#8221;#$%&#38;&#8217;()*+,-.&#47;:;&#60;=&#62;?@[]^_`{|}~\</p></li> <li><p>To force a linebreak simple add two spaces to the end of the line:</p> - <p>No linebreak here. But here is<br/> one.</p></li> </ul> - <h2 id="embed-html">embed HTML</h2> - <p>You can include arbitrary HTML code in your documents. The HTML will be passed through to the resulting document without modification. This is a good way to work around features that are missing in smu. If you don&#8217;t want this behaviour, use the <code>-n</code> flag when executing smu to stricly escape the HTML tags.</p> - <div class="footnotes"> <hr/> <ol> @@ -372,21 +279,14 @@ tags.</p> Running `barf` on MacOS <h1 id="running-on-macos">Running <code>barf</code> on MacOS</h1> - <p>2023-01-18</p> - <p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but that doesn&#8217;t mean MacOS needs to be left out in the cold.</p> - <h2 id="download-packages">Download Packages</h2> - <p>This walkthrough assumes that you already have <a href="https://brew.sh/">homebrew</a> installed on your machine.</p> - <p>You will need to install the GNU versions of both <code>date</code> and <code>sed</code> in order to avoid breaking things when <code>barf</code> tries to build.</p> - <pre><code>brew install coreutils brew install gnu-sed </code></pre> - <p>Now everything should work as intended!</p> https://barf.btxx.org/macos @@ -396,24 +296,16 @@ brew install gnu-sed Supporting Basic Dark Mode <h1 id="supporting-basic-dark-mode">Supporting Basic Dark Mode</h1> - <p>2023-03-07</p> - <p>The default <code>barf</code> site generator now supports basic dark mode functionality. This has been achieved by including the standard <code>color-scheme</code> meta tag in the core <code>header.html</code> file:</p> - <pre><code>&#60;meta name="color-scheme" content="dark light"&#62; </code></pre> - <p>This change also ships with some minor updates to the default <code>blockquote</code> design. You can see an example below:</p> - <blockquote> <p>This is a really <em>cool</em> blockquote</p> </blockquote> - <h2 id="minor-caveat">Minor Caveat</h2> - <p>Unfortunately, Safari still has minor <code>ahref</code> &#47; link color issue when defaulting to browser dark mode. If this is a problem for your own build of <code>barf</code>, take a look at a <a href="https://bt.ht/safari-default-dark-mode/">solution I wrote about here</a>.</p> - <p>Personally, I can&#8217;t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn&#8217;t be using Safari anyway - it&#8217;s proprietary garbage.</p> https://barf.btxx.org/dark-mode @@ -423,31 +315,22 @@ brew install gnu-sed Cleaning Up barf's Structure <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> https://barf.btxx.org/cleanup blob - b34599bab1c11c573297a24973d2374373adb8e0 blob + 192c4eb099deeb2f7049a0d1d860a1af2d67ee95 --- build/cleanup/index.html +++ build/cleanup/index.html @@ -16,31 +16,22 @@

Cleaning Up barf’s Structure

-

2023-10-09

-

Things probably look a little different around here. Both in terms of this demo site and the core barf files itself.

-

This project was always intended to be focused on Linux platforms. So, I’ve removed the included barf_macos and barf_openbsd 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:

- -

As for the “default” look of barf, I’ve simplified things further. The total CSS styling now consists of only:

-
*{box-sizing:border-box;}
 body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}
 img{max-width:100%;}
 pre{overflow:auto;}
 
-

Users still have the ability to tweak things as much as they’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 head tags:

-
<meta name="color-scheme" content="dark light">
 
-

Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!

\ No newline at end of file blob - 1e4d1830fa31bbce43891dd0f2676313eb0f839b blob + ac3c5bfcd4b835eafe2371be1c1d4d9c814bc141 --- build/dark-mode/index.html +++ build/dark-mode/index.html @@ -16,24 +16,16 @@

Supporting Basic Dark Mode

-

2023-03-07

-

The default barf site generator now supports basic dark mode functionality. This has been achieved by including the standard color-scheme meta tag in the core header.html file:

-
<meta name="color-scheme" content="dark light">
 
-

This change also ships with some minor updates to the default blockquote design. You can see an example below:

-

This is a really cool blockquote

-

Minor Caveat

-

Unfortunately, Safari still has minor ahref / link color issue when defaulting to browser dark mode. If this is a problem for your own build of barf, take a look at a solution I wrote about here.

-

Personally, I can’t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn’t be using Safari anyway - it’s proprietary garbage.

\ No newline at end of file blob - 69197cdab3b6b467111468485a22b9438eeadb3f blob + 02ea0ab9c34740ba45e527413aa9dab0c0bdee87 --- build/index.html +++ build/index.html @@ -16,52 +16,33 @@

barf

-

barf is an extremely minimal blog generator.

-

The entire build script is >170 lines of shell.

-

It could almost be called “suckless”, but probably isn’t. It was created for those focused on writing, not tinkering.

-

You can learn more by reading the official README.

-

barf = blogs are really fun

-
-

Get setup in 2 minutes

-

Install dependencies:

-

For Linux (Alpine example):

- -
sudo apk add rsync lowdown
+
sudo apk add rsync lowdown coreutils
 
-

For macOS:

-
brew install rsync lowdown coreutils gnu-sed
 
-

For OpenBSD:

-
doas pkg_add lowdown coreutils gsed cmake gcc
 
-

Clone barf:

-
git clone https://git.btxx.org/barf
 
-
  1. Open project, change the domain variable at the top of the core barf file
  2. Run: make build
  3. Upload the contents of build to your server!
  4. Profit?
-
-

Articles

Feeds: Atom | RSS
- Built with barf.
- The code for this site is MIT. + Built with barf.
+ The code for this site is MIT.
\ No newline at end of file blob - 34bbee17c56ef0cdca053f063b0fa77a009d5197 blob + 4220e286d82a3f86c934e779616fc228f83cc0df --- build/macos/index.html +++ build/macos/index.html @@ -16,21 +16,14 @@

Running barf on MacOS

-

2023-01-18

-

The barf project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux/GNU tools, but that doesn’t mean MacOS needs to be left out in the cold.

-

Download Packages

-

This walkthrough assumes that you already have homebrew installed on your machine.

-

You will need to install the GNU versions of both date and sed in order to avoid breaking things when barf tries to build.

-
brew install coreutils
 brew install gnu-sed
 
-

Now everything should work as intended!

\ No newline at end of file blob - 25683ea8d0248a1d6699aa81dd9dfca301a83b93 blob + b50fe55cf79366e4580f6ac9c147c2d3c9677fa1 --- build/markdown-examples/index.html +++ build/markdown-examples/index.html @@ -16,17 +16,12 @@

Markdown Examples in barf

-

2023-01-05

-

This following was lifted from https://github.com/karlb/smu

-

smu Syntax

-

smu was started as a rewrite of markdown but became something more lightweight and consistent. It differs from CommonMark in the following ways:

- -

Patches that increase the CommonMark compatibility are welcome as long as they don’t increase the code complexity significantly.

-

This project is a fork of the original smu by Enno Boland (gottox). The main differences to the original smu are:

-
  • Support for code fences
  • Improved CommonMark compatibility. E.g. -
    • Code blocks need four spaces indentation instead of three
    • Skip empty lines at end of code blocks
    • @@ -58,14 +49,10 @@ original smu are:

  • Added a simple test suite to check for compliance and avoid regressions
-

Inline patterns

-

There are several patterns you can use to highlight your text:

-
    -
  • Emphasis

    - +
  • Emphasis

    • Surround your text with * or _ to get emphasised text: This is cool. @@ -81,39 +68,29 @@ This is cool, too.
    • This is a wontfix bug because it would make the source too complex. Use this instead: Hello you -
  • +

  • inline Code

    -

    You can produce inline code by surrounding it with backticks.

    -

    Use rm -rf / if you’re a N00b. Use rm -rf / if you’re a N00b. Use rm -rf / if you’re a N00b.

    -

    Double and triple backticks can be used if the code itself contains backticks.

  • -

    Titles

    -

    Creating titles in smu is very easy. There are two different syntax styles. The first is underlining with at least three characters:

    -
    Heading
     =======
     
     Topic
     -----
     
    -

    This is very intuitive and self explaining. The resulting sourcecode looks like this:

    -
    <h1>Heading</h1>
     <h2>Topic</h2>
     
    -

    Use the following prefixes if you don’t like underlining:

    -
    # h1
     ## h2
     ### h3
    @@ -121,179 +98,127 @@ this:

    ##### h5 ###### h6
    - -

    The simplest way to define a link is with simple <>.

    -
    <http://s01.de>
     
    -

    You can do the same for E-Mail addresses:

    -
    <yourname@s01.de>
     
    -

    If you want to define a label for the url, you have to use a different syntax

    -
    [smu - simple mark up](http://s01.de/~gottox/index.cgi/proj_smu)
     
    -

    The resulting HTML-Code

    -
    <a href="http://s01.de/~gottox/index.cgi/proj_smu">smu - simple mark up</a></p>
     
    -

    Lists

    -

    Defining lists is very straightforward:

    -
    * Item 1
     * Item 2
     * Item 3
     
    -

    Result:

    -
    <ul>
     <li>Item 1</li>
     <li>Item 2</li>
     <li>Item 3</li>
     </ul>
     
    -

    Defining ordered lists is also very easy:

    -
    1. Item 1
     2. Item 2
     3. Item 3
     
    -

    Only the first number in a list is meaningful. All following list items are continously counted. If you want a list starting at 2, you could write:

    -
    2. Item 1
     2. Item 2
     2. Item 3
     
    -

    and get the following HTML which will render with the numbers 2, 3, 4:

    -
    <ol start="2">
     <li>Item 1</li>
     <li>Item 2</li>
     <li>Item 3</li>
     </ol>
     
    -

    Code & Blockquote

    -

    Use the > as a line prefix for defining blockquotes. Blockquotes are interpreted as well. This makes it possible to embed links, headings and even other quotes into a quote:

    -
    > Hello
     > This is a quote with a [link](http://s01.de/~gottox)
     
    -

    Result: Hello This is a quote with a link

    -

    You can define a code block with a leading Tab or with 4 leading spaces

    -
        this.is(code)
     
         this.is(code, too)
     
    -

    Result: this.is(code) this.is(code, too)

    -

    Please note that you can’t use HTML or smu syntax in a code block.

    -

    Another way to write code blocks is to use code fences:

    -
    ```json
     {"some": "code"}
     ```
     
    -

    This has two advantages: * The optional language identifier will be turned into a language- class name * You can keep the original indentation which helps when doing copy & paste

    -

    Tables

    -

    Tables can be generated with the following syntax:

    -
    | Heading1 | Heading2 |
     | -------- | -------- |
     | Cell 1   | Cell2    |
     
    -

    Aligning the columns make the input nicer to read, but is not necessary to get correct table output. You could just write

    -
    | Heading1 | Heading2 |
     | --- | --- |
     | Cell 1 | Cell2 |
     
    -

    To align the content of table cells, use |:--| for left, |--:| for right and |:--:| for centered alignment in the row which separates the header from the table body.

    -
    | Heading1 | Heading2 | Heading3 |
     | :------- | :------: | -------: |
     | Left     | Center   | Right    |
     
    -

    Footnotes

    -

    Here is an example of using Markdown footnotes1. And incase you were looking for more examples, here is another one2.

    -

    Other interesting stuff

    -
    • to insert a horizontal rule simple add - - - into an empty line:

      -

      Hello

      -
      -

      Hello2

      -

      Result: Hello

      -

      Hello2

    • Any ASCII punctuation character may escaped by precedeing them with a backslash to avoid them being interpreted:

      - -

      !”#$%&’()*+,-./:;<=>?@[]_`{|}~\

    • +

      !”#$%&’()*+,-./:;<=>?@[]^_`{|}~\

    • To force a linebreak simple add two spaces to the end of the line:

      -

      No linebreak here. But here is
      one.

    -

    embed HTML

    -

    You can include arbitrary HTML code in your documents. The HTML will be passed through to the resulting document without modification. This is a good way to work around features that are missing in smu. If you don’t want this behaviour, use the -n flag when executing smu to stricly escape the HTML tags.

    -

      @@ -319,7 +244,7 @@ tags.

      Feeds: Atom | RSS
      - Built with barf.
      - The code for this site is MIT. + Built with barf.
      + The code for this site is MIT.
      \ No newline at end of file blob - 5cb759d6eac4baf2f112ac9a8e1ab411efdc743e blob + e239169ca3cbcd612bc80841414fcee658b84fd0 --- build/openbsd/index.html +++ build/openbsd/index.html @@ -16,18 +16,12 @@

      Running barf on OpenBSD

      -

      2023-08-12

      -

      The barf project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux/GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.

      -

      Download Packages

      -

      Along with your Markdown parser of choice (barf assumes you will be using my version of smu) you will also need to install the required packages on your OpenBSD system:

      -
      doas pkg_add rsync coreutils gsed cmake gcc
       
      -

      After that, everything should work perfectly fine when building!

      \ No newline at end of file blob - d76dc55c5a7aae8179f03bd50f52bfeb31164044 blob + 6f9c6ab904c998834e542db54fa44c3c3e4a4137 --- build/qol/index.html +++ build/qol/index.html @@ -16,38 +16,26 @@

      Quality of Life Improvements

      -

      2024-06-06

      -

      I haven’t circled back to barf 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:

      -

      Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)

      -
      • barf now checks your current OS and sets aliases accordingly
      • this removes the need to hard-set your own aliases or run syslinks
      -

      Added a semantically valid RSS feed

      -
      • barf initially launched with Atom support only, now a separate RSS feed is generated at build time
      -

      Removed hardcoded feed links from header.html

      -
      • You now only need to set your main domain at the top of the core barf file.
      -

      Swapped out smu for lowdown

      -
      • The default Markdown parser is now set to lowdown. The original parser (smu) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.
      -

      That’s it really! I’ve also updated the original blog posts about setting up barf on macOS and OpenBSD to reflect these changes.

      -

      Cheers!

      \ No newline at end of file blob - b583e2dfbc4a784a1c75ffae5663a6cd68a29a02 blob + c9de178ab06a8c328de9f349a3a98a7a902fb845 --- build/rss.xml +++ build/rss.xml @@ -4,45 +4,33 @@ barf https://barf.btxx.org/rss.xml Feed description here - Sat, 08 Jun 2024 15:53:53 +0000 - Sat, 08 Jun 2024 15:53:53 +0000 + Wed, 03 Jul 2024 16:03:07 +0000 + Wed, 03 Jul 2024 16:03:07 +0000 Custom RSS Generator 1800 Quality of Life Improvements <h1 id="quality-of-life-improvements">Quality of Life Improvements</h1> - <p>2024-06-06</p> - <p>I haven&#8217;t circled back to <code>barf</code> in quite a bit of time, so I&#8217;m happy to announce a small update mainly focused on quality of life improvements! I&#8217;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> <li>this removes the need to hard-set your own aliases or run syslinks</li> </ul> - <p><strong>Added a semantically valid RSS feed</strong></p> - <ul> <li><code>barf</code> initially launched with Atom support only, now a separate RSS feed is generated at build time</li> </ul> - <p><strong>Removed hardcoded feed links from <code>header.html</code></strong></p> - <ul> <li>You now only need to set your main domain at the top of the core <code>barf</code> file.</li> </ul> - <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&#8217;s it really! I&#8217;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> https://barf.btxx.org/qol https://barf.btxx.org/qol @@ -51,18 +39,12 @@ Running `barf` on OpenBSD <h1 id="running-on-openbsd">Running <code>barf</code> on OpenBSD</h1> - <p>2023-08-12</p> - <p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.</p> - <h2 id="download-packages">Download Packages</h2> - <p>Along with your Markdown parser of choice (<code>barf</code> assumes you will be using my version of <a href="https://git.sr.ht/~bt/smu">smu</a>) you will also need to install the required packages on your OpenBSD system:</p> - <pre><code>doas pkg_add rsync coreutils gsed cmake gcc </code></pre> - <p>After that, everything should work perfectly fine when building!</p> https://barf.btxx.org/openbsd https://barf.btxx.org/openbsd @@ -71,17 +53,12 @@ Markdown Examples in barf <h1 id="markdown-examples-in-barf">Markdown Examples in barf</h1> - <p>2023-01-05</p> - <p>This following was lifted from <a href="https://github.com/karlb/smu">https:&#47;&#47;github.com&#47;karlb&#47;smu</a></p> - <h1 id="syntax"><code>smu</code> Syntax</h1> - <p>smu was started as a rewrite of <a href="http://daringfireball.net/projects/markdown/">markdown</a> but became something more lightweight and consistent. It differs from <a href="https://commonmark.org/">CommonMark</a> in the following ways:</p> - <ul> <li>No support for <em>reference style links</em></li> <li>Stricter indentation rules for lists</li> @@ -89,17 +66,13 @@ more lightweight and consistent. It differs from <a <li>Horizontal rules (<code>&#60;hr&#62;</code>) must use <code>- - -</code> as syntax</li> <li>Code fences have stricter syntax</li> </ul> - <p>Patches that increase the CommonMark compatibility are welcome as long as they don&#8217;t increase the code complexity significantly.</p> - <p>This project is a fork of the <a href="https://github.com/gottox/smu">original smu</a> by <a href="https://eboland.de">Enno Boland (gottox)</a>. The main differences to the original smu are:</p> - <ul> <li>Support for code fences</li> <li>Improved <a href="https://commonmark.org/">CommonMark</a> compatibility. E.g. - <ul> <li>Code blocks need four spaces indentation instead of three</li> <li>Skip empty lines at end of code blocks</li> @@ -113,14 +86,10 @@ original smu are:</p> </ul></li> <li>Added a simple test suite to check for compliance and avoid regressions</li> </ul> - <h2 id="inline-patterns">Inline patterns</h2> - <p>There are several patterns you can use to highlight your text:</p> - <ul> -<li><p>Emphasis</p> - +<li><p>Emphasis <ul> <li>Surround your text with <code>*</code> or <code>_</code> to get <em>emphasised</em> text: This <em>is</em> cool. @@ -136,39 +105,29 @@ This <strong><em>is</em></strong& This is a wontfix bug because it would make the source too complex. Use this instead: <strong><em>Hello</em></strong> <em>you</em></li> -</ul></li> +</ul></p></li> <li><p>inline Code</p> - <p>You can produce inline code by surrounding it with backticks.</p> - <p>Use <code>rm -rf &#47;</code> if you&#8217;re a N00b. Use <code>rm -rf &#47;</code> if you&#8217;re a N00b. Use <code>rm -rf &#47;</code> if you&#8217;re a N00b.</p> - <p>Double and triple backticks can be used if the code itself contains backticks.</p></li> </ul> - <h2 id="titles">Titles</h2> - <p>Creating titles in smu is very easy. There are two different syntax styles. The first is underlining with at least three characters:</p> - <pre><code>Heading ======= Topic ----- </code></pre> - <p>This is very intuitive and self explaining. The resulting sourcecode looks like this:</p> - <pre><code>&#60;h1&#62;Heading&#60;&#47;h1&#62; &#60;h2&#62;Topic&#60;&#47;h2&#62; </code></pre> - <p>Use the following prefixes if you don&#8217;t like underlining:</p> - <pre><code># h1 ## h2 ### h3 @@ -176,179 +135,127 @@ this:</p> ##### h5 ###### h6 </code></pre> - <h2 id="links">Links</h2> - <p>The simplest way to define a link is with simple <code>&#60;&#62;</code>.</p> - <pre><code>&#60;http:&#47;&#47;s01.de&#62; </code></pre> - <p>You can do the same for E-Mail addresses:</p> - <pre><code>&#60;yourname@s01.de&#62; </code></pre> - <p>If you want to define a label for the url, you have to use a different syntax</p> - <pre><code>[smu - simple mark up](http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu) </code></pre> - <p>The resulting HTML-Code</p> - <pre><code>&#60;a href="http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu"&#62;smu - simple mark up&#60;&#47;a&#62;&#60;&#47;p&#62; </code></pre> - <h2 id="lists">Lists</h2> - <p>Defining lists is very straightforward:</p> - <pre><code>* Item 1 * Item 2 * Item 3 </code></pre> - <p>Result:</p> - <pre><code>&#60;ul&#62; &#60;li&#62;Item 1&#60;&#47;li&#62; &#60;li&#62;Item 2&#60;&#47;li&#62; &#60;li&#62;Item 3&#60;&#47;li&#62; &#60;&#47;ul&#62; </code></pre> - <p>Defining ordered lists is also very easy:</p> - <pre><code>1. Item 1 2. Item 2 3. Item 3 </code></pre> - <p>Only the first number in a list is meaningful. All following list items are continously counted. If you want a list starting at 2, you could write:</p> - <pre><code>2. Item 1 2. Item 2 2. Item 3 </code></pre> - <p>and get the following HTML which will render with the numbers 2, 3, 4:</p> - <pre><code>&#60;ol start="2"&#62; &#60;li&#62;Item 1&#60;&#47;li&#62; &#60;li&#62;Item 2&#60;&#47;li&#62; &#60;li&#62;Item 3&#60;&#47;li&#62; &#60;&#47;ol&#62; </code></pre> - <h2 id="code-blockquote">Code &#38; Blockquote</h2> - <p>Use the <code>&#62;</code> as a line prefix for defining blockquotes. Blockquotes are interpreted as well. This makes it possible to embed links, headings and even other quotes into a quote:</p> - <pre><code>&#62; Hello &#62; This is a quote with a [link](http:&#47;&#47;s01.de&#47;~gottox) </code></pre> - <p>Result: Hello This is a quote with a link </p> - <p>You can define a code block with a leading Tab or with <strong>4</strong> leading spaces</p> - <pre><code> this.is(code) this.is(code, too) </code></pre> - <p>Result: this.is(code) this.is(code, too) </p> - <p>Please note that you can&#8217;t use HTML or smu syntax in a code block.</p> - <p>Another way to write code blocks is to use code fences:</p> - <pre><code>```json {"some": "code"} ``` </code></pre> - <p>This has two advantages: * The optional language identifier will be turned into a <code>language-</code> class name * You can keep the original indentation which helps when doing copy &#38; paste</p> - <h2 id="tables">Tables</h2> - <p>Tables can be generated with the following syntax:</p> - <pre><code>| Heading1 | Heading2 | | -------- | -------- | | Cell 1 | Cell2 | </code></pre> - <p>Aligning the columns make the input nicer to read, but is not necessary to get correct table output. You could just write</p> - <pre><code>| Heading1 | Heading2 | | --- | --- | | Cell 1 | Cell2 | </code></pre> - <p>To align the content of table cells, use <code>|:--|</code> for left, <code>|--:|</code> for right and <code>|:--:|</code> for centered alignment in the row which separates the header from the table body.</p> - <pre><code>| Heading1 | Heading2 | Heading3 | | :------- | :------: | -------: | | Left | Center | Right | </code></pre> - <h2 id="footnotes">Footnotes</h2> - <p>Here is an example of using Markdown footnotes<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup>. And incase you were looking for more examples, here is another one<sup id="fnref2"><a href="#fn2" rel="footnote">2</a></sup>.</p> - <h2 id="other-interesting-stuff">Other interesting stuff</h2> - <ul> <li><p>to insert a horizontal rule simple add <code>- - -</code> into an empty line:</p> - <p>Hello</p> - <hr/> - <p>Hello2</p> - <p>Result: Hello </p> - <p>Hello2</p></li> <li><p>Any ASCII punctuation character may escaped by precedeing them with a backslash to avoid them being interpreted:</p> - -<p>!&#8221;#$%&#38;&#8217;()*+,-.&#47;:;&#60;=&#62;?@[]<sup>_`{|}~\</sup></p></li> +<p>!&#8221;#$%&#38;&#8217;()*+,-.&#47;:;&#60;=&#62;?@[]^_`{|}~\</p></li> <li><p>To force a linebreak simple add two spaces to the end of the line:</p> - <p>No linebreak here. But here is<br/> one.</p></li> </ul> - <h2 id="embed-html">embed HTML</h2> - <p>You can include arbitrary HTML code in your documents. The HTML will be passed through to the resulting document without modification. This is a good way to work around features that are missing in smu. If you don&#8217;t want this behaviour, use the <code>-n</code> flag when executing smu to stricly escape the HTML tags.</p> - <div class="footnotes"> <hr/> <ol> @@ -370,21 +277,14 @@ tags.</p> Running `barf` on MacOS <h1 id="running-on-macos">Running <code>barf</code> on MacOS</h1> - <p>2023-01-18</p> - <p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but that doesn&#8217;t mean MacOS needs to be left out in the cold.</p> - <h2 id="download-packages">Download Packages</h2> - <p>This walkthrough assumes that you already have <a href="https://brew.sh/">homebrew</a> installed on your machine.</p> - <p>You will need to install the GNU versions of both <code>date</code> and <code>sed</code> in order to avoid breaking things when <code>barf</code> tries to build.</p> - <pre><code>brew install coreutils brew install gnu-sed </code></pre> - <p>Now everything should work as intended!</p> https://barf.btxx.org/macos https://barf.btxx.org/macos @@ -393,24 +293,16 @@ brew install gnu-sed Supporting Basic Dark Mode <h1 id="supporting-basic-dark-mode">Supporting Basic Dark Mode</h1> - <p>2023-03-07</p> - <p>The default <code>barf</code> site generator now supports basic dark mode functionality. This has been achieved by including the standard <code>color-scheme</code> meta tag in the core <code>header.html</code> file:</p> - <pre><code>&#60;meta name="color-scheme" content="dark light"&#62; </code></pre> - <p>This change also ships with some minor updates to the default <code>blockquote</code> design. You can see an example below:</p> - <blockquote> <p>This is a really <em>cool</em> blockquote</p> </blockquote> - <h2 id="minor-caveat">Minor Caveat</h2> - <p>Unfortunately, Safari still has minor <code>ahref</code> &#47; link color issue when defaulting to browser dark mode. If this is a problem for your own build of <code>barf</code>, take a look at a <a href="https://bt.ht/safari-default-dark-mode/">solution I wrote about here</a>.</p> - <p>Personally, I can&#8217;t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn&#8217;t be using Safari anyway - it&#8217;s proprietary garbage.</p> https://barf.btxx.org/dark-mode https://barf.btxx.org/dark-mode @@ -419,31 +311,22 @@ brew install gnu-sed Cleaning Up barf's Structure <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> https://barf.btxx.org/cleanup https://barf.btxx.org/cleanup blob - f283b5572a5599a59eded84c3f0456d938dd6428 blob + 6e8bef749be1820c2041609a4bd6c5f0024545a5 --- build/websites/index.html +++ build/websites/index.html @@ -16,9 +16,7 @@

      Websites Built with barf

      -

      Send an email to bt [at] btxx [dot] org if you would like me to add your barf-generated website to this list.

      - Feeds: Atom | RSS
      - Built with barf.
      - The code for this site is MIT. + Built with barf.
      + The code for this site is MIT.
      \ No newline at end of file blob - caef8797345b88994d413bd080c66a617b22c66c blob + 4f675186af8d7397f56f799383b81c38b2534e56 --- footer.html +++ footer.html @@ -9,7 +9,7 @@ Feeds: Atom | RSS
      - Built with barf.
      - The code for this site is MIT. + Built with barf.
      + The code for this site is MIT.
      \ No newline at end of file blob - 92e98a2aeac2064c723aadb88ed8ea03a93fdfc5 blob + b52219b84a66dab9ccba9aeadc16e6e47e50a059 --- index.md +++ index.md @@ -18,7 +18,7 @@ You can learn more by reading the [official README](ht For Linux (Alpine example): - sudo apk add rsync lowdown + sudo apk add rsync lowdown coreutils For macOS: