diff --git a/_config.yml b/_config.yml
index f3c49e12dcb786ac094ff116f18893906e813fb5..62b964e4411d89dad8d1ef7f414cb2178c9643b1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,9 @@
 # Global website configuration
 baseurl: ""
 
-url: https://software.hifis.net
+url: https://www.hifis.net
 
-title: "HIFIS Software"
+title: "HIFIS"
 
 # Encoding needs to be UTF-8.
 encoding: utf-8
@@ -32,16 +32,16 @@ defaults:
       path:     ""
       type:     "events"
     values:
-      author:   "HIFIS Software"
+      author:   "HIFIS"
   -
     scope:
       path:     ""
       type:     "posts"
     values:
-      author:   "HIFIS Software"
+      author:   "HIFIS"
 
 gitlab:
-  project_url: https://gitlab.hzdr.de/hifis/software.hifis.net
+  project_url: https://gitlab.hzdr.de/hifis/hifis.net
 
 contact_mail: hifis-help@hzdr.de
 helpdesk: hifis-help.hzdr.de
@@ -63,7 +63,7 @@ plugins:
   - 'jekyll-sitemap'
 
 paginate: 5
-paginate_path: '/blog/page:num/'
+paginate_path: '/news/page:num/'
 
 markdown: kramdown
 kramdown:
@@ -93,7 +93,7 @@ collections:
 feed:
   collections:
     posts:
-      path: "/feed/blog.xml"
+      path: "/feed/news.xml"
     events:
       path: "/feed/events.xml"
   excerpt_only: true
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 378d68de20701041315b2159104fa8c9bd8ea04b..573bc135e0002a2321b4836ab7d6516766947fa3 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -12,7 +12,7 @@
 
 header:
         - title: News
-          url: blog/
+          url: news/
 
         - title: Services
           url: "/"
diff --git a/_sass/boilerplate/_measurements.scss b/_sass/boilerplate/_measurements.scss
index 18fb5602efa0e88b9fccf319e83a2de6e5f18393..a22815c33b20d56ad64cbbd6cac936691c98a152 100644
--- a/_sass/boilerplate/_measurements.scss
+++ b/_sass/boilerplate/_measurements.scss
@@ -42,7 +42,7 @@ $header-min-height:             $header-content-min-height
 
 /* --- Title Image --- */
 $title-image-text-padding:      10rem;
-$title-image-text-size:          4rem;
+$title-image-text-size:          3rem;
 
 $title-image-height:    2 * $title-image-text-padding + $title-image-text-size;
 
diff --git a/_sass/common/_title.scss b/_sass/common/_title.scss
index 624a91747eb797adcf120ee3684786f1a1bd760d..df6d9d547fae9961d01f8e28315d00203d4ec9a3 100644
--- a/_sass/common/_title.scss
+++ b/_sass/common/_title.scss
@@ -60,7 +60,7 @@ div#title {
             the transitions above and below.
         */
         padding-top:     3rem;
-        padding-bottom:  3rem;
+        padding-bottom:  2rem;
         padding-left:   $document-side-margin;
         padding-right:  $document-side-margin;
 
diff --git a/blog/index.html b/news/index.html
similarity index 62%
rename from blog/index.html
rename to news/index.html
index 3eb66d732935eaf0f7b7e91effc9cf5adeb12063..4832d6f4254fefd2d927fb11019578a5e2899331 100644
--- a/blog/index.html
+++ b/news/index.html
@@ -1,5 +1,5 @@
 ---
-title: HIFIS Blog - Overview
+title: HIFIS News - Overview
 title_image: default
 layout: pagination
 ---