1<!DOCTYPE html>
2<html data-theme="light" lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>Yet Another Blog</title>
7 <style>
8 <%- pico %>
9 </style>
10</head>
11<body>
12<header class="container">
13 <nav class="container-fluid">
14 <ul>
15 <li><strong>Yet Another Blog</strong></li>
16 </ul>
17 <ul>
18 <li><a class="secondary">Posts</a></li>
19 <li><a class="secondary">Projects</a></li>
20 <li><a class="secondary">Resume</a></li>
21 </ul>
22 </nav>
23 <hgroup>
24 <h2>
25 A gathering of information about some things I do on my spare time. You can find me on gitlab , twitter and
26 linkedin .
27 </h2>
28 </hgroup>
29</header>
30
31<main class="container">
32 <section>
33 <ul>
34 <li><a>K8S private gitlab registry using podman</a></li>
35 <li><a>K8S private gitlab registry using podman</a></li>
36 </ul>
37 </section>
38 <section>
39 <h2>Title</h2>
40 <p>
41 Nice content
42 <code>
43 My code here
44 </code>
45 </p>
46 </section>
47</main>
48</body>
49</html>