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_index_html.snap · raw
1---
2source: tests/site.rs
3expression: "page(&pages, \"index.org\").html"
4---
5<!DOCTYPE html>
6<html lang="en">
7<head>
8<meta charset="utf-8">
9<title>Home</title>
10</head>
11<body>
12<nav>
13<a href="about.html">About</a>
14<a href="guide.html">Guide</a>
15<a href="#">Home</a>
16</nav>
17<main>
18<p>Welcome. See the <a href="guide.html">guide</a> and jump straight to its <a href="guide.html#setup">setup section</a> across files.</p>
19<p>Also see <a href="#overview">Overview</a> further down this page.</p>
20<h1 id="overview">Overview</h1>
21<p>The overview lives on the home page.</p>
22</main>
23</body>
24</html>