rssg 1.4.0

A rusty static-site generator leveraging shell commands.
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>{{data.title}}</title>
        <meta name="description" content="{{data.description}}">
    </head>
    <body>
        {{data}}
    </body>
</html>