diff --git a/content/servers/_index.md b/content/servers/_index.md new file mode 100644 index 0000000..bf51996 --- /dev/null +++ b/content/servers/_index.md @@ -0,0 +1,5 @@ ++++ +title = "List of our Servers" +sort_by = "title" +page_template = "doc-page.html" ++++ diff --git a/content/servers/parsons.md b/content/servers/parsons.md new file mode 100644 index 0000000..aac528a --- /dev/null +++ b/content/servers/parsons.md @@ -0,0 +1,6 @@ ++++ +title = "parsons" ++++ + + +hier könnte content sein, aber das ist nur ein Platzhalter diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..d3a223b --- /dev/null +++ b/templates/section.html @@ -0,0 +1,15 @@ +{% extends "index.html" %} + +{% block content %} +

{{ section.title }}

+

{{ section.content | safe }}

+

Pages in section

+ + +{% endblock content %}