diff --git a/.gitmodules b/.gitmodules
index dad2358c146ff2133e493dd44a244ecf7648370e..ee6da0683f651f483529d493d1020cb3ba96666c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,6 @@
 [submodule "ThirdParty/SwmmInterface"]
 	path = ThirdParty/SwmmInterface
 	url = https://github.com/ufz/SwmmInterface.git
+[submodule "web/themes/hugo-theme-bootstrap4-blog"]
+	path = web/themes/hugo-theme-bootstrap4-blog
+	url = https://github.com/alanorth/hugo-theme-bootstrap4-blog
diff --git a/web/config.toml b/web/config.toml
new file mode 100644
index 0000000000000000000000000000000000000000..fa6ebb6a2b967effffad52926c72a51224db8b9a
--- /dev/null
+++ b/web/config.toml
@@ -0,0 +1,6 @@
+baseurl = "http://test.opengeosys.org/"
+languageCode = "en-us"
+title = "OpenGeoSys-6"
+
+[params.sharingicons]
+   hide = true
diff --git a/web/content/about.md b/web/content/about.md
new file mode 100644
index 0000000000000000000000000000000000000000..3cbabc5fd18a30498c58a9ab398c20a14cb08edd
--- /dev/null
+++ b/web/content/about.md
@@ -0,0 +1,9 @@
++++
+title = "About"
+author = "Lars Bilke"
+draft = true
+date = "2017-01-13T14:24:23+01:00"
+
++++
+
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/web/themes/hugo-theme-bootstrap4-blog b/web/themes/hugo-theme-bootstrap4-blog
new file mode 160000
index 0000000000000000000000000000000000000000..0e381ab120e760860bb6379170689e2ba3adf060
--- /dev/null
+++ b/web/themes/hugo-theme-bootstrap4-blog
@@ -0,0 +1 @@
+Subproject commit 0e381ab120e760860bb6379170689e2ba3adf060