diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-01-11 14:13:00 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-01-11 14:13:00 +0100 |
| commit | b56e4a6a679a3151b02749edc0028ce909037cdc (patch) | |
| tree | cd69d3f843b97af3d6c9125d6419ce852248d867 /public/tags | |
| parent | e6bfc9a947302e290e846f8e7e884af8b329328b (diff) | |
fix: fixed the non-working list of book posts
Diffstat (limited to 'public/tags')
| -rw-r--r-- | public/tags/index.html | 68 | ||||
| -rw-r--r-- | public/tags/index.xml | 11 |
2 files changed, 79 insertions, 0 deletions
diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..ded5d07 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,68 @@ +<!DOCTYPE html> +<html lang=en-us> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&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> + <div class="container"> + <div class="avatar"> + <img width="65px" height="65px" src="/images/logo.jpg" alt="my logo"> + <h1 style="vertical-align: bottom;">mjkw</h1> + </div> + <ul id="bar"> + + <li> + <a href="/">go back</a> + </li> + <li>|</li> + + <li> + <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> + </li> + <li>|</li> + <li> + <a href="https://git.denounce.ai/">git.denounce.ai</a> + </li> + <li>|</li> + <li> + <a href="https://ohmyghost.nl">ohmyghost.nl</a> + </li> + <li>|</li> + <li> + <a href="https://atlarge-research.com/mkwiatkowski/">research</a> + </li> + <li>|</li> + <li> + <a href="/books">book blog</a> + </li> +</ul> + + + </div> + </header> + + +<h1>Tags</h1> +<ul class="terms"> + +</ul> + +<footer style="vertical-align: bottom;"> + <div style="display: block; margin-left:auto; margin-right:auto;"> + <center> + + © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. + + </center> + </div> +</footer> +</body> +</html> + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..7569430 --- /dev/null +++ b/public/tags/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>Tags on mjkw</title> + <link>http://localhost:1313/tags/</link> + <description>Recent content in Tags on mjkw</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |
