Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
51
_config.yml
Normal file
51
_config.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue