orestaty 1.0.0

HTML-centered handlebars-based static site generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
      <title>The great page</title>
  </head>
  <body>
    <h1>My awesome webpage</h1>
<p>Some text here</p>
<p>Located at page.md
Value: 34.0%</p>
<pre style="background-color:#ffffff;">
<span style="font-weight:bold;color:#a71d5d;">let</span><span style="color:#323232;"> x </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#0086b3;">23</span><span style="color:#323232;">;
</span></pre>

  </body>
</html>