<h2>Blog about programming and friends</h2>
<section id="posts">
+ <ul>
+ <li><a href="posts/05-05-2026-how-i-read-500-page-books-in-a-weekend.html">How I read 500 page books in a weekend</a></li>
+ </ul>
</section>
<script src="js/script.js"></script>
</body>
--- /dev/null
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8">
+ <title>Alexander Goussas | Programming</title>
+ <meta name="author" content="Alexander Goussas">
+ <meta name="description" content="Blog about programming">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="https://cdn.jsdelivr.net/npm/
[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
+</head>
+
+<body>
+ <h1>How I Read 500 Page Books in a Weekend</h1>
+ <p>
+ There are two types of books that I can read in a weekend, no matter how large they are:
+ programming [language] books and fantasy books that I'm hooked. The latter is self-explanatory,
+ I think, but the former might require some explanation.
+ </p>
+</body>
+
+</html>