Skip to content

Commit a254de1

Browse files
committed
📝 docs site update
1 parent 5513052 commit a254de1

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

docs/yaml/citation.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>kettle-test</title>
7+
<style>
8+
/* minimal, namespaced styles */
9+
.yyaml-page { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
10+
.yyaml-title { margin: 0.2em 0 0.4em; font-size: 1.6em; }
11+
.yyaml-desc { color: #444; margin-bottom: 1em; }
12+
.yyaml-body { line-height: 1.5; }
13+
</style>
14+
</head>
15+
<body class="yyaml-page">
16+
<h1 class="yyaml-title">kettle-test</h1>
17+
<p class="yyaml-desc">kettle-test</p>
18+
<div class="yyaml-body"><pre><code class="language-yaml">cff-version: 1.2.0
19+
title: "kettle-test"
20+
message: &gt;-
21+
If you use this work and you want to cite it,
22+
then you can use the metadata from this file.
23+
type: software
24+
authors:
25+
- given-names: "Peter H."
26+
family-names: "Boling"
27+
email: "floss@galtzo.com"
28+
affiliation: "galtzo.com"
29+
orcid: 'https://orcid.org/0009-0008-8519-441X'
30+
identifiers:
31+
- type: url
32+
value: 'https://github.com/kettle-rb/kettle-test'
33+
description: "kettle-test"
34+
repository-code: 'https://github.com/kettle-rb/kettle-test'
35+
abstract: &gt;-
36+
kettle-test
37+
license: See license file
38+
</code></pre>
39+
<hr />
40+
41+
<p>Produced by <a href="https://github.com/kettle-rb/yaml-converter">yaml-converter</a></p>
42+
</div>
43+
</body>
44+
</html>

docs/yaml/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>YAML Index</title>
7+
<style>
8+
.yyaml-index { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9+
.yyaml-index h1 { font-size: 1.8em; }
10+
.yyaml-index ul { list-style: disc; padding-left: 1.4em; }
11+
</style>
12+
</head>
13+
<body class="yyaml-index">
14+
<h1>YAML Documents</h1>
15+
<ul>
16+
<li><a href="citation.html">kettle-test</a> — kettle-test</li>
17+
</ul>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)