update from sparkleup
This commit is contained in:
parent
9c7635fe14
commit
d563f71177
|
@ -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>
|
2234
diary/diary.html
2234
diary/diary.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue