initial commit

This commit is contained in:
2025-02-19 00:16:57 +01:00
parent 1d9cd91fcd
commit d89698593b
1293 changed files with 55933 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<article class="default">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
{{ partial "article-content.html" . }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>

View File

@@ -0,0 +1 @@
{{- partial "bodys/single.html" . }}

View File

@@ -0,0 +1 @@
{{- partial "bodys/tree.html" . }}

View File

@@ -0,0 +1 @@
{{- partial "menu.html" . }}

View File

@@ -0,0 +1 @@
{{- .Store.Set "relearnOutputFormat" "html" }}

View File

@@ -0,0 +1 @@
{{- .Store.Set "relearnOutputFormat" "print" }}