-
Huste, Tobias authored
This is achieved by reducing the size of the h1 heading from 4 to 3rem and reducing the bottom padding from 3 to 2rem.
Huste, Tobias authoredThis 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 2.35 KiB
# Global website configuration
baseurl: ""
url: https://www.hifis.net
title: "HIFIS"
# Encoding needs to be UTF-8.
encoding: utf-8
# Directory paths
directory:
css: /assets/css/
images: /assets/img/
large_images: /assets/img/jumbotrons/
javascript: /assets/js/
vendor: /assets/vendor/
videos: /assets/videos/
# Defaults
default:
title_image: hifis_page_title_background.jpg
defaults:
-
scope:
path: "assets"
values:
sitemap: false
-
scope:
path: ""
type: "events"
values:
author: "HIFIS"
-
scope:
path: ""
type: "posts"
values:
author: "HIFIS"
gitlab:
project_url: https://gitlab.hzdr.de/hifis/hifis.net
contact_mail: hifis-help@hzdr.de
helpdesk: hifis-help.hzdr.de
sass:
load_paths:
- _sass
- _sass/team_card
style: compressed
exclude:
- assets/vendor/bootstrap
- scripts/
plugins:
- 'jekyll-paginate'
- 'jekyll-redirect-from'
- 'jekyll-feed'
- 'jekyll-sitemap'
paginate: 5
paginate_path: '/news/page:num/'
markdown: kramdown
kramdown:
syntax_highlighter: rouge