update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-12-05 11:30:12 -08:00
parent 9c7635fe14
commit d563f71177
2 changed files with 49 additions and 2215 deletions

30
diary/2021-12-05.html Normal file
View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | 2021-12-05</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 | 2021-12-05</h1>
</header>
<article class="content">
<h1 id="do-tutorial-series">DO Tutorial series</h1>
<p>Setting up an application with CI/CD with Gitea and Drone</p>
</article>
<footer>
<p>Page generated on 2021-12-05</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>

File diff suppressed because it is too large Load Diff