summaryrefslogtreecommitdiffstatshomepage
path: root/templates/index.xml
blob: d42ef0cd5ba63865bd5f5fce80058fd6c53ffe0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!--
	               To an Oriole
	      By Edgar Fawcett (1847 - 1904)

	How falls it, Oriole, thou hast come to fly
	In tropic splendor through our Northern sky?

	At some glad moment was it nature’s choice
	To dower a scrap of sunset with a voice?

	Or did some orange tulip, flaked with black,
	In some forgotten garden, ages back,

	Yearning toward Heaven until its wish was heard,
	Desire unspeakably to be a bird?

-->
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>oriole.systems · an oriole's pendent nest</title>
		<link rel="stylesheet" href="style.css"/>
		<link rel="alternate" href="atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/>
		<link rel="icon" href="logo.svg"/>
		<meta charset="utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1"/>
		<meta name="twitter:card" content="summary" />
		<meta name="twitter:title" content="oriole.systems" />
		<meta name="twitter:description" content="an oriole's pendent nest" />
		<meta name="twitter:image" content="https://oriole.systems/logo.webp" />
	</head>
	<body class="frontpage">
		<header>
			<h1>Hi, I'm Wolf.</h1>
			<p>It seems you have found my little corner of the internet.</p>
			<p>Check out my posts below, subscribe to the <a href="atom.xml">feed</a>,
				browse my <a href="https://git.oriole.systems">projects</a>,
				or peruse my <a href="https://zunzuncito.oriole.systems">microblog</a>.</p>
			<p>To contact me, write to <em>wolf@</em> or find me on <a href="https://libera.chat">Libera Chat</a> in <em>#oriole.systems</em>.</p>
		</header>
		<hr></hr>
		<main>
			<nav data-sblg-nav="true" data-sblg-navcontent="true">
				<article>
					<time>${sblg-date}</time>
					<h1><a href="${sblg-base}">${sblg-titletext}</a></h1>
				</article>
			</nav>
		</main>
	</body>
</html>