gw-bin 0.4.2

Watch git repositories, pull changes and run commands on the new files
Documentation
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>gw - {{ section.title }}</title>
        <link rel="stylesheet" href="/sakura-dark.css" />
        <link rel="stylesheet" href="/custom.css" />
        {% if config.base_url == "https://gw.danielgrants.com" %}
        <script defer src="https://umami.danielgrants.com/script.js" data-website-id="178d68b6-42dc-4286-8a11-43bc183a397e"></script>
        {% endif %}
    </head>
    <body>
        {% include "partials/toc.html" %}
        <main id="content">
            <h1>{{ section.title }}</h1>
            {{ section.content | safe }}
            <ul>
                {% for page in paginator.pages -%}
                <li>
                    <a href="{{ page.path }}">{{ page.title }}</a>
                </li>
                {%- endfor %}
            </ul>
        </main>
    </body>
</html>