update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-07-25 08:40:23 -07:00
parent b124845a83
commit 2c937af6b4
1 changed files with 35 additions and 0 deletions

35
work/gitea-6.html Normal file
View File

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<title>Zk | gitea-6</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | gitea-6</h1>
</header>
<article class="content">
<h1 id="gitea-and-gocd">Gitea and GoCD</h1>
<h2 id="introduction">Introduction</h2>
<h3 id="prerequisites">Prerequisites</h3>
<h2 id="step-1-installing-gocd">Step 1 — Installing GoCD</h2>
<h2 id="step-2-hooking-gocd-up-to-gitea">Step 2 — Hooking GoCD Up to Gitea</h2>
<h2 id="step-3-setting-up-a-pipeline-on-gocd">Step 3 — Setting Up a Pipeline on GoCD</h2>
<h2 id="conclusion">Conclusion</h2>
</article>
<footer>
<p>Page generated on 2022-07-25</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>