diff options
Diffstat (limited to 'public/posts.html')
| -rw-r--r-- | public/posts.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/public/posts.html b/public/posts.html new file mode 100644 index 0000000..d6680fb --- /dev/null +++ b/public/posts.html @@ -0,0 +1,63 @@ + +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="description" content="Home for a73x" /> + <meta name="author" content="a73x" /> + <meta name="viewport" + content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" /> + <title>a73x</title> + <link rel="stylesheet" href="/static/styles.css"> + <link rel="stylesheet" href="/static/syntax.css"> +</head> + +<body> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + +<h1>posts</h1> +<ul> +<li><p><a href="/posts/2024-08-25-01.html">Go Benchmarking</a></p></li> + +<li><p><a href="/posts/2024-08-25-02.html">Go Project Layouts</a></p></li> + +<li><p><a href="/posts/2024-08-25-03.html">Levels of Optimisation</a></p></li> + +<li><p><a href="/posts/2024-08-26-01.html">Writing HTTP Handlers</a></p></li> + +<li><p><a href="/posts/2024-08-31-01.html">Go’s unique pkg</a></p></li> + +<li><p><a href="/posts/2024-09-04-01.html">Kubernetes Intro</a></p></li> + +<li><p><a href="/posts/2024-09-08-01.html">Building a Static Site with Hugo and Docker</a></p></li> +</ul> + + + <footer> + <br /> + <hr /><br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> +</body> + +</html> + |
