From 61d91c8ce4b7cfdaddab16b051f59f96f733341b Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 27 Feb 2018 10:51:23 +0100
Subject: [PATCH] [web] Added some site status info to frontpage.

---
 web/content/_index.pandoc                          | 14 ++++++++++++++
 web/content/docs/_index.md                         | 10 +++++-----
 ...groundwater-flow-dirichlet-nodal-source-term.md |  2 +-
 web/layouts/index.html                             |  2 +-
 web/layouts/section/docs.html                      |  1 +
 5 files changed, 22 insertions(+), 7 deletions(-)
 create mode 100644 web/content/_index.pandoc

diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc
new file mode 100644
index 00000000000..f0fed250c1f
--- /dev/null
+++ b/web/content/_index.pandoc
@@ -0,0 +1,14 @@
++++
+title = "Documentation Site Under Construction"
+author = "Lars Bilke"
+date = "2017-01-13T14:24:23+01:00"
++++
+
+For the moment this site contains just the following documentations for [OpenGeoSys-6](https://github.com/ufz/ogs6):
+
+- [Quickstart](./docs/quickstart)
+- [Developer Guide](./docs/devguide)
+- [Benchmarks](./docs/benchmarks)
+- [Tools](./docs/tools)
+
+See [docs.opengeosys.org](https://docs.opengeosys.org/docs) for more documentation!
diff --git a/web/content/docs/_index.md b/web/content/docs/_index.md
index ba4e579d8bd..2c05cefaaf1 100644
--- a/web/content/docs/_index.md
+++ b/web/content/docs/_index.md
@@ -1,14 +1,14 @@
 +++
 title = "Documentation"
 
-[[sections]]
-name = "Selected Benchmarks"
-slug = "benchmarks"
-text = "Basic benchmarks are explained and input files are provided to get you started in using OGS."
-
 [[sections]]
 name = "Developer Guide"
 slug = "devguide"
 text = "You want to contribute to the OpenGeoSys project or implement a custom feature? In the Developer Guide you will find everything to get you started into OpenGeoSys development. Experienced developers will find a comprehensive list of advanced development topics."
 
+[[sections]]
+name = "Selected Benchmarks"
+slug = "benchmarks"
+text = "Basic benchmarks are explained and input files are provided to get you started in using OGS."
+
 +++
diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md
index 663136f6364..686bfebe714 100644
--- a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md
+++ b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md
@@ -3,7 +3,7 @@ date = "2017-02-15T11:17:39+01:00"
 title = "Groundwater Flow (Nodal Source Term)"
 project = "Elliptic/circle_radius_1/circle_1e6_axi.prj"
 author = "Thomas Fischer"
-weight = 101
+weight = 105
 
 aliases = [ "/docs/benchmarks/" ] # First benchmark page
 
diff --git a/web/layouts/index.html b/web/layouts/index.html
index 69aa117e953..0a8df101466 100644
--- a/web/layouts/index.html
+++ b/web/layouts/index.html
@@ -17,7 +17,7 @@
   </div>
 
   <div class="col-xs-8">
-    <h1>Benchmark documentation site</h1>
+    <h1>Documentation site under construction</h1>
     <p>For the moment this site contains just the <a href="/docs/benchmarks"><i class="fas fa-arrow-right"></i> benchmark documentation</a> for <a href="https://github.com/ufz/ogs6">OpenGeoSys-6</a>.
     </p>
   </div>
diff --git a/web/layouts/section/docs.html b/web/layouts/section/docs.html
index 063e2c0f8e7..f724704797a 100644
--- a/web/layouts/section/docs.html
+++ b/web/layouts/section/docs.html
@@ -2,6 +2,7 @@
 
   <div class="col-xs-12">
     <h1>OpenGeoSys Documentation</h1>
+    {{ .Content }}
     <div class="row">
       {{ range .Params.sections }}
         <article class="fl w-33 ma2 bg-white br3 pa4 pa4-ns mv3 ba b--black-10">
-- 
GitLab