summaryrefslogtreecommitdiff
path: root/public/categories
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-11 09:36:44 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-11 09:36:44 +0100
commit8a4c91364470393ed21c554ca8bb1853852b6f3c (patch)
treeb66b7b13fc8996d8cce632c29018f9eb56443b83 /public/categories
parent545820ff4f6dc45e1608934197d9f9e8db264958 (diff)
feat: added a new blog post and book (wip)
Diffstat (limited to 'public/categories')
-rw-r--r--public/categories/index.html56
-rw-r--r--public/categories/index.xml11
2 files changed, 67 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html
new file mode 100644
index 0000000..45b0ba1
--- /dev/null
+++ b/public/categories/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang=en-us>
+ <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+ <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="/css/fonts.css" />
+ <script async type="text/javascript" src="js/code.js"> </script>
+</head>
+
+ <header>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
+ <div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>
+ <a href="/contact">contact me</a>
+ </li>
+</ul>
+
+
+ </div>
+ </header>
+
+
+<h1>Categories</h1>
+<ul class="terms">
+
+</ul>
+
+<footer style="vertical-align: bottom;">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
+ <center>
+
+ © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
+
+ </center>
+ </div>
+</footer>
+</body>
+</html>
+
diff --git a/public/categories/index.xml b/public/categories/index.xml
new file mode 100644
index 0000000..f9fa517
--- /dev/null
+++ b/public/categories/index.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Categories on mjkw</title>
+ <link>http://localhost:1313/categories/</link>
+ <description>Recent content in Categories on mjkw</description>
+ <generator>Hugo</generator>
+ <language>en-us</language>
+ <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
+ </channel>
+</rss>