diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc index b5ed9d3ecfb797b910a9ff52d266d0787c394eb7..e695db12eeb92ea3219682a6c76c4878ce3b7f9a 100644 --- a/web/content/_index.pandoc +++ b/web/content/_index.pandoc @@ -1,12 +1,9 @@ +++ -title = "Documentation Site Under Construction" +title = "OpenGeoSys" 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): +OpenGeoSys (OGS) is a scientific [open source project](https://github.com/ufz/ogs) for the development of numerical methods for the simulation of thermo-hydro-mechanical-chemical (THMC) processes in porous and fractured media. OGS is implemented in C++, it is object-oriented with an focus on the numerical solution of coupled multi-field problems (multi-physics). Parallel versions of OGS are available relying on both MPI and OpenMP concepts. Application areas of OGS are currently $CO_2$ sequestration, geothermal energy, water resources management, hydrology and waste deposition. OGS is comprised of the THMC-simulator (simply referred to as *OGS*) and a visualization tool (*Data Explorer*). -- [Quickstart](./docs/quickstart) -- [Developer Guide](./docs/devguide) -- [Benchmarks](./docs/benchmarks) -- [Tools](./docs/tools) +OGS is developed by the *OpenGeoSys Community*. diff --git a/web/layouts/index.html b/web/layouts/index.html index 2bfcf87afed8c114cc2ef69a317dcef414860e06..3815937daaf49577c7cc5fbbed6b8a5afee3afbe 100644 --- a/web/layouts/index.html +++ b/web/layouts/index.html @@ -1,3 +1,4 @@ {{ define "main" }} + <h1>{{ .Title }}</h1> {{.Content}} {{ end }}