krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.20.1: 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<meta name="viewport" content="width=device-width, initial-scale=1">
10<title>Guide · orgo site</title>
11<link rel="stylesheet" href="syntax.css">
12</head>
13<body>
14<header>
15<a class="site-title" href="index.html">orgo site</a>
16<nav>
17<a href="about.html">About</a>
18<a href="#">Guide</a>
19<a href="index.html">Home</a>
20</nav>
21</header>
22<main>
23<h1>Guide</h1>
24<nav class="toc" aria-label="Table of contents">
25<h2>Contents</h2>
26<ul>
27<li><a href="#setup">Setup</a></li>
28<li><a href="#data">Data</a></li>
29</ul>
30</nav>
31<h2 id="setup">Setup</h2>
32<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>
33<h2 id="data">Data</h2>
34<table>
35<thead>
36<tr><th>Name</th><th>Score</th></tr>
37</thead>
38<tbody>
39<tr><td>alpha</td><td>10</td></tr>
40<tr><td>beta</td><td>20</td></tr>
41</tbody>
42</table>
43<section class="footnotes" aria-label="Footnotes">
44<hr>
45<ol>
46<li id="fn-1"><p>Read the manual before you begin.</p>
47 <a class="footnote-back" href="#fnr-1" aria-label="Back to reference 1">↩</a></li>
48</ol>
49</section>
50</main>
51</body>
52</html>