shithub: sirjofri_de_docs

Download patch

ref: 94e7ee458b155b1cc6b5c82f0261ce46633aaec6
parent: 60f91082d41d25675478d118f5101f75c1b940fc
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Feb 2 08:54:55 EST 2026

applies style, remove index.ht (it's generated!)

--- a/frag/header.htf
+++ b/frag/header.htf
@@ -4,12 +4,25 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>PAGETITLE</title>
+<link rel="stylesheet" href="/common/style.css">
 <style type="text/css">
-body {
-	font-family: sans-serif;
-	max-width: 960px;
-	margin: auto;
-	padding: 10px;
+body > p:first-of-type,
+body > p:last-of-type {
+	border: none;
+	padding: 0;
+	margin: 15px 0px;
+	text-align: initial;
+}
+body > ul:first-of-type {
+	border: none;
+	margin: 20px 0px;
+	padding: 0;
+	padding-left: 20px;
+	list-style-type: disclosure-closed;
+}
+
+li {
+	margin: 20px 0px;
 }
 </style>
 </head>
--- a/index.ht
+++ /dev/null
@@ -1,8 +1,0 @@
-<p>This page collects links to all documentation pages of sirjofri's software.</p>
-<p>Links to the source code and more details are generally available on the individual documentation pages.</p>
-<ul>
-<li><a href="https://github.com/sirjofri/AutoMenus/blob/main/Readme.md">Auto Menus</a> – Unreal Plugin for automatically generating menus for your Blutility tools</li>
-<li><a href="https://github.com/sirjofri/EditorScreenshot/blob/main/Readme.md">Editor Screenshot</a> – Plugin for automatically capturing reproducible screenshots of Unreal Editor windows</li>
-<li><a href="/Scalem/">Scalem</a> – Plugin for setting up scalability in Unreal projects</li>
-<li><a href="https://github.com/sirjofri/SlateStyleBrowser/blob/master/Readme.md">Slate Style Browser</a> – Browse all registered Slate Styles (Unreal Plugin)</li>
-</ul>
--