]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
start adding first posts
authorAlexander Goussas <[email protected]>
Mon, 6 Apr 2026 01:49:13 +0000 (20:49 -0500)
committerAlexander Goussas <[email protected]>
Mon, 6 Apr 2026 01:49:13 +0000 (20:49 -0500)
index.html
posts/05-05-2026-how-i-read-500-page-books-in-a-weekend.html [new file with mode: 0644]

index 3b4448e83dd332b6ef6235a303254ddd547c421c..e06660dee18e28804fd809b1a256a071fc4a7db4 100644 (file)
@@ -15,6 +15,9 @@
   <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>
diff --git a/posts/05-05-2026-how-i-read-500-page-books-in-a-weekend.html b/posts/05-05-2026-how-i-read-500-page-books-in-a-weekend.html
new file mode 100644 (file)
index 0000000..9a08cc0
--- /dev/null
@@ -0,0 +1,22 @@
+<!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>