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>Index</title>
    </head>
    <h1>Hello World</h1>
    <p>From Rust beep</p>
</html>