From 288f89f7d422aea47f00d608f572a6c24dcde8bc Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 13 Jan 2017 15:24:21 +0100 Subject: [PATCH] [web] Init hugo. --- .gitmodules | 3 +++ web/config.toml | 6 ++++++ web/content/about.md | 9 +++++++++ web/themes/hugo-theme-bootstrap4-blog | 1 + 4 files changed, 19 insertions(+) create mode 100644 web/config.toml create mode 100644 web/content/about.md create mode 160000 web/themes/hugo-theme-bootstrap4-blog diff --git a/.gitmodules b/.gitmodules index dad2358c146..ee6da0683f6 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 00000000000..fa6ebb6a2b9 --- /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 00000000000..3cbabc5fd18 --- /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 00000000000..0e381ab120e --- /dev/null +++ b/web/themes/hugo-theme-bootstrap4-blog @@ -0,0 +1 @@ +Subproject commit 0e381ab120e760860bb6379170689e2ba3adf060 -- GitLab