diff --git a/seh2g/index.html b/seh2g/index.html new file mode 100644 index 0000000..8b5dcf5 --- /dev/null +++ b/seh2g/index.html @@ -0,0 +1,138 @@ + + + + *seh₂g- + + + + + + + + +
+
+
+
+

*seh₂g-

+
‘einer Fährte nachgehen’
+
+
+ +
+
+
+ +
+ +
+
+

{{results.length}} Treffer.

+
+ + + + + + + + + + + +
SIGVERFTITORTJAHR
+
+
+

(Noch) keine Treffer.

+
+
+
+
+
+ + + + diff --git a/seh2g/shell.nix b/seh2g/shell.nix new file mode 100644 index 0000000..3f2c22a --- /dev/null +++ b/seh2g/shell.nix @@ -0,0 +1,9 @@ +{ pkgs ? import {} }: +pkgs.mkShell { + buildInputs = with pkgs; [ + pkgs.libxml2 # for xmllint + (pkgs.writers.writeDashBin "serve" '' + ${pkgs.python3}/bin/python3 -m http.server + '') + ]; +}