15 lines
1.3 KiB
HTML
15 lines
1.3 KiB
HTML
<!DOCTYPE html><head><meta charset="utf-8" /><title>First post! --- geokkjer's home on the web, built with Guile and Haunt</title><link rel="stylesheet" href="assets/pico/css/pico.jade.min.css" /></head><body><header><div class="nav"><ul><ul><a class="navlink" href="/">Home </a><a class="navlink" href="about.html">About</a></ul></ul></div></header><hr /><div class="content"><h2>First post!</h2><h3>by Geir Okkenhaug Jerstad — ti. 06 februar 2024</h3><div><h1>Title</h1><h2>Hello world!</h2><p>This is <strong>MarkDown</strong> :-)</p><p>This is <em>code</em></p><pre><code class="language-guile">(use-modules (haunt asset)
|
|
(haunt site)
|
|
(haunt builder blog)
|
|
(haunt builder atom)
|
|
(haunt reader skribe))
|
|
(site #:title 'My First Haunt Site'
|
|
#:domain "example.com"
|
|
#:default-metadata
|
|
'((author . "Eva Luator")
|
|
(email . "eva@example.com"))
|
|
#:readers (list skribe-reader)
|
|
#:builders (list (blog)
|
|
(atom-feed)
|
|
(atom-feeds-by-tag)))
|
|
</code></pre></div></div><hr /><footer><p>© 2024 Geir Okkenhaug Jerstad <a class="cc-button" href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://licensebuttons.net/l/by-sa/4.0/80x15.png" alt="cc-by-sa button" /></a></p></footer></body> |