Initial commit

This commit is contained in:
Demian
2025-05-12 08:54:44 +02:00
commit 128b34c8e8
46 changed files with 3079 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
+++
title = "Search"
description = "Search for a specific post or topic"
+++
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
<script src="/pagefind/pagefind-ui.js"></script>
<div id="search"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
});
</script>