From db5fa83484e6924f561b22ff55dc86e8fc6b1bfe Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Wed, 8 Jul 2020 13:16:54 +0200
Subject: [PATCH] Reduce the size of the header part a bit more

This is achieved by reducing the size of the h1 heading from 4 to 3rem
and reducing the bottom padding from 3 to 2rem.
---
 _config.yml                          | 14 +++++++-------
 _data/navigation.yml                 |  2 +-
 _sass/boilerplate/_measurements.scss |  2 +-
 _sass/common/_title.scss             |  2 +-
 {blog => news}/index.html            |  2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)
 rename {blog => news}/index.html (62%)

diff --git a/_config.yml b/_config.yml
index f3c49e12d..62b964e44 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 378d68de2..573bc135e 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 18fb5602e..a22815c33 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 624a91747..df6d9d547 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 3eb66d732..4832d6f42 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
 ---
-- 
GitLab