krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.3.0: tests/snapshots/site__site_guide_html.snap · raw

 1---
 2source: tests/site.rs
 3expression: "page(&pages, \"guide.org\").html"
 4---
 5<!DOCTYPE html>
 6<html lang="en">
 7<head>
 8<meta charset="utf-8">
 9<title>Guide</title>
10</head>
11<body>
12<nav>
13<a href="about.html">About</a>
14<a href="#">Guide</a>
15<a href="index.html">Home</a>
16</nav>
17<main>
18<h1 id="setup">Setup</h1>
19<p>Install the steps in order.<sup class="footnote-ref"><a id="fnr-1" href="#fn-1">1</a></sup> Then return <a href="index.html">home</a>.</p>
20<h1 id="data">Data</h1>
21<table>
22<thead>
23<tr><th>Name</th><th>Score</th></tr>
24</thead>
25<tbody>
26<tr><td>alpha</td><td>10</td></tr>
27<tr><td>beta</td><td>20</td></tr>
28</tbody>
29</table>
30<section class="footnotes">
31<hr>
32<ol>
33<li id="fn-1"><p>Read the manual before you begin.</p>
34 <a class="footnote-back" href="#fnr-1">&#8617;</a></li>
35</ol>
36</section>
37</main>
38</body>
39</html>