nitrogen 0.1.0

Static site generator with a focus on html/css composability without javascript
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>404</title>
    </head>
    <h1>404</h1>
    <p>Page not found</p>
</html>