Skip to content
Snippets Groups Projects
Commit e3caec58 authored by Nico Graebling's avatar Nico Graebling
Browse files

First version of the Main Page with header and links to the subpages

parent 3cf000c3
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 2 deletions
---
featured_image: header-bg-small.jpg
site_logo: logo.jpg
description: Helmholtz Centre for Environmental Research GmbH (UFZ)
---
The Visualization Center TESSIN VISLab (Vislab) allows scientists with different backgrounds to explore and analyse complex and heterogeneous spatial data sets. A large interactive stereoscopic projection screen is used to dive right into the displayed environmental data sets thus helping in understanding scientific questions and challenges. The Vislab fosters knowledge transfer in the scientific community as well as among the general public.
\ No newline at end of file
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'
title = 'Visualisation and Data Integration Group'
theme = 'ananke-adapted'
sectionPagesMenu = 'main'
[menu]
[[menu.main]]
name = 'Projects'
pageRef = '/projects'
weight = 10
[[menu.main]]
name = 'Data Integration'
pageRef = '/dataIntegration'
weight = 20
[[menu.main]]
name = 'The way we work'
pageRef = '/wayWeWork'
weight = 30
[[menu.main]]
name = 'Team'
pageRef = '/team'
weight = 40
[[menu.main]]
name = 'Publications'
pageRef = '/publications'
weight = 50
The MIT License (MIT)
Copyright (c) 2023 YOUR_NAME_HERE
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+++
+++
# Theme config.
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Visgroup Theme"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.113.0"
[author]
name = ""
homepage = ""
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment