gw-bin 0.4.2

Watch git repositories, pull changes and run commands on the new files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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">{{ section.content | safe }}</main>
    </body>
</html>