Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

51
_config.yml Normal file
View file

@ -0,0 +1,51 @@
baseurl: '/'
permalink: pretty
title: 'Jekyll Serif'
logo:
mobile: "images/logo/logo-mobile.svg"
mobile_height: "32px"
mobile_width: "32px"
desktop: "images/logo/reduziertes Logo ohne Name.png"
desktop_height: "32px"
desktop_width: "120px"
home:
limit_services: 6
collections:
services:
output: true
sort_by: weight
team:
output: true
defaults:
- scope:
path: ""
type: "services"
values:
layout: "service"
- scope:
path: ""
type: "team"
values:
layout: "team"
sass:
style: compressed # possible values: nested expanded compact compressed
plugins:
- jekyll-environment-variables
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- LICENSE
- README.md